diff options
author | Thomas PERROT <thomas.perrot@tupi.fr> | 2016-12-11 12:40:04 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:23:18 +0100 |
commit | 42a46903392c85b2b2cc7ed9a8413261f03a8ab4 (patch) | |
tree | 79e0934222c3b0f342273ebd7db7d61d411903b3 /meta-oe/recipes-kernel | |
parent | 380f0cef364c1a3749b574ee29f44cca004088b0 (diff) | |
download | meta-openembedded-42a46903392c85b2b2cc7ed9a8413261f03a8ab4.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>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb | 2 |
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 c9a22703a..93a6f62c3 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}" | |||
12 | 12 | ||
13 | # arm would compile but has never been tested upstream. mips would not compile. | 13 | # arm would compile but has never been tested upstream. mips would not compile. |
14 | # | 14 | # |
15 | COMPATIBLE_HOST = "(x86_64|i.86|powerpc).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux" |
16 | 16 | ||
17 | PACKAGES =+ "${PN}-tools" | 17 | PACKAGES =+ "${PN}-tools" |
18 | FILES_${PN}-tools = "${bindir}/*.pl" | 18 | FILES_${PN}-tools = "${bindir}/*.pl" |