mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c489cb6f84
commit
59e0301b7a
@@ -37,6 +37,7 @@ PROFILETOOLS = "\
|
|||||||
SYSTEMTAP = "systemtap"
|
SYSTEMTAP = "systemtap"
|
||||||
SYSTEMTAP_libc-uclibc = ""
|
SYSTEMTAP_libc-uclibc = ""
|
||||||
SYSTEMTAP_mips = ""
|
SYSTEMTAP_mips = ""
|
||||||
|
SYSTEMTAP_aarch64 = ""
|
||||||
|
|
||||||
# lttng-ust uses sched_getcpu() which is not there on uclibc
|
# lttng-ust uses sched_getcpu() which is not there on uclibc
|
||||||
# for some of the architectures it can be patched to call the
|
# for some of the architectures it can be patched to call the
|
||||||
@@ -47,6 +48,7 @@ SYSTEMTAP_mips = ""
|
|||||||
LTTNGUST = "lttng-ust"
|
LTTNGUST = "lttng-ust"
|
||||||
LTTNGUST_libc-uclibc = ""
|
LTTNGUST_libc-uclibc = ""
|
||||||
LTTNGUST_mips = ""
|
LTTNGUST_mips = ""
|
||||||
|
LTTNGUST_aarch64 = ""
|
||||||
|
|
||||||
# valgrind does not work on mips
|
# valgrind does not work on mips
|
||||||
|
|
||||||
@@ -54,6 +56,7 @@ VALGRIND = "valgrind"
|
|||||||
VALGRIND_libc-uclibc = ""
|
VALGRIND_libc-uclibc = ""
|
||||||
VALGRIND_mips = ""
|
VALGRIND_mips = ""
|
||||||
VALGRIND_arm = ""
|
VALGRIND_arm = ""
|
||||||
|
VALGRIND_aarch64 = ""
|
||||||
|
|
||||||
# exmap-console
|
# exmap-console
|
||||||
# exmap-server
|
# exmap-server
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ KEXECTOOLS_mips ?= ""
|
|||||||
KEXECTOOLS_mipsel ?= ""
|
KEXECTOOLS_mipsel ?= ""
|
||||||
KEXECTOOLS_powerpc ?= ""
|
KEXECTOOLS_powerpc ?= ""
|
||||||
KEXECTOOLS_e5500-64b ?= ""
|
KEXECTOOLS_e5500-64b ?= ""
|
||||||
|
KEXECTOOLS_aarch64 ?= ""
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
blktool \
|
blktool \
|
||||||
|
|||||||
Reference in New Issue
Block a user