summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-03-02 00:06:18 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2015-03-12 22:20:51 +0100
commitddd1f033733a34b68da5e1e8c6a315b18234b86f (patch)
tree2910360ec18ca373d3a0ef21884d7a97a6d3e53f /recipes-bsp
parent5810be737dc10cd71abdf6fc94237b61ad824474 (diff)
downloadmeta-raspberrypi-ddd1f033733a34b68da5e1e8c6a315b18234b86f.tar.gz
firmware.inc: Move to recipes-bsp
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/common/firmware.inc8
1 files changed, 8 insertions, 0 deletions
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 @@
1RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a"
2RPIFW_DATE ?= "20150206"
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}"