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-20 21:56:21 +0100
commit242b1f53c0e14a94d6a6b29850dad29338026ce2 (patch)
tree2a67cdf5786eba10f66c2804a2a3dc6898a5994a /recipes-bsp/common
parent004a1ef2c25308c020993200e0bdc151d909364d (diff)
downloadmeta-raspberrypi-242b1f53c0e14a94d6a6b29850dad29338026ce2.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}"