summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/common/firmware.inc
blob: 168cd37749bbb8ce2e00b7e425c06b174202c5c8 (plain)
1
2
3
4
5
6
7
8
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}"