mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
makedumpfile: Add aarch64 into COMPATIBLE_HOST.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
d854899528
commit
de6589cb7d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user