update to 5.4.1.20200902 [release 5.4.1.20200902-1mamba;Thu Oct 01 2020]
This commit is contained in:
parent
2ed95e74ab
commit
f66b4b673d
@ -1,20 +1,18 @@
|
|||||||
# the userspace libraries and devel files are now available in source format
|
# the userspace libraries and devel files are now available in source format
|
||||||
%define include_userspace 0
|
%define include_userspace 0
|
||||||
%define include_kernel 1
|
%define include_kernel 1
|
||||||
%define kernelver 4.4
|
|
||||||
%define gitdirver %(echo %version | cut -d. -f3-4)
|
%define gitdirver %(echo %version | cut -d. -f3-4)
|
||||||
|
|
||||||
Name: raspberrypi-firmware
|
Name: raspberrypi-firmware
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.19.1.20200114
|
Version: 5.4.1.20200902
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://github.com/raspberrypi/firmware
|
URL: https://github.com/raspberrypi/firmware
|
||||||
## GITSOURCE git://github.com/raspberrypi/firmware.git
|
|
||||||
Source0: git://github.com/raspberrypi/firmware.git/%{gitdirver}/firmware-%{version}.tar.bz2
|
Source0: git://github.com/raspberrypi/firmware.git/%{gitdirver}/firmware-%{version}.tar.bz2
|
||||||
#Source0: git://github.com/raspberrypi/firmware.git/master/firmware-%{version}.tar.bz2
|
#Source0: git://github.com/raspberrypi/firmware.git/master/firmware-%{version}.tar.bz2
|
||||||
Source1: raspberrypi-firmware-kernelconf.txt
|
Source1: raspberrypi-firmware-kernelconf.txt
|
||||||
@ -31,7 +29,7 @@ License: GPL, LICENCE.broadcom
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: hciattach-rpi
|
Requires: hciattach-rpi
|
||||||
ExclusiveArch: arm
|
ExclusiveArch: arm aarch64
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -126,7 +124,7 @@ 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/4.* %{buildroot}/lib/modules/
|
cp -R modules/5.* %{buildroot}/lib/modules/
|
||||||
|
|
||||||
install -d %{buildroot}%{_datadir}/doc/raspberrypi-kernel
|
install -d %{buildroot}%{_datadir}/doc/raspberrypi-kernel
|
||||||
cp -R documentation/ilcomponents %{buildroot}%{_datadir}/doc/raspberrypi-kernel
|
cp -R documentation/ilcomponents %{buildroot}%{_datadir}/doc/raspberrypi-kernel
|
||||||
@ -192,7 +190,9 @@ install -D -m0644 %{SOURCE23} %{buildroot}/lib/firmware/BCM43430A1.hcd
|
|||||||
/boot/bcm2708-rpi-zero.dtb
|
/boot/bcm2708-rpi-zero.dtb
|
||||||
/boot/bcm2708-rpi-b.dtb
|
/boot/bcm2708-rpi-b.dtb
|
||||||
/boot/bcm2708-rpi-b-plus.dtb
|
/boot/bcm2708-rpi-b-plus.dtb
|
||||||
|
/boot/bcm2708-rpi-b-rev1.dtb
|
||||||
/boot/bcm2708-rpi-cm.dtb
|
/boot/bcm2708-rpi-cm.dtb
|
||||||
|
/boot/bcm2711-rpi-cm4.dtb
|
||||||
/boot/bcm2709-rpi-2-b.dtb
|
/boot/bcm2709-rpi-2-b.dtb
|
||||||
/boot/bcm2710-rpi-2-b.dtb
|
/boot/bcm2710-rpi-2-b.dtb
|
||||||
/boot/bcm2710-rpi-3-b.dtb
|
/boot/bcm2710-rpi-3-b.dtb
|
||||||
@ -204,6 +204,7 @@ install -D -m0644 %{SOURCE23} %{buildroot}/lib/firmware/BCM43430A1.hcd
|
|||||||
%config(noreplace) /boot/cmdline.txt
|
%config(noreplace) /boot/cmdline.txt
|
||||||
%dir /boot/overlays
|
%dir /boot/overlays
|
||||||
/boot/overlays/*.dtbo
|
/boot/overlays/*.dtbo
|
||||||
|
/boot/overlays/overlay_map.dtb
|
||||||
/boot/overlays/README
|
/boot/overlays/README
|
||||||
/lib/firmware/LICENSE.brcmfmac
|
/lib/firmware/LICENSE.brcmfmac
|
||||||
/lib/firmware/BCM43430A1.hcd
|
/lib/firmware/BCM43430A1.hcd
|
||||||
@ -249,6 +250,9 @@ install -D -m0644 %{SOURCE23} %{buildroot}/lib/firmware/BCM43430A1.hcd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.1.20200902-1mamba
|
||||||
|
- update to 5.4.1.20200902
|
||||||
|
|
||||||
* Wed Mar 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.19.1.20200114-2mamba
|
* Wed Mar 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.19.1.20200114-2mamba
|
||||||
- install brcmfmac43455-sdio.txt for rpi3/4 from raspbian
|
- install brcmfmac43455-sdio.txt for rpi3/4 from raspbian
|
||||||
- use brcmfmac43430-sdio.bin from linux-firmware (to be checked)
|
- use brcmfmac43430-sdio.bin from linux-firmware (to be checked)
|
||||||
|
Loading…
Reference in New Issue
Block a user