All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp: Fix gem5 build break
@ 2020-06-11 12:48 Jon Mason
  2020-06-11 13:18 ` Diego Sueiro
  2020-06-11 17:36 ` [meta-arm] " Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Jon Mason @ 2020-06-11 12:48 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

OE-core removed DEPLOY_DIR_TOOLS, which is causing a build break on gem5
due to DEPLOY_DIR_TOOLS usage.  Temporarily define it in the recipe to
get it working.

Change-Id: I8d4d6e73009cab8ad7102045b855afcad34d3bf3
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm-bsp/conf/machine/gem5-arm64.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arm-bsp/conf/machine/gem5-arm64.conf b/meta-arm-bsp/conf/machine/gem5-arm64.conf
index 4db86c9..fc31bcf 100644
--- a/meta-arm-bsp/conf/machine/gem5-arm64.conf
+++ b/meta-arm-bsp/conf/machine/gem5-arm64.conf
@@ -51,3 +51,5 @@ EXTRA_IMAGEDEPENDS += "gem5-aarch64-native"
 # rngd (Part of rng-tools) takes ~7 mins to init resulting in a slow boot time.
 PACKAGE_EXCLUDE_append = " rng-tools"
 IMAGE_INSTALL_append = " haveged"
+
+DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-12 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-11 12:48 [PATCH] arm-bsp: Fix gem5 build break Jon Mason
2020-06-11 13:18 ` Diego Sueiro
2020-06-11 17:36 ` [meta-arm] " Denys Dmytriyenko
2020-06-12 12:43   ` Jon Mason
2020-06-12 17:41     ` Denys Dmytriyenko

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.