mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
0ab5263f53
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
10 lines
343 B
PHP
10 lines
343 B
PHP
# 19/08/2013 firmware; this can be overridden from distro config
|
|
RPIFW_SRCREV ?= "5b37b2a7f357236210eef1a438becaa2a57148f2"
|
|
RPIFW_DATE ?= "20130819"
|
|
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}"
|