blob: a7404400e3dd2c49671552f801aad6fdea998935 [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001RPIFW_DATE ?= "20220830"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002
3RPIFW_SRC_URI ?= "https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-firmware/raspberrypi-firmware_1.${RPIFW_DATE}.orig.tar.xz"
4RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-1.${RPIFW_DATE}"
Brad Bishop26bdd442019-08-16 17:08:17 -04005
6SRC_URI = "${RPIFW_SRC_URI}"
Andrew Geissler87f5cff2022-09-30 13:13:31 -05007SRC_URI[sha256sum] = "2b27e4b3c4d2664a0a1d0dd8602bd80ea41dd006eb0ad9c67d7b659c9c8bb4e5"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
9PV = "${RPIFW_DATE}"