From: Matthew McClintock Date: Thu, 29 Sep 2011 04:21:02 +0000 (-0500) Subject: Fixup kexec-tools compatible host for powerpc X-Git-Tag: 2015-4~13264 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1ccc1ec56bc50cee121c03ae8bb8ccacd32b8560;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index 7541ddcf9e..bbfb20f794 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.*)'