summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-09-28 23:21:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:53 +0000
commit25330d9f38b646aa62a398abb876c931aae0f5a4 (patch)
tree0772cb1ae1eb7e886735d3ee59dfc0118991d150 /meta/recipes-kernel
parentc1c5eb6866b1051511c3a3fa94d3e39351cc06bf (diff)
downloadpoky-25330d9f38b646aa62a398abb876c931aae0f5a4.tar.gz
Fixup kexec-tools compatible host for powerpc
kexec does infact work and build on powerpc, enable the compatible host for these machines (From OE-Core rev: 1ccc1ec56bc50cee121c03ae8bb8ccacd32b8560) (From OE-Core rev: c7afacf05deb8ca77818aa33ee13ec3a8c5d983f) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools.inc2
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 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
12 12
13inherit autotools 13inherit autotools
14 14
15COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*)-(linux|freebsd.*)' 15COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-(linux|freebsd.*)'