summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-02 15:17:02 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-04 15:47:13 +0100
commit9d0348874ad4458efa89805f04f6e203163806c1 (patch)
tree6955ededd1e7f489683a4099addc22313b31fe35 /recipes-bsp/common
parent2e45813a6be42d3a13ae3155c3a9586fefa034df (diff)
downloadmeta-raspberrypi-9d0348874ad4458efa89805f04f6e203163806c1.tar.gz
armstubs: Add support for compiling ARM stubs
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-bsp/common')
-rw-r--r--recipes-bsp/common/raspberrypi-tools.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-bsp/common/raspberrypi-tools.inc b/recipes-bsp/common/raspberrypi-tools.inc
new file mode 100644
index 0000000..8228e08
--- /dev/null
+++ b/recipes-bsp/common/raspberrypi-tools.inc
@@ -0,0 +1,9 @@
1SRCREV ?= "7f4a937e1bacbc111a22552169bc890b4bb26a94"
2RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz"
3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
4
5SRC_URI = "${RPITOOLS_SRC_URI}"
6SRC_URI[md5sum] = "f03672c57a4f285d0583ba7028f46a83"
7SRC_URI[sha256sum] = "85e884cd95207780bc03fc7dacea1f17d2462c1e8c7499b0ff30070ca1d4d48a"
8
9PV = "0.0+git${SRCREV}"