Files
Andrei Gherzan 0ab5263f53 firmware: Update to 2013-08-20 master's snapshot
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21 15:55:13 +03:00

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}"