[oe-commits] [meta-openembedded] 01/26: makedumpfile: Add aarch64 into COMPATIBLE_HOST.

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 17:43:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit ac25dd42302193fa88a6dcc4ef722f912aae77c8
Author: leimaohui <leimaohui at cn.fujitsu.com>
AuthorDate: Sat Sep 1 06:01:28 2018 +0800

    makedumpfile: Add aarch64 into COMPATIBLE_HOST.
    
    Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
index 629e251..33194b8 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb
@@ -13,9 +13,9 @@ LICENSE = "GPLv2.0"
 DEPENDS = "bzip2 zlib elfutils"
 RDEPENDS_${PN}-tools = "perl ${PN}"
 
-# arm would compile but has never been tested upstream.  mips would not compile.
+# arm and aarch64 would compile but has never been tested upstream.  mips would not compile.
 #
-COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux"
+COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm|aarch64).*-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