aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas PERROT <thomas.perrot@tupi.fr>2016-12-11 12:40:04 +0100
committerArmin Kuster <akuster808@gmail.com>2017-02-24 19:33:29 +0000
commit7b9db5b7e6e59fb1db9a6c3854223497686ef4e3 (patch)
treec8277696ce634e7c13a2c8ae79bc4cf5e372feef
parent56f6f5585de70819fa493d0d803f60799d02fa5c (diff)
downloadmeta-openembedded-7b9db5b7e6e59fb1db9a6c3854223497686ef4e3.tar.gz
makedumpfile: add ARM into COMPATIBLE_HOST
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 42a46903392c85b2b2cc7ed9a8413261f03a8ab4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb
index c9a22703aa..93a6f62c3a 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN}-tools = "perl ${PN}"
# arm would compile but has never been tested upstream. mips would not compile.
#
-COMPATIBLE_HOST = "(x86_64|i.86|powerpc).*-linux"
+COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux"
PACKAGES =+ "${PN}-tools"
FILES_${PN}-tools = "${bindir}/*.pl"