diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-10-03 16:29:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:38 +0100 |
commit | 59e0301b7aa75fc851587ecbb150bf870480c2fd (patch) | |
tree | de22a9e2fc40819c3cb539f6f12142ed8e1ec5f0 /meta/recipes-core | |
parent | c489cb6f8498be3fc15a30ce11cba4eaa5878324 (diff) | |
download | poky-59e0301b7aa75fc851587ecbb150bf870480c2fd.tar.gz |
packagegroups: disable kexec, valgrind, lttng, systemtap on AArch64
(From OE-Core rev: c9514779de7fa6ea4cfa0c911cff25ea8c6a5152)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@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-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 | ||||
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 1 |
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 = "\ | |||
37 | SYSTEMTAP = "systemtap" | 37 | SYSTEMTAP = "systemtap" |
38 | SYSTEMTAP_libc-uclibc = "" | 38 | SYSTEMTAP_libc-uclibc = "" |
39 | SYSTEMTAP_mips = "" | 39 | SYSTEMTAP_mips = "" |
40 | SYSTEMTAP_aarch64 = "" | ||
40 | 41 | ||
41 | # lttng-ust uses sched_getcpu() which is not there on uclibc | 42 | # lttng-ust uses sched_getcpu() which is not there on uclibc |
42 | # for some of the architectures it can be patched to call the | 43 | # for some of the architectures it can be patched to call the |
@@ -47,6 +48,7 @@ SYSTEMTAP_mips = "" | |||
47 | LTTNGUST = "lttng-ust" | 48 | LTTNGUST = "lttng-ust" |
48 | LTTNGUST_libc-uclibc = "" | 49 | LTTNGUST_libc-uclibc = "" |
49 | LTTNGUST_mips = "" | 50 | LTTNGUST_mips = "" |
51 | LTTNGUST_aarch64 = "" | ||
50 | 52 | ||
51 | # valgrind does not work on mips | 53 | # valgrind does not work on mips |
52 | 54 | ||
@@ -54,6 +56,7 @@ VALGRIND = "valgrind" | |||
54 | VALGRIND_libc-uclibc = "" | 56 | VALGRIND_libc-uclibc = "" |
55 | VALGRIND_mips = "" | 57 | VALGRIND_mips = "" |
56 | VALGRIND_arm = "" | 58 | VALGRIND_arm = "" |
59 | VALGRIND_aarch64 = "" | ||
57 | 60 | ||
58 | # exmap-console | 61 | # exmap-console |
59 | # exmap-server | 62 | # 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 ?= "" | |||
22 | KEXECTOOLS_mipsel ?= "" | 22 | KEXECTOOLS_mipsel ?= "" |
23 | KEXECTOOLS_powerpc ?= "" | 23 | KEXECTOOLS_powerpc ?= "" |
24 | KEXECTOOLS_e5500-64b ?= "" | 24 | KEXECTOOLS_e5500-64b ?= "" |
25 | KEXECTOOLS_aarch64 ?= "" | ||
25 | 26 | ||
26 | RDEPENDS_${PN} = "\ | 27 | RDEPENDS_${PN} = "\ |
27 | blktool \ | 28 | blktool \ |