* [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path
@ 2015-08-13 13:25 Jacob Stiffler
2015-08-13 13:25 ` [tisdk-build-scripts][PATCH 2/2] configs: Update for change in " Jacob Stiffler
2015-08-14 14:53 ` [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from " Denys Dmytriyenko
0 siblings, 2 replies; 4+ messages in thread
From: Jacob Stiffler @ 2015-08-13 13:25 UTC (permalink / raw)
To: meta-arago
* The same effect can be obtained though the config.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
lib/oesdk/package-sdks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
index 31a44b6..498ee79 100644
--- a/lib/oesdk/package-sdks
+++ b/lib/oesdk/package-sdks
@@ -304,7 +304,7 @@ generate_webgen_page() {
m="$1"
- webgen_make="$WEBGEN_MAK_ROOT/$TISDK_VERSION/$m/webgen.mak"
+ webgen_make="$WEBGEN_MAK_ROOT/$m/webgen.mak"
if [ ! -e $webgen_make ]
then
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [tisdk-build-scripts][PATCH 2/2] configs: Update for change in webgen.mak path.
2015-08-13 13:25 [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path Jacob Stiffler
@ 2015-08-13 13:25 ` Jacob Stiffler
2015-08-14 14:53 ` [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from " Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2015-08-13 13:25 UTC (permalink / raw)
To: meta-arago
* Assumption that TISDK_VERSION is part of the path has been removed,
so add inside configs.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
configs/amsdk/amsdk-config-05.06.00.00.txt | 4 ++--
configs/amsdk/amsdk-config-05.07.00.00.txt | 4 ++--
configs/amsdk/amsdk-config-06.00.00.00.txt | 4 ++--
configs/amsdk/amsdk-config-07.00.00.00.txt | 4 ++--
configs/amsdk/amsdk-config-07.01.00.00.txt | 4 ++--
configs/amsdk/amsdk-config-08.00.00.00.txt | 4 ++--
configs/arago-core-tisdk-daisy-puget.txt | 4 ++--
configs/arago-core-tisdk-danny-puget.txt | 4 ++--
configs/arago-core-tisdk-dora-puget.txt | 4 ++--
configs/arago-core-tisdk-dylan-puget.txt | 4 ++--
configs/arago-core-tisdk-fido-puget.txt | 4 ++--
configs/coresdk/arago-core-amsdk-2013.04.01.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2013.04.00.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2013.04.01.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2013.04.02.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2013.10.00.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2013.12.00.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2013.12.01.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2014.08.00.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2014.10.01.txt | 4 ++--
configs/coresdk/arago-core-tisdk-2014.10.02.txt | 4 ++--
configs/distroless-meta-ti-puget.txt | 4 ++--
22 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/configs/amsdk/amsdk-config-05.06.00.00.txt b/configs/amsdk/amsdk-config-05.06.00.00.txt
index 5f2c879..7c6016b 100644
--- a/configs/amsdk/amsdk-config-05.06.00.00.txt
+++ b/configs/amsdk/amsdk-config-05.06.00.00.txt
@@ -258,8 +258,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/amsdk/amsdk-config-05.07.00.00.txt b/configs/amsdk/amsdk-config-05.07.00.00.txt
index 3057689..37b6754 100644
--- a/configs/amsdk/amsdk-config-05.07.00.00.txt
+++ b/configs/amsdk/amsdk-config-05.07.00.00.txt
@@ -273,8 +273,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/amsdk/amsdk-config-06.00.00.00.txt b/configs/amsdk/amsdk-config-06.00.00.00.txt
index 5854f25..fd53df1 100644
--- a/configs/amsdk/amsdk-config-06.00.00.00.txt
+++ b/configs/amsdk/amsdk-config-06.00.00.00.txt
@@ -279,8 +279,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/amsdk/amsdk-config-07.00.00.00.txt b/configs/amsdk/amsdk-config-07.00.00.00.txt
index 5c75d32..09f8731 100644
--- a/configs/amsdk/amsdk-config-07.00.00.00.txt
+++ b/configs/amsdk/amsdk-config-07.00.00.00.txt
@@ -279,8 +279,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/amsdk/amsdk-config-07.01.00.00.txt b/configs/amsdk/amsdk-config-07.01.00.00.txt
index a2af353..d7b06a3 100644
--- a/configs/amsdk/amsdk-config-07.01.00.00.txt
+++ b/configs/amsdk/amsdk-config-07.01.00.00.txt
@@ -279,8 +279,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/amsdk/amsdk-config-08.00.00.00.txt b/configs/amsdk/amsdk-config-08.00.00.00.txt
index 67e8857..74ad1d0 100644
--- a/configs/amsdk/amsdk-config-08.00.00.00.txt
+++ b/configs/amsdk/amsdk-config-08.00.00.00.txt
@@ -283,8 +283,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/arago-core-tisdk-daisy-puget.txt b/configs/arago-core-tisdk-daisy-puget.txt
index 9730179..a0dd24a 100644
--- a/configs/arago-core-tisdk-daisy-puget.txt
+++ b/configs/arago-core-tisdk-daisy-puget.txt
@@ -293,8 +293,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/arago-core-tisdk-danny-puget.txt b/configs/arago-core-tisdk-danny-puget.txt
index 73449e9..27dda0a 100644
--- a/configs/arago-core-tisdk-danny-puget.txt
+++ b/configs/arago-core-tisdk-danny-puget.txt
@@ -280,8 +280,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/arago-core-tisdk-dora-puget.txt b/configs/arago-core-tisdk-dora-puget.txt
index 8d1c95c..14b84c2 100644
--- a/configs/arago-core-tisdk-dora-puget.txt
+++ b/configs/arago-core-tisdk-dora-puget.txt
@@ -280,8 +280,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/arago-core-tisdk-dylan-puget.txt b/configs/arago-core-tisdk-dylan-puget.txt
index 4a3d1c9..d6dcdc0 100644
--- a/configs/arago-core-tisdk-dylan-puget.txt
+++ b/configs/arago-core-tisdk-dylan-puget.txt
@@ -280,8 +280,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/arago-core-tisdk-fido-puget.txt b/configs/arago-core-tisdk-fido-puget.txt
index 380e6bf..8b315be 100644
--- a/configs/arago-core-tisdk-fido-puget.txt
+++ b/configs/arago-core-tisdk-fido-puget.txt
@@ -293,8 +293,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-amsdk-2013.04.01.txt b/configs/coresdk/arago-core-amsdk-2013.04.01.txt
index 0203553..931698a 100644
--- a/configs/coresdk/arago-core-amsdk-2013.04.01.txt
+++ b/configs/coresdk/arago-core-amsdk-2013.04.01.txt
@@ -281,8 +281,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/amsdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2013.04.00.txt b/configs/coresdk/arago-core-tisdk-2013.04.00.txt
index 3435335..e73b80d 100644
--- a/configs/coresdk/arago-core-tisdk-2013.04.00.txt
+++ b/configs/coresdk/arago-core-tisdk-2013.04.00.txt
@@ -281,8 +281,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2013.04.01.txt b/configs/coresdk/arago-core-tisdk-2013.04.01.txt
index b2b583b..bff39cb 100644
--- a/configs/coresdk/arago-core-tisdk-2013.04.01.txt
+++ b/configs/coresdk/arago-core-tisdk-2013.04.01.txt
@@ -281,8 +281,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2013.04.02.txt b/configs/coresdk/arago-core-tisdk-2013.04.02.txt
index 8536021..889014c 100644
--- a/configs/coresdk/arago-core-tisdk-2013.04.02.txt
+++ b/configs/coresdk/arago-core-tisdk-2013.04.02.txt
@@ -281,8 +281,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2013.10.00.txt b/configs/coresdk/arago-core-tisdk-2013.10.00.txt
index cb65f40..601c6a6 100644
--- a/configs/coresdk/arago-core-tisdk-2013.10.00.txt
+++ b/configs/coresdk/arago-core-tisdk-2013.10.00.txt
@@ -279,8 +279,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2013.12.00.txt b/configs/coresdk/arago-core-tisdk-2013.12.00.txt
index b0bbff4..f85ad3d 100644
--- a/configs/coresdk/arago-core-tisdk-2013.12.00.txt
+++ b/configs/coresdk/arago-core-tisdk-2013.12.00.txt
@@ -279,8 +279,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2013.12.01.txt b/configs/coresdk/arago-core-tisdk-2013.12.01.txt
index e9dff89..33549c4 100644
--- a/configs/coresdk/arago-core-tisdk-2013.12.01.txt
+++ b/configs/coresdk/arago-core-tisdk-2013.12.01.txt
@@ -279,8 +279,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2014.08.00.txt b/configs/coresdk/arago-core-tisdk-2014.08.00.txt
index 8cefd0a..e9a4622 100644
--- a/configs/coresdk/arago-core-tisdk-2014.08.00.txt
+++ b/configs/coresdk/arago-core-tisdk-2014.08.00.txt
@@ -283,8 +283,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2014.10.01.txt b/configs/coresdk/arago-core-tisdk-2014.10.01.txt
index fdef326..f181ca8 100644
--- a/configs/coresdk/arago-core-tisdk-2014.10.01.txt
+++ b/configs/coresdk/arago-core-tisdk-2014.10.01.txt
@@ -283,8 +283,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/coresdk/arago-core-tisdk-2014.10.02.txt b/configs/coresdk/arago-core-tisdk-2014.10.02.txt
index f7d5187..d0b7e7e 100644
--- a/configs/coresdk/arago-core-tisdk-2014.10.02.txt
+++ b/configs/coresdk/arago-core-tisdk-2014.10.02.txt
@@ -286,8 +286,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
diff --git a/configs/distroless-meta-ti-puget.txt b/configs/distroless-meta-ti-puget.txt
index 3151eac..9406fd1 100644
--- a/configs/distroless-meta-ti-puget.txt
+++ b/configs/distroless-meta-ti-puget.txt
@@ -273,8 +273,8 @@ WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
# stored. This data is the webgen.mak files required to build the SDK
# ti.com style web pages.
# The general assumption is that the directory structure looks like:
-# - WEBGEN_MAK_ROOT/$TISDK_VERSION/<machine>/webgen.mak
-WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data"
+# - WEBGEN_MAK_ROOT/<machine>/webgen.mak
+WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/$TISDK_VERSION"
# This variable enables the source downloads in "DL_DIR" to be tar'd and copied
# to the webgen exports directory. Setting this variable to "1" will override
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path
2015-08-13 13:25 [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path Jacob Stiffler
2015-08-13 13:25 ` [tisdk-build-scripts][PATCH 2/2] configs: Update for change in " Jacob Stiffler
@ 2015-08-14 14:53 ` Denys Dmytriyenko
2015-08-14 15:01 ` Jacob Stiffler
1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-08-14 14:53 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
What's the reason for the change?
On Thu, Aug 13, 2015 at 09:25:16AM -0400, Jacob Stiffler wrote:
> * The same effect can be obtained though the config.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> lib/oesdk/package-sdks | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
> index 31a44b6..498ee79 100644
> --- a/lib/oesdk/package-sdks
> +++ b/lib/oesdk/package-sdks
> @@ -304,7 +304,7 @@ generate_webgen_page() {
> m="$1"
>
>
> - webgen_make="$WEBGEN_MAK_ROOT/$TISDK_VERSION/$m/webgen.mak"
> + webgen_make="$WEBGEN_MAK_ROOT/$m/webgen.mak"
>
> if [ ! -e $webgen_make ]
> then
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path
2015-08-14 14:53 ` [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from " Denys Dmytriyenko
@ 2015-08-14 15:01 ` Jacob Stiffler
0 siblings, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2015-08-14 15:01 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
On 8/14/2015 10:53 AM, Denys Dmytriyenko wrote:
> What's the reason for the change?
>
It seems restrictive to force TISDK_VERSION in the webgen.mak path when
the same can be accomplished through the config (see PATCH 2/2).
Also, it is preferable to not maintain the webgen.mak for every release
made as we can use git to obtain an old version.
> On Thu, Aug 13, 2015 at 09:25:16AM -0400, Jacob Stiffler wrote:
>> * The same effect can be obtained though the config.
>>
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> lib/oesdk/package-sdks | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
>> index 31a44b6..498ee79 100644
>> --- a/lib/oesdk/package-sdks
>> +++ b/lib/oesdk/package-sdks
>> @@ -304,7 +304,7 @@ generate_webgen_page() {
>> m="$1"
>>
>>
>> - webgen_make="$WEBGEN_MAK_ROOT/$TISDK_VERSION/$m/webgen.mak"
>> + webgen_make="$WEBGEN_MAK_ROOT/$m/webgen.mak"
>>
>> if [ ! -e $webgen_make ]
>> then
>> --
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-14 15:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 13:25 [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path Jacob Stiffler
2015-08-13 13:25 ` [tisdk-build-scripts][PATCH 2/2] configs: Update for change in " Jacob Stiffler
2015-08-14 14:53 ` [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from " Denys Dmytriyenko
2015-08-14 15:01 ` Jacob Stiffler
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.