mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-12 13:24:56 +00:00
9 lines
278 B
PHP
9 lines
278 B
PHP
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}"
|