From: Phil Blundell Date: Mon, 24 Sep 2012 11:49:35 +0000 (+0100) Subject: kexec-tools: admit mips as a COMPATIBLE_HOST X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab08f1539926446c7e3b1b297816af5cbadc3b5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kexec-tools: admit mips as a COMPATIBLE_HOST (From OE-Core rev: 372dc3cf95373225d512160a2ec3e16bf3dc5b8f) Signed-off-by: Phil Blundell Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index 278ce341d0b..ee1f1e81c61 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"