Files
meta-raspberrypi/recipes-bcm/common/firmware.inc
Andrei Gherzan be68d514b3 firmware: Update to remote's HEAD
Change-Id: I9e28318c5746484ebde636295c66f7b6b64ba2fb
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-08-14 15:20:52 +02:00

9 lines
278 B
PHP

RPIFW_SRCREV ?= "c8881991d9181779aee9637d6f4b215f108021a3"
RPIFW_DATE ?= "20140508"
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}"