mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
5abdd93e35
Change-Id: I320ceb1f6c0015d5ce48028b0e3581d2f4d52a3b Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
9 lines
278 B
PHP
9 lines
278 B
PHP
RPIFW_SRCREV ?= "43c5b2fc9bdb0a43ba67661b8677445e71ae9e82"
|
|
RPIFW_DATE ?= "20140817"
|
|
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}"
|