]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fixup kexec-tools compatible host for powerpc
authorMatthew McClintock <msm@freescale.com>
Thu, 29 Sep 2011 04:21:02 +0000 (23:21 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Sep 2011 15:44:10 +0000 (16:44 +0100)
kexec does infact work and build on powerpc, enable the compatible
host for these machines

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kexec/kexec-tools.inc

index 7541ddcf9ee1f62ee7f579ae84d810bc4ec33090..bbfb20f794031db29994252592ecd9f33310191c 100644 (file)
@@ -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.*)'