From ddd1f033733a34b68da5e1e8c6a315b18234b86f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 2 Mar 2015 00:06:18 +0100 Subject: firmware.inc: Move to recipes-bsp Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-bsp/common/firmware.inc (limited to 'recipes-bsp') diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc new file mode 100644 index 0000000..ad3176a --- /dev/null +++ b/recipes-bsp/common/firmware.inc @@ -0,0 +1,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}" -- cgit v1.2.3-54-g00ecf