aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-10-03 16:29:01 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-10-03 16:29:01 +0200
commit8cd83c69c76da9cc34b5dcbdb845beec5f2214ac (patch)
tree8c860d59e167e41feeddd836864ce50d2502c5e3 /meta/recipes-core
parent7da3cff01ed8f2ba7748a0ef454812b376276d71 (diff)
downloadopenembedded-core-contrib-8cd83c69c76da9cc34b5dcbdb845beec5f2214ac.tar.gz
packagegroups: disable kexec, valgrind, lttng, systemtap on AArch64
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb3
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb1
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 103503645d..c2cd7aca4e 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -37,6 +37,7 @@ PROFILETOOLS = "\
SYSTEMTAP = "systemtap"
SYSTEMTAP_libc-uclibc = ""
SYSTEMTAP_mips = ""
+SYSTEMTAP_aarch64 = ""
# lttng-ust uses sched_getcpu() which is not there on uclibc
# for some of the architectures it can be patched to call the
@@ -47,6 +48,7 @@ SYSTEMTAP_mips = ""
LTTNGUST = "lttng-ust"
LTTNGUST_libc-uclibc = ""
LTTNGUST_mips = ""
+LTTNGUST_aarch64 = ""
# valgrind does not work on mips
@@ -54,6 +56,7 @@ VALGRIND = "valgrind"
VALGRIND_libc-uclibc = ""
VALGRIND_mips = ""
VALGRIND_arm = ""
+VALGRIND_aarch64 = ""
# exmap-console
# exmap-server
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 514e4ecf84..176391f9f1 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -22,6 +22,7 @@ KEXECTOOLS_mips ?= ""
KEXECTOOLS_mipsel ?= ""
KEXECTOOLS_powerpc ?= ""
KEXECTOOLS_e5500-64b ?= ""
+KEXECTOOLS_aarch64 ?= ""
RDEPENDS_${PN} = "\
blktool \