Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Export BR2_EXTERNAL for post-build/support scripts
@ 2015-02-04 15:34 Julian Scheel
  2015-02-04 16:19 ` Yann E. MORIN
  2015-02-07 21:48 ` Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Julian Scheel @ 2015-02-04 15:34 UTC (permalink / raw)
  To: buildroot

Especially post-build scripts might want to make use of BR2_EXTERNAL variable,
so export it.

Signed-off-by: Julian Scheel <julian@jusst.de>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index e554a30..92ae3fa 100644
--- a/Makefile
+++ b/Makefile
@@ -349,6 +349,7 @@ endif
 # Scripts in support/ or post-build scripts may need to reference
 # these locations, so export them so it is easier to use
 export BR2_CONFIG
+export BR2_EXTERNAL
 export TARGET_DIR
 export STAGING_DIR
 export HOST_DIR
-- 
2.2.1

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

end of thread, other threads:[~2015-02-07 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 15:34 [Buildroot] [PATCH] Export BR2_EXTERNAL for post-build/support scripts Julian Scheel
2015-02-04 16:19 ` Yann E. MORIN
2015-02-04 16:21   ` Yann E. MORIN
2015-02-07 15:11     ` Romain Naour
2015-02-07 21:48 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox