update to 20150227git
provide dtb devicetree files for rpi-b and rpi2-b plus overlays [release 20150227git-1mamba;Fri Feb 27 2015]
This commit is contained in:
parent
21ce419b9b
commit
bf8814ff77
@ -5,7 +5,7 @@
|
|||||||
%define gitversion 20130425git
|
%define gitversion 20130425git
|
||||||
|
|
||||||
Name: raspberrypi-firmware
|
Name: raspberrypi-firmware
|
||||||
Version: 20141206git
|
Version: 20150227git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Boot firmware files (except kernel) for the Raspberry Pi
|
Summary: Boot firmware files (except kernel) for the Raspberry Pi
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -102,6 +102,9 @@ install -d %{buildroot}/boot
|
|||||||
boot_flist="\
|
boot_flist="\
|
||||||
bootcode.bin
|
bootcode.bin
|
||||||
fixup_x.dat
|
fixup_x.dat
|
||||||
|
bcm2708-rpi-b.dtb
|
||||||
|
bcm2708-rpi-b-plus.dtb
|
||||||
|
bcm2709-rpi-2-b.dtb
|
||||||
%if %include_kernel
|
%if %include_kernel
|
||||||
kernel.img
|
kernel.img
|
||||||
%endif
|
%endif
|
||||||
@ -112,6 +115,8 @@ for f in $boot_flist; do
|
|||||||
install -m 644 boot/$f %{buildroot}/boot/
|
install -m 644 boot/$f %{buildroot}/boot/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cp -a boot/overlays %{buildroot}/boot/overlays/
|
||||||
|
|
||||||
%if %include_kernel
|
%if %include_kernel
|
||||||
install -d %{buildroot}/lib/modules
|
install -d %{buildroot}/lib/modules
|
||||||
cp -R modules/3.* %{buildroot}/lib/modules/
|
cp -R modules/3.* %{buildroot}/lib/modules/
|
||||||
@ -154,9 +159,15 @@ install -m 644 %{S:10} \
|
|||||||
/boot/bootcode.bin
|
/boot/bootcode.bin
|
||||||
/boot/fixup_x.dat
|
/boot/fixup_x.dat
|
||||||
/boot/start_x.elf
|
/boot/start_x.elf
|
||||||
|
/boot/bcm2708-rpi-b.dtb
|
||||||
|
/boot/bcm2708-rpi-b-plus.dtb
|
||||||
|
/boot/bcm2709-rpi-2-b.dtb
|
||||||
/boot/LICENCE.broadcom
|
/boot/LICENCE.broadcom
|
||||||
%config(noreplace) /boot/config.txt
|
%config(noreplace) /boot/config.txt
|
||||||
%config(noreplace) /boot/cmdline.txt
|
%config(noreplace) /boot/cmdline.txt
|
||||||
|
%dir /boot/overlays
|
||||||
|
/boot/overlays/*.dtb
|
||||||
|
/boot/overlays/README
|
||||||
|
|
||||||
%if %include_kernel
|
%if %include_kernel
|
||||||
%files -n kernel-raspberrypi
|
%files -n kernel-raspberrypi
|
||||||
@ -196,6 +207,10 @@ install -m 644 %{S:10} \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150227git-1mamba
|
||||||
|
- update to 20150227git
|
||||||
|
- provide dtb devicetree files for rpi-b and rpi2-b plus overlays
|
||||||
|
|
||||||
* Sat Dec 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 20141206git-1mamba
|
* Sat Dec 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 20141206git-1mamba
|
||||||
- update to 20141206git
|
- update to 20141206git
|
||||||
- don't include prebuilt kernel
|
- don't include prebuilt kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user