rpi-eeprom: update to 2023.09.29.

This commit is contained in:
classabbyamp 2023-09-29 17:24:20 -04:00 committed by classabbyamp
parent 65095fe0b0
commit c19feadbab
1 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'rpi-eeprom'
pkgname=rpi-eeprom
version=2022.05.20
version=2023.09.29
revision=1
_githash="1c758a0904630da2ea905118bdf34fe2d8a6bb5e"
_githash="4f2d676b4e2a9c2d9ee1ab42015ce711fde97afa"
archs="armv7* aarch64*"
conf_files="/etc/default/rpi-eeprom-update"
depends="binutils pciutils python3 rpi-firmware rpi-userland"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause, custom:Proprietary"
homepage="https://github.com/raspberrypi/rpi-eeprom/"
distfiles="https://github.com/raspberrypi/rpi-eeprom/archive/${_githash}.tar.gz"
checksum=ab4e20ef187f1583265c0face1d7d1597df2dc5d0fef697b459794924542388a
checksum="189c5d37f3102247cec72619e3cb357d027ec526fa3c7373d3107bd6c9e30e29"
python_version=3
repository=nonfree
@ -22,7 +22,8 @@ do_install() {
vinstall rpi-eeprom-update-default 644 etc/default rpi-eeprom-update
vmkdir usr/lib/firmware/raspberrypi/bootloader
vcopy firmware/* usr/lib/firmware/raspberrypi/bootloader/
# need to figure out how to package both pi4 (2711) and pi5 (2712) fw
vcopy firmware-2711/* usr/lib/firmware/raspberrypi/bootloader/
vlicense LICENSE
}