summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/common/firmware.inc
blob: c780e63e9d5ff8a52b4b22edaa9d9d476a8bc415 (plain)
1
2
3
4
5
6
7
8
9
# 19/08/2013 firmware; this can be overridden from distro config
RPIFW_SRCREV ?= "3e92add424c3c2617d5df65caa307c808017a9ea"
RPIFW_DATE ?= "20131113"
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}"