blob: 9df61565c73a57ae524fbd74412b326ac764e625 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001RPIFW_SRCREV ?= "390f53ed0fd79df274bdcc81d99e09fa262f03ab"
2RPIFW_DATE ?= "20160622"
3RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
4RPIFW_S ?= "${WORKDIR}/git"
5
6SRC_URI = "${RPIFW_SRC_URI}"
7SRCREV = "${RPIFW_SRCREV}"
8PV = "${RPIFW_DATE}"