All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] makedumpfile: Add aarch64 into COMPATIBLE_HOST.
@ 2018-11-14  6:44 Lei Maohui
  0 siblings, 0 replies; only message in thread
From: Lei Maohui @ 2018-11-14  6:44 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.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"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-14  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14  6:44 [meta-oe][PATCH] makedumpfile: Add aarch64 into COMPATIBLE_HOST Lei Maohui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.