All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.