[oe] [meta-oe][PATCH] Update makedumpfile recipe to add ARM into COMPATIBLE_HOST

Thomas Perrot thomas.perrot at tupi.fr
Sun Dec 11 11:40:04 UTC 2016


Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
---
 meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
 
 # 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"
-- 
2.11.0




More information about the Openembedded-devel mailing list