mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-13 11:59:35 +00:00
9 lines
278 B
PHP
9 lines
278 B
PHP
RPIFW_SRCREV ?= "f7108cfdc715f79c5fd051fb4c3ae6f4b1b01f23"
|
|
RPIFW_DATE ?= "20151021"
|
|
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}"
|