rpi-firmware: update to 20201123.
rpi-firmware-network (subpackage of linux-firmware) now provides the necessary wifi blobs, so rpi-firmware no longer includes them and now depends on rpi-firmware-network. Closes: #26939 [via git-merge-pr] Signed-off-by: Piraty <piraty1@inbox.ru>
This commit is contained in:
parent
2a2c456e5e
commit
4123f14e9f
1 changed files with 6 additions and 17 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'rpi-firmware'
|
||||
_githash="f293685f683c48b1872beeb38c2f7da1f46141a0"
|
||||
_githash="8f13114b9ea29bd004151d4a8afa500b2df721be"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-firmware
|
||||
version=20200819
|
||||
revision=2
|
||||
version=20201123
|
||||
revision=1
|
||||
archs="armv6l* armv7l* aarch64*"
|
||||
wrksrc="firmware-${_githash}"
|
||||
depends="rpi-firmware-network"
|
||||
short_desc="Firmware files for the Raspberry Pi (git ${_gitshort})"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
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=dd825e8ccbd524182f7e06c5301f2ed2f8a68200e80cf61b1095271dcfbe0e55
|
||||
checksum=f9be0cc177aae7dddaa0a2967d090ea33a95be9dd519d2eee3bc740af8ffb19e
|
||||
|
||||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||
nostrip=yes
|
||||
|
@ -36,22 +37,10 @@ do_install() {
|
|||
$XBPS_FETCH_CMD https://github.com/RPi-Distro/firmware-nonfree/raw/master/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}
|
||||
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
|
||||
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}
|
||||
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
|
||||
vinstall BCM4345C0.hcd 0644 usr/lib/firmware/brcm
|
||||
|
|
Loading…
Reference in a new issue