From e9790a1f882c2b1ec349be374b03198da66bbb66 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 6 Dec 2017 19:43:56 +1000 Subject: 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. Signed-off-by: Nathan Rossi Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 317097854f..0d2da86613 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb @@ -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 = "\ -- cgit 1.2.3-korg