[packages/raspberrypi-firmware] move firmware files to /boot/firmware

atler atler at pld-linux.org
Tue Nov 2 01:02:10 CET 2021


commit 7d4651fd56657721ba8adfd2fd9084eaa73bc773
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Nov 1 12:17:24 2021 +0100

    move firmware files to /boot/firmware
    
    so entire /boot does not need to be vfat

 raspberrypi-firmware.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec
index 1f59cb1..d7b23ba 100644
--- a/raspberrypi-firmware.spec
+++ b/raspberrypi-firmware.spec
@@ -28,8 +28,8 @@ chip as shipped in the Raspberry Pi series of devices.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/boot
-cp -pr *.{bin,dat,elf,dtb} overlays $RPM_BUILD_ROOT/boot
+install -d $RPM_BUILD_ROOT/boot/firmware
+cp -pr *.{bin,dat,elf,dtb} overlays $RPM_BUILD_ROOT/boot/firmware
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,8 +37,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc LICENCE.broadcom COPYING.linux
-/boot/*.dtb
-/boot/fixup*.dat
-/boot/start*.elf
-/boot/bootcode.bin
-/boot/overlays
+%dir /boot/firmware
+/boot/firmware/*.dtb
+/boot/firmware/fixup*.dat
+/boot/firmware/start*.elf
+/boot/firmware/bootcode.bin
+/boot/firmware/overlays
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/raspberrypi-firmware.git/commitdiff/d829ecd0e3ab8c8cf96938cb0ee0f423b5fbdef4



More information about the pld-cvs-commit mailing list