mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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:
@@ -13,9 +13,9 @@ LICENSE = "GPLv2.0"
|
|||||||
DEPENDS = "bzip2 zlib elfutils"
|
DEPENDS = "bzip2 zlib elfutils"
|
||||||
RDEPENDS_${PN}-tools = "perl ${PN}"
|
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"
|
PACKAGES =+ "${PN}-tools"
|
||||||
FILES_${PN}-tools = "${bindir}/*.pl"
|
FILES_${PN}-tools = "${bindir}/*.pl"
|
||||||
|
|||||||
Reference in New Issue
Block a user