summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-02-05 17:10:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 09:40:01 +0000
commit9776dbd401d86900573ac2d2be3b10641a5f5e06 (patch)
tree306a417a82ea9823cfb1a637f6132ea2cc5a84ac /meta/recipes-kernel/systemtap
parentd7c0e00e40c3eadb139a663bdfef15b2d2cb1408 (diff)
downloadpoky-9776dbd401d86900573ac2d2be3b10641a5f5e06.tar.gz
systemtap: add aarch64 support
bump SRCREV to include the relevant commits for aarch64 support update COMPATIBLE_HOST to include aarch64 cleanup md5sum/sha256sum since we use git (From OE-Core rev: 1c2cbd3b54a9bf589d41c8320734a95af52c36d6) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 9da5588a57..b87aa1ab49 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,7 +1,6 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 2LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
3 3SRCREV = "9190b3acfe706d3bfd66dec18133d28f98443321"
4SRCREV = "aa7b1e00e6cb7058071ead0180de0541b1c6eccf"
5PV = "2.4+git${SRCPV}" 4PV = "2.4+git${SRCPV}"
6 5
7SRC_URI = "git://sourceware.org/git/systemtap.git \ 6SRC_URI = "git://sourceware.org/git/systemtap.git \
@@ -11,11 +10,8 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
11 10
12FILESPATH = "${FILE_DIRNAME}/systemtap" 11FILESPATH = "${FILE_DIRNAME}/systemtap"
13 12
14SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee"
15SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459"
16
17# systemtap doesn't support mips 13# systemtap doesn't support mips
18COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*|arm.*)-linux' 14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'
19 15
20S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
21 17
@@ -29,4 +25,3 @@ def get_optimization(d):
29 return selected_optimization 25 return selected_optimization
30 26
31SELECTED_OPTIMIZATION := "${@get_optimization(d)}" 27SELECTED_OPTIMIZATION := "${@get_optimization(d)}"
32