blob: eca26646230a4f1acd8cd367f520299ca531001e [file] [log] [blame]
Patrick Williams45852732022-04-02 08:58:32 -05001RPIFW_DATE ?= "20220328"
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 Williams45852732022-04-02 08:58:32 -05007SRC_URI[sha256sum] = "8ab5949b9da1e2a2da18acc203946698737efe3e5d98286dcb7a8b0d0e92564e"
Brad Bishop26bdd442019-08-16 17:08:17 -04008
9PV = "${RPIFW_DATE}"