mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
9 lines
278 B
HTML
9 lines
278 B
HTML
RPIFW_SRCREV ?= "390f53ed0fd79df274bdcc81d99e09fa262f03ab"
|
|
RPIFW_DATE ?= "20160622"
|
|
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
|
|
RPIFW_S ?= "${WORKDIR}/git"
|
|
|
|
SRC_URI = "${RPIFW_SRC_URI}"
|
|
SRCREV = "${RPIFW_SRCREV}"
|
|
PV = "${RPIFW_DATE}"
|