diff options
author | Phil Blundell <philb@gnu.org> | 2012-09-24 12:49:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-25 13:39:45 +0100 |
commit | 0ab08f1539926446c7e3b1b297816af5cbadc3b5 (patch) | |
tree | 007689e23f019a3463477d67fe1b720d213714eb | |
parent | 3c914fdb6a1d89e1aaa2c8c71597f99d2099ad34 (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools.inc | 2 |
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 | |||
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||
15 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-(linux|freebsd.*)' | 15 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*|mips.*)-(linux|freebsd.*)' |
16 | 16 | ||
17 | INSANE_SKIP_${PN} = "arch" | 17 | INSANE_SKIP_${PN} = "arch" |