All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/u-boot: fix THISDIR name collision in u-boot_%.bbappend
@ 2020-09-17  9:58 Nathan.Dunne
  2020-09-17 10:05 ` Diego Sueiro
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nathan.Dunne @ 2020-09-17  9:58 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Nathan Dunne

Renamed ${THISDIR} user defined variable to ${THIS_DIR}, to prevent
it from breaking ${THISDIR} macro in subsequent u-boot .bbappend files

Change-Id: I4473ee5c3ac5c0aea9310557294cc9757579bdf1
Issue-Id: SCM-1302
Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com>
---
 meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
index bf57242..5fc3723 100644
--- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -1,7 +1,7 @@
 # Machine specific u-boot
 
-THISDIR := "${THISDIR}"
-FILESEXTRAPATHS_prepend = "${THISDIR}/files/:${THISDIR}/${BP}:"
+THIS_DIR := "${THISDIR}"
+FILESEXTRAPATHS_prepend = "${THIS_DIR}/files/:${THIS_DIR}/${BP}:"
 FILESEXTRAPATHS_prepend_fvp-base := "${THISDIR}/files/fvp-common:"
 FILESEXTRAPATHS_prepend_foundation-armv8 := "${THISDIR}/files/fvp-common:"
 
-- 
2.17.1


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

end of thread, other threads:[~2020-09-21 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17  9:58 [PATCH] arm-bsp/u-boot: fix THISDIR name collision in u-boot_%.bbappend Nathan.Dunne
2020-09-17 10:05 ` Diego Sueiro
2020-09-17 16:44 ` [meta-arm] " Denys Dmytriyenko
2020-09-18  8:24   ` Nathan Dunne
2020-09-21 16:38 ` [meta-arm] " Jon Mason

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.