[oe-commits] Matthew McClintock : Fixup kexec-tools compatible host for powerpc

git version control git at git.openembedded.org
Thu Sep 29 15:47:51 UTC 2011


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

Author: Matthew McClintock <msm at freescale.com>
Date:   Wed Sep 28 23:21:02 2011 -0500

Fixup kexec-tools compatible host for powerpc

kexec does infact work and build on powerpc, enable the compatible
host for these machines

Signed-off-by: Matthew McClintock <msm at freescale.com>
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 7541ddc..bbfb20f 100644
--- a/meta/recipes-kernel/kexec/kexec-tools.inc
+++ b/meta/recipes-kernel/kexec/kexec-tools.inc
@@ -12,4 +12,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz
 
 inherit autotools
 
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*)-(linux|freebsd.*)'
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-(linux|freebsd.*)'





More information about the Openembedded-commits mailing list