mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
firmware: Rename firmware inc file to raspberrypi-firmware.inc
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
RPIFW_DATE ?= "20190620"
|
||||
SRCREV ?= "88ca9081f5e51cdedd16d5dbc85ed12a25123201"
|
||||
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
|
||||
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
|
||||
|
||||
SRC_URI = "${RPIFW_SRC_URI}"
|
||||
SRC_URI[md5sum] = "cae293a2af57ba5a347eb8b95710805e"
|
||||
SRC_URI[sha256sum] = "17e30e75e5d5108c8c45f550d34c8c934961703ddb64f753bf97b90791b3aa0c"
|
||||
|
||||
PV = "${RPIFW_DATE}"
|
||||
Reference in New Issue
Block a user