rpi-eeprom: update to 2022.05.20.

This commit is contained in:
Andrew J. Hesford 2022-07-11 09:25:38 -04:00 committed by Leah Neukirchen
parent d7cd35444e
commit 918c40d5c1

View file

@ -1,29 +1,29 @@
# Template file for 'rpi-eeprom' # Template file for 'rpi-eeprom'
pkgname=rpi-eeprom pkgname=rpi-eeprom
version=2021.06.17 version=2022.05.20
revision=2 revision=1
_githash="cecc46f6878ff03ab87c1cdd3c17ca0b446546d2" _githash="1c758a0904630da2ea905118bdf34fe2d8a6bb5e"
archs="armv7* aarch64*" archs="armv7* aarch64*"
wrksrc="${pkgname}-${_githash}" wrksrc="${pkgname}-${_githash}"
conf_files="/etc/default/rpi-eeprom-update-default" conf_files="/etc/default/rpi-eeprom-update"
depends="binutils pciutils python3 rpi-firmware rpi-userland" depends="binutils pciutils python3 rpi-firmware rpi-userland"
short_desc="Bootloader and VL805 USB controller EEPROM update tool for RPi4" short_desc="Bootloader and VL805 USB controller EEPROM update tool for RPi4"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause, custom:Proprietary" license="BSD-3-Clause, custom:Proprietary"
homepage="https://github.com/raspberrypi/rpi-eeprom/" homepage="https://github.com/raspberrypi/rpi-eeprom/"
distfiles="https://github.com/raspberrypi/rpi-eeprom/archive/${_githash}.tar.gz" distfiles="https://github.com/raspberrypi/rpi-eeprom/archive/${_githash}.tar.gz"
checksum=668227625344c9dfa615eb9ec77c26f7126615fb4c054cfd4caaf25385475de9 checksum=ab4e20ef187f1583265c0face1d7d1597df2dc5d0fef697b459794924542388a
python_version=3 python_version=3
repository=nonfree repository=nonfree
do_install() { do_install() {
vbin rpi-eeprom-config vbin rpi-eeprom-config
vbin rpi-eeprom-update vbin rpi-eeprom-update
vinstall rpi-eeprom-update-default 644 etc/default vbin rpi-eeprom-digest
vinstall rpi-eeprom-update-default 644 etc/default rpi-eeprom-update
vmkdir usr/lib/firmware/raspberrypi/bootloader vmkdir usr/lib/firmware/raspberrypi/bootloader
vcopy firmware/* usr/lib/firmware/raspberrypi/bootloader/ vcopy firmware/* usr/lib/firmware/raspberrypi/bootloader/
rm -rf ${DESTDIR}/usr/lib/firmware/raspberrypi/bootloader/firmware/old
vlicense LICENSE vlicense LICENSE
} }