diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-02 00:06:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-12 22:20:51 +0100 |
commit | ddd1f033733a34b68da5e1e8c6a315b18234b86f (patch) | |
tree | 2910360ec18ca373d3a0ef21884d7a97a6d3e53f /recipes-bsp | |
parent | 5810be737dc10cd71abdf6fc94237b61ad824474 (diff) | |
download | meta-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.inc | 8 |
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 @@ | |||
1 | RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a" | ||
2 | RPIFW_DATE ?= "20150206" | ||
3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" | ||
4 | RPIFW_S ?= "${WORKDIR}/git" | ||
5 | |||
6 | SRC_URI = "${RPIFW_SRC_URI}" | ||
7 | SRCREV = "${RPIFW_SRCREV}" | ||
8 | PV = "${RPIFW_DATE}" | ||