summaryrefslogtreecommitdiffstats
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 13:39:45 +0100
commit0ab08f1539926446c7e3b1b297816af5cbadc3b5 (patch)
tree007689e23f019a3463477d67fe1b720d213714eb /meta/recipes-kernel/kexec
parent3c914fdb6a1d89e1aaa2c8c71597f99d2099ad34 (diff)
downloadast2050-yocto-poky-0ab08f1539926446c7e3b1b297816af5cbadc3b5.zip
ast2050-yocto-poky-0ab08f1539926446c7e3b1b297816af5cbadc3b5.tar.gz
kexec-tools: admit mips as a COMPATIBLE_HOST
(From OE-Core rev: 372dc3cf95373225d512160a2ec3e16bf3dc5b8f) 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 278ce34..ee1f1e8 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"
OpenPOWER on IntegriCloud