mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
packagegroup-core-tools-testapps: kexec does not support MicroBlaze
The kexec-tools do not currently support MicroBlaze, override the KEXECTOOLS variable to disable the inclusion of these tools in the packagegroup. (From OE-Core rev: e9790a1f882c2b1ec349be374b03198da66bbb66) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5365f2ba0d
commit
cd92c99462
@@ -10,9 +10,10 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
# kexec-tools doesn't work on e5500-64b and nios2 yet
|
||||
# kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet
|
||||
KEXECTOOLS ?= "kexec"
|
||||
KEXECTOOLS_e5500-64b ?= ""
|
||||
KEXECTOOLS_microblaze ?= ""
|
||||
KEXECTOOLS_nios2 ?= ""
|
||||
|
||||
X11GLTOOLS = "\
|
||||
|
||||
Reference in New Issue
Block a user