[oe-commits] Marcin Juszkiewicz : packagegroups: disable kexec, valgrind, lttng, systemtap on AArch64

git at git.openembedded.org git at git.openembedded.org
Thu Oct 18 11:14:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: c9514779de7fa6ea4cfa0c911cff25ea8c6a5152
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c9514779de7fa6ea4cfa0c911cff25ea8c6a5152

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Wed Oct  3 16:29:01 2012 +0200

packagegroups: disable kexec, valgrind, lttng, systemtap on AArch64

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../packagegroup-core-tools-profile.bb             |    3 +++
 .../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 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
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 514e4ec..176391f 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 \





More information about the Openembedded-commits mailing list