From 59e0301b7aa75fc851587ecbb150bf870480c2fd Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 3 Oct 2012 16:29:01 +0200 Subject: packagegroups: disable kexec, valgrind, lttng, systemtap on AArch64 (From OE-Core rev: c9514779de7fa6ea4cfa0c911cff25ea8c6a5152) Signed-off-by: Marcin Juszkiewicz Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb') diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 1035036..c2cd7ac 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 -- cgit v1.1