aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2012-09-24 12:49:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-25 10:44:02 +0100
commit372dc3cf95373225d512160a2ec3e16bf3dc5b8f (patch)
treee12fb9b4eeecd8004f99944adbf9dcf74d7ad230 /meta/recipes-kernel/kexec
parent3c562b8360edf52aea6280849fa33e8a0f34742b (diff)
downloadopenembedded-core-contrib-372dc3cf95373225d512160a2ec3e16bf3dc5b8f.tar.gz
kexec-tools: admit mips as a COMPATIBLE_HOST
Signed-off-by: Phil Blundell <pb@pbcl.net> 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, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc
index 278ce341d0..ee1f1e81c6 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -12,6 +12,6 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
inherit autotools
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-(linux|freebsd.*)'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*|mips.*)-(linux|freebsd.*)'
INSANE_SKIP_${PN} = "arch"