mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-10-22 14:52:18 +02:00
rpi-bootfiles: Update to latest tip as of 20250801
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bb660e9ec7
commit
b21dd5cd60
|
@ -5,14 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=c403841ff2837657b2ed8e5bb474ac8d
|
||||||
|
|
||||||
inherit deploy nopackages
|
inherit deploy nopackages
|
||||||
|
|
||||||
RPIFW_DATE ?= "20250430"
|
RPIFW_DATE ?= "20250801"
|
||||||
SRCREV = "bc7f439c234e19371115e07b57c366df59cc1bc7"
|
SRCREV = "95be71b8c0f63f03dc06dd0e4c2e5535e6fb4a93"
|
||||||
SHORTREV = "${@d.getVar("SRCREV", False).__str__()[:7]}"
|
SHORTREV = "${@d.getVar("SRCREV", False).__str__()[:7]}"
|
||||||
RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/${SRCREV};downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz"
|
RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/${SRCREV};downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz"
|
||||||
RPIFW_S ?= "${UNPACKDIR}/raspberrypi-firmware-${SHORTREV}"
|
RPIFW_S ?= "${UNPACKDIR}/raspberrypi-firmware-${SHORTREV}"
|
||||||
|
|
||||||
SRC_URI = "${RPIFW_SRC_URI}"
|
SRC_URI = "${RPIFW_SRC_URI}"
|
||||||
SRC_URI[sha256sum] = "2c027debbef53c86c9ff9197d056d501b95f6ad214ad4db00a8a59b947574eb1"
|
SRC_URI[sha256sum] = "8b270b44b7702aae2d60e12b9bb4ea9ce0d9bc34662f7229092b8110d34ef7dd"
|
||||||
|
|
||||||
PV = "${RPIFW_DATE}"
|
PV = "${RPIFW_DATE}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user