Compare commits
1 Commits
a98fea12e4
...
794dc876bd
Author | SHA1 | Date | |
---|---|---|---|
794dc876bd |
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: linux-firmware-raspberrypi
|
Name: linux-firmware-raspberrypi
|
||||||
Version: 20240528
|
Version: 20240528
|
||||||
Release: 6%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Supplemental firmware used by Linux kernel for some Raspberry Pi models
|
Summary: Supplemental firmware used by Linux kernel for some Raspberry Pi models
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: aarch64
|
ExclusiveArch: aarch64
|
||||||
@ -65,6 +65,7 @@ xz -C crc32 %{buildroot}%{_firmwarepath}/brcm/BCM4345C5.hcd
|
|||||||
# Raspberry Pi CM 4
|
# Raspberry Pi CM 4
|
||||||
ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.bin.xz
|
ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.bin.xz
|
||||||
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.clm_blob.xz
|
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.clm_blob.xz
|
||||||
|
ln -s brcmfmac43455-sdio.txt.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt.xz
|
||||||
# Raspberry Pi 400
|
# Raspberry Pi 400
|
||||||
ln -s brcmfmac43456-sdio.bin.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43456-sdio.raspberrypi,400.bin.xz
|
ln -s brcmfmac43456-sdio.bin.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43456-sdio.raspberrypi,400.bin.xz
|
||||||
ln -s brcmfmac43456-sdio.clm_blob.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43456-sdio.raspberrypi,400.clm_blob.xz
|
ln -s brcmfmac43456-sdio.clm_blob.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43456-sdio.raspberrypi,400.clm_blob.xz
|
||||||
@ -73,6 +74,7 @@ ln -s brcmfmac43456-sdio.txt.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43456-
|
|||||||
ln -s BCM4345C0.hcd.xz %{buildroot}%{_firmwarepath}/brcm/BCM4345C0.raspberrypi,5-model-b.hcd.xz
|
ln -s BCM4345C0.hcd.xz %{buildroot}%{_firmwarepath}/brcm/BCM4345C0.raspberrypi,5-model-b.hcd.xz
|
||||||
ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.bin.xz
|
ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.bin.xz
|
||||||
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob.xz
|
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob.xz
|
||||||
|
ln -s brcmfmac43455-sdio.txt.xz %{buildroot}%{_firmwarepath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.txt.xz
|
||||||
# Raspberry Pi 3
|
# Raspberry Pi 3
|
||||||
# These files need to be decompressed for Pi 3.
|
# These files need to be decompressed for Pi 3.
|
||||||
# https://bugs.almalinux.org/view.php?id=544
|
# https://bugs.almalinux.org/view.php?id=544
|
||||||
@ -87,13 +89,10 @@ install -c -m 644 debian/config/brcm80211/brcm/brcmfmac43430-sdio.raspberrypi,3-
|
|||||||
%{_firmwarepath}/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.*
|
%{_firmwarepath}/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 14 2025 Koichiro Iwao <meta@almalinux.org> - 20240528-6
|
* Mon Jul 14 2025 Koichiro Iwao <meta@almalinux.org> - 20240528-5
|
||||||
- Add subpackage for RPi 3
|
- Add subpackage for RPi 3
|
||||||
https://bugs.almalinux.org/view.php?id=544
|
https://bugs.almalinux.org/view.php?id=544
|
||||||
|
|
||||||
* Thu Jul 25 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 20240528-5
|
|
||||||
- Update to not conflict with linux-firmware-20240603-143.1.el9_4
|
|
||||||
|
|
||||||
* Wed Jul 10 2024 Koichiro Iwao <meta@almalinux.org> - 20240528-4
|
* Wed Jul 10 2024 Koichiro Iwao <meta@almalinux.org> - 20240528-4
|
||||||
- Fix wrong symlink for RPi CM4
|
- Fix wrong symlink for RPi CM4
|
||||||
- Set ExclusiveArch to aarch64
|
- Set ExclusiveArch to aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user