blob: 7f3faed3658dff16403ddbdf9e17946d12dc1c5f [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001RPIFW_DATE ?= "20211007"
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 Geissler9aee5002022-03-30 16:27:02 +00007SRC_URI[sha256sum] = "cb08f4679ab9928f89b2b73bbd92dace84dd692e1e1722f373eebd350f0c058f"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
9PV = "${RPIFW_DATE}"