mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-24 06:26:55 +00:00
ddd1f03373
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
9 lines
278 B
PHP
9 lines
278 B
PHP
RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a"
|
|
RPIFW_DATE ?= "20150206"
|
|
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}"
|