summaryrefslogtreecommitdiffstats
path: root/recipes-bcm
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-bcm
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-bcm')
-rw-r--r--recipes-bcm/common/firmware.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
deleted file mode 100644
index ad3176a..0000000
--- a/recipes-bcm/common/firmware.inc
+++ /dev/null
@@ -1,8 +0,0 @@
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}"