[oe-commits] Phil Blundell : kexec-tools: admit mips as a COMPATIBLE_HOST

git at git.openembedded.org git at git.openembedded.org
Tue Sep 25 09:51:50 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 372dc3cf95373225d512160a2ec3e16bf3dc5b8f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=372dc3cf95373225d512160a2ec3e16bf3dc5b8f

Author: Phil Blundell <philb at gnu.org>
Date:   Mon Sep 24 12:49:35 2012 +0100

kexec-tools: admit mips as a COMPATIBLE_HOST

Signed-off-by: Phil Blundell <pb at pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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"





More information about the Openembedded-commits mailing list