diff mbox

[03,of,13] config/paths: add a generic custom location infrastructure

Message ID 0bbaba9190a76ba97f72.1349931192@localhost.localdomain
State Accepted
Commit aadd4647dd91
Headers show

Commit Message

David Holsgrove Oct. 11, 2012, 4:53 a.m. UTC
# HG changeset patch
# User David Holsgrove <david.holsgrove@xilinx.com>
# Date 1349930361 -36000
# Node ID 0bbaba9190a76ba97f723e9f90b708f7cf040b03
# Parent  131c163c69f9cc81d2beabaa998dca9c9386df38
config/paths: add a generic custom location infrastructure

Add CUSTOM_LOCATION_ROOT_DIR config option as a root directory for local
copies of source components sourced when version is CUSTOM

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>


--
For unsubscribe information see http://sourceware.org/lists.html#faq

Comments

Yann E. MORIN Oct. 13, 2012, 10 p.m. UTC | #1
David, All,

Your patch:
    scripts/functions: add a generic custom location infrastructure

has been applied as #aadd4647dd91. Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq
diff mbox

Patch

diff -r 131c163c69f9 -r 0bbaba9190a7 config/global/paths.in
--- a/config/global/paths.in	Thu Oct 04 13:26:14 2012 +1000
+++ b/config/global/paths.in	Thu Oct 11 14:39:21 2012 +1000
@@ -60,6 +60,15 @@ 
 #      The reason you might also want to install elsewhere is if you are going
 #      to package your shinny new toolchain for distribution.
 
+
+config CUSTOM_LOCATION_ROOT_DIR
+    string
+    depends on EXPERIMENTAL
+    prompt "Directory containing custom source components"
+    help
+      This is the path CT-NG will attempt to use as a root for locating
+      local copies of source components (CUSTOM_LOCATION_ROOT_DIR/component)
+
 config RM_RF_PREFIX_DIR
     bool
     prompt "|  Remove the prefix dir prior to building"