diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2018-09-01 06:01:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-02 11:05:02 -0800 |
commit | ac25dd42302193fa88a6dcc4ef722f912aae77c8 (patch) | |
tree | 8e2bb5b8f323960a80d843feea535502222aa314 /meta-oe/recipes-kernel | |
parent | f29268ee21106dfd9f578088745c43aa5e6ed3a3 (diff) | |
download | meta-openembedded-ac25dd42302193fa88a6dcc4ef722f912aae77c8.tar.gz |
makedumpfile: Add aarch64 into COMPATIBLE_HOST.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.4.bb | 4 |
1 files 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 629e2518f4..33194b8504 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" | |||
13 | DEPENDS = "bzip2 zlib elfutils" | 13 | DEPENDS = "bzip2 zlib elfutils" |
14 | RDEPENDS_${PN}-tools = "perl ${PN}" | 14 | RDEPENDS_${PN}-tools = "perl ${PN}" |
15 | 15 | ||
16 | # arm would compile but has never been tested upstream. mips would not compile. | 16 | # arm and aarch64 would compile but has never been tested upstream. mips would not compile. |
17 | # | 17 | # |
18 | COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm).*-linux" | 18 | COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm|aarch64).*-linux" |
19 | 19 | ||
20 | PACKAGES =+ "${PN}-tools" | 20 | PACKAGES =+ "${PN}-tools" |
21 | FILES_${PN}-tools = "${bindir}/*.pl" | 21 | FILES_${PN}-tools = "${bindir}/*.pl" |