[oe-commits] [meta-openembedded] 13/35: makedumpfile: add ARM into COMPATIBLE_HOST

git at git.openembedded.org git at git.openembedded.org
Thu Dec 15 08:36:50 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 7ea2a12ba6a97ce69a24434cd1d1fd010b81b114
Author: Thomas PERROT <thomas.perrot at tupi.fr>
AuthorDate: Sun Dec 11 12:40:04 2016 +0100

    makedumpfile: add ARM into COMPATIBLE_HOST
    
    Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 c9a2270..93a6f62 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list