rpi-firmware: update to 20220823.
This commit is contained in:
parent
4a966bd2c5
commit
1908007b1d
@ -1,10 +1,10 @@
|
||||
# Template file for 'rpi-firmware'
|
||||
_githash="8f13114b9ea29bd004151d4a8afa500b2df721be"
|
||||
_githash="62efc6a69d4e717bf2833c649d622c8298a37e9c"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-firmware
|
||||
version=20201123
|
||||
revision=5
|
||||
version=20220823
|
||||
revision=1
|
||||
archs="armv6l* armv7l* aarch64*"
|
||||
wrksrc="firmware-${_githash}"
|
||||
provides="linux-firmware-broadcom-${version}_${revision}"
|
||||
@ -14,7 +14,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||
license="BSD-3-Clause, custom:Cypress"
|
||||
homepage="https://github.com/raspberrypi/firmware"
|
||||
distfiles="https://github.com/raspberrypi/firmware/archive/${_githash}.tar.gz"
|
||||
checksum=f9be0cc177aae7dddaa0a2967d090ea33a95be9dd519d2eee3bc740af8ffb19e
|
||||
checksum=3fc5ab7155bde7221245f439971217558300dcbc988ade861cfef4e737de9909
|
||||
|
||||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||
nostrip=yes
|
||||
@ -35,39 +35,39 @@ do_install() {
|
||||
vinstall ${FILESDIR}/cmdline.txt 644 boot
|
||||
vinstall ${FILESDIR}/config.txt 644 boot
|
||||
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/firmware-nonfree/raw/master/LICENCE.cypress
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/LICENCE.cypress
|
||||
vlicense LICENCE.cypress
|
||||
|
||||
# Firmware for rpi3 b and zero wifi chip
|
||||
for f in bin txt; do
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43430-sdio.${f}
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/brcm/brcmfmac43430-sdio.${f}
|
||||
vinstall brcmfmac43430-sdio.${f} 0644 usr/lib/firmware/brcm
|
||||
done
|
||||
|
||||
# Firmware for rpi3 b and zero bluetooth chip
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/bluez-firmware/raw/master/broadcom/BCM43430A1.hcd
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/master/broadcom/BCM43430A1.hcd
|
||||
vinstall BCM43430A1.hcd 0644 usr/lib/firmware/brcm
|
||||
|
||||
# Firmware for rpi3 b+ wifi chip
|
||||
for f in bin txt clm_blob; do
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43455-sdio.${f}
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/brcm/brcmfmac43455-sdio.${f}
|
||||
vinstall brcmfmac43455-sdio.${f} 0644 usr/lib/firmware/brcm
|
||||
done
|
||||
|
||||
# Firmware for rpi3 b+ bluetooth chip
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/bluez-firmware/raw/master/broadcom/BCM4345C0.hcd
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/master/broadcom/BCM4345C0.hcd
|
||||
vinstall BCM4345C0.hcd 0644 usr/lib/firmware/brcm
|
||||
|
||||
# Firmware for rpi4/rpi400 wifi chip
|
||||
for f in bin txt clm_blob; do
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43456-sdio.${f}
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/brcm/brcmfmac43456-sdio.${f}
|
||||
vinstall brcmfmac43456-sdio.${f} 0644 usr/lib/firmware/brcm
|
||||
done
|
||||
|
||||
# Firmware for rpi4/rpi400 bluetooth chip
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/bluez-firmware/raw/master/broadcom/BCM4345C5.hcd
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/master/broadcom/BCM4345C5.hcd
|
||||
vinstall BCM4345C5.hcd 0644 usr/lib/firmware/brcm
|
||||
|
||||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/bluez-firmware/raw/master/broadcom/BCM43430B0.hcd
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/master/broadcom/BCM43430B0.hcd
|
||||
vinstall BCM43430B0.hcd 0644 usr/lib/firmware/brcm
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user