mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user