aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common/firmware.inc
blob: ad3176a83b74bc830a738632b48a13bfb2300455 (plain)
1
2
3
4
5
6
7
8
RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a"
RPIFW_DATE ?= "20150206"
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}"