summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-01 10:05:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-05 11:09:34 +0100
commit53a9ffc11a4c67b624ebb8fa121eaffbe0d3eba8 (patch)
tree7a3717e64ce9de6afe25019471dc86b52670df81 /meta/recipes-kernel/kexec
parent68b9f1677ce8ed0f3550c4d1f264da5d17de940a (diff)
downloadpoky-53a9ffc11a4c67b624ebb8fa121eaffbe0d3eba8.tar.gz
kexec-tools: fix architecture mismatch QA error
Building sato-sdk for an x86_64 target throws this QA error: | ERROR: QA Issue: Architecture did not match (62 to 3) on /work/x86_64-poky-li\ nux/kexec-tools-2.0.2-r1/packages-split/kexec-tools/usr/lib/kexec-tools/kexec_t\ est kexec_test uses 32-bit code for testing - add an INSANE_SKIP exception for it. (From OE-Core rev: 0dbf91969bb16f4761f58426ff5b458139c4e235) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc
index bbfb20f794..278ce341d0 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -13,3 +13,5 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
13inherit autotools 13inherit autotools
14 14
15COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-(linux|freebsd.*)' 15COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-(linux|freebsd.*)'
16
17INSANE_SKIP_${PN} = "arch"