diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-02 15:17:02 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-20 21:56:21 +0100 |
| commit | 242b1f53c0e14a94d6a6b29850dad29338026ce2 (patch) | |
| tree | 2a67cdf5786eba10f66c2804a2a3dc6898a5994a /recipes-bsp/common | |
| parent | 004a1ef2c25308c020993200e0bdc151d909364d (diff) | |
| download | meta-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.inc | 9 |
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 @@ | |||
| 1 | SRCREV ?= "7f4a937e1bacbc111a22552169bc890b4bb26a94" | ||
| 2 | RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz" | ||
| 3 | RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" | ||
| 4 | |||
| 5 | SRC_URI = "${RPITOOLS_SRC_URI}" | ||
| 6 | SRC_URI[md5sum] = "f03672c57a4f285d0583ba7028f46a83" | ||
| 7 | SRC_URI[sha256sum] = "85e884cd95207780bc03fc7dacea1f17d2462c1e8c7499b0ff30070ca1d4d48a" | ||
| 8 | |||
| 9 | PV = "0.0+git${SRCREV}" | ||
