diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-12-06 19:43:56 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:00:24 +0000 |
commit | e9790a1f882c2b1ec349be374b03198da66bbb66 (patch) | |
tree | 53937ae418699d3ace44101a9b1e03ce3262e494 /meta/recipes-core | |
parent | 3b78384868b1fb99019abe6760247a905ba03ce4 (diff) | |
download | openembedded-core-contrib-e9790a1f882c2b1ec349be374b03198da66bbb66.tar.gz |
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 <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 317097854f2..0d2da866132 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 = "\ |