blob: 0b1aa050c2dd96c24c65475a88adfe0240ffd0d5 (
plain)
1
2
3
4
5
6
7
8
9
|
# 17/01/2014 firmware; this can be overridden from distro config
RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd"
RPIFW_DATE ?= "20140117"
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}"
|