mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-09 17:39:18 +00:00
55e2c1c172
Change-Id: Iad457c2610ee3a0209598c92e5c473ae8f113636 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
10 lines
343 B
PHP
10 lines
343 B
PHP
# 21/02/2014 firmware; this can be overridden from distro config
|
|
RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286"
|
|
RPIFW_DATE ?= "20140221"
|
|
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}"
|