blob: e5974e49d0c1ea991600bc3bfa440aad4b552ef6 [file] [log] [blame]
Patrick Williams03907ee2022-05-01 06:28:52 -05001RPIFW_DATE ?= "20220331"
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}"
Patrick Williams03907ee2022-05-01 06:28:52 -05007SRC_URI[sha256sum] = "8758f10797bd52a7373cc5b39bd46d0d9f882d501ccb9535a72a3fe8a8d329c3"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
9PV = "${RPIFW_DATE}"