All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format
@ 2013-10-01  7:12 Denys Dmytriyenko
  2013-10-01  7:12 ` [PATCH 2/3] publish-sdk-data: add webgen configs for 2013.10 builds of am437x, am335x, omap5 and dra7xx Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-10-01  7:12 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 lib/run-opentest |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/run-opentest b/lib/run-opentest
index d3a04f3..7372e75 100644
--- a/lib/run-opentest
+++ b/lib/run-opentest
@@ -170,9 +170,9 @@ run_target_side_test() {
         return 1
     fi
 
-    if [ -f $test_dir/temp/board-support/prebuilt-images/uImage-$m.bin ]
+    if [ -f $test_dir/temp/board-support/prebuilt-images/[uz]Image-$m.bin ]
     then
-        kernel=$test_dir/temp/board-support/prebuilt-images/uImage-$m.bin
+        kernel=$test_dir/temp/board-support/prebuilt-images/[uz]Image-$m.bin
         if [ "$odtb" ]
         then
             dtb="~dtb=$test_dir/temp/board-support/prebuilt-images/$odtb"
-- 
1.7.9.5



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

* [PATCH 2/3] publish-sdk-data: add webgen configs for 2013.10 builds of am437x, am335x, omap5 and dra7xx
  2013-10-01  7:12 [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Denys Dmytriyenko
@ 2013-10-01  7:12 ` Denys Dmytriyenko
  2013-10-01  7:12 ` [PATCH 3/3] arago-core-tisdk-puget: enable productization and bump the version Denys Dmytriyenko
  2013-10-01 13:41 ` [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Maupin, Chase
  2 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-10-01  7:12 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 publish-sdk-data/2013.10/am335x-evm/webgen.mak |   27 ++++++++++++++++++++++++
 publish-sdk-data/2013.10/am437x-evm/webgen.mak |   27 ++++++++++++++++++++++++
 publish-sdk-data/2013.10/dra7xx-evm/webgen.mak |   27 ++++++++++++++++++++++++
 publish-sdk-data/2013.10/omap5-evm/webgen.mak  |   26 +++++++++++++++++++++++
 4 files changed, 107 insertions(+)
 create mode 100644 publish-sdk-data/2013.10/am335x-evm/webgen.mak
 create mode 100644 publish-sdk-data/2013.10/am437x-evm/webgen.mak
 create mode 100644 publish-sdk-data/2013.10/dra7xx-evm/webgen.mak
 create mode 100644 publish-sdk-data/2013.10/omap5-evm/webgen.mak

diff --git a/publish-sdk-data/2013.10/am335x-evm/webgen.mak b/publish-sdk-data/2013.10/am335x-evm/webgen.mak
new file mode 100644
index 0000000..b3dfbfc
--- /dev/null
+++ b/publish-sdk-data/2013.10/am335x-evm/webgen.mak
@@ -0,0 +1,27 @@
+PRODUCT_NAME=AM335xSDK
+PRODUCT_OR_COMPONENT=PRODUCT
+DESCRIPTION=AM335xSDK
+EMAIL=http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/default.aspx
+FOLDER=http://www.ti.com/tool/linuxezsdk-sitara
+ 
+DOWNLOAD_TEXT=<br>This page contains the AM335x Core SDK from the LCPD team.  It is intended as a reference for INTERNAL use only and should not be distributed to customers.<br>
+
+VERSION=2013.10
+ 
+# un-comment for debug
+#MK_NOISY=1
+ 
+.prod_links:
+	$(call add-divider,"AM335x SDK Essentials")
+	$(call add-link,"ti-sdk-am335x-evm-2013.10-Linux-x86-Install.bin","ti-sdk-am335x-evm-2013.10-Linux-x86-Install.bin","AM335x EVM SDK")
+	$(call add-divider,"AM335x SDK Optional Addons")
+	$(call add-selfcert-link,"CCS-5.3.0.00090_Sitara-ARM.tar.gz",CCS-5.3.0.00090_Sitara-ARM.tar.gz,"Code Composer Studio for Sitara ARM.  This CCS bundle can be used for ARM debuggin on OMAP devices as well.")
+	$(call add-link,"README.ccs","README.ccs","Code Composer Studio for Sitara ARM README")
+	$(call add-divider,"AM335x SDK Individual Components")
+	$(call add-link,"am335x-evm-qsg.pdf","am335x-evm-qsg.pdf","AM335x EVM Quick Start Guide")
+	$(call add-link,"software_manifest.htm","Software Manifest", "Software Manifest of Components Inside the SDK")
+	$(call add-link,"am335x-evm-sdk-src-2013.10.tar.gz","am335x-evm-sdk-src-2013.10.tar.gz", "AM335x SDK PSP Source Code")
+	$(call add-link,"am335x-evm-sdk-bin-2013.10.tar.gz","am335x-evm-sdk-bin-2013.10.tar.gz", "AM335x SDK prebuilt PSP binaries and root filesystem")
+	$(call add-http-link,"http://focus.ti.com/docs/toolsw/folders/print/pinmuxtool.html","Download Pinmuxtool","Sitara Pin Mux Configuration Utility")
+	$(call add-divider,"AM335x SDK Checksums")
+	$(call add-link,"md5sum.txt","md5sum.txt","MD5 Checksums")
diff --git a/publish-sdk-data/2013.10/am437x-evm/webgen.mak b/publish-sdk-data/2013.10/am437x-evm/webgen.mak
new file mode 100644
index 0000000..b377a8b
--- /dev/null
+++ b/publish-sdk-data/2013.10/am437x-evm/webgen.mak
@@ -0,0 +1,27 @@
+PRODUCT_NAME=AM437xSDK
+PRODUCT_OR_COMPONENT=PRODUCT
+DESCRIPTION=AM437xSDK
+EMAIL=http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/default.aspx
+FOLDER=http://www.ti.com/tool/linuxezsdk-sitara
+ 
+DOWNLOAD_TEXT=<br>This page contains the AM437x Core SDK from the LCPD team.  It is intended as a reference for INTERNAL use only and should not be distributed to customers.<br>
+
+VERSION=2013.10
+ 
+# un-comment for debug
+#MK_NOISY=1
+ 
+.prod_links:
+	$(call add-divider,"AM437x SDK Essentials")
+	$(call add-link,"ti-sdk-am437x-evm-2013.10-Linux-x86-Install.bin","ti-sdk-am437x-evm-2013.10-Linux-x86-Install.bin","AM437x EVM SDK")
+	$(call add-divider,"AM437x SDK Optional Addons")
+	$(call add-selfcert-link,"CCS-5.3.0.00090_Sitara-ARM.tar.gz",CCS-5.3.0.00090_Sitara-ARM.tar.gz,"Code Composer Studio for Sitara ARM.  This CCS bundle can be used for ARM debuggin on OMAP devices as well.")
+	$(call add-link,"README.ccs","README.ccs","Code Composer Studio for Sitara ARM README")
+	$(call add-divider,"AM437x SDK Individual Components")
+	$(call add-link,"am437x-evm-qsg.pdf","am437x-evm-qsg.pdf","AM437x EVM Quick Start Guide")
+	$(call add-link,"software_manifest.htm","Software Manifest", "Software Manifest of Components Inside the SDK")
+	$(call add-link,"am437x-evm-sdk-src-2013.10.tar.gz","am437x-evm-sdk-src-2013.10.tar.gz", "AM437x SDK PSP Source Code")
+	$(call add-link,"am437x-evm-sdk-bin-2013.10.tar.gz","am437x-evm-sdk-bin-2013.10.tar.gz", "AM437x SDK prebuilt PSP binaries and root filesystem")
+	$(call add-http-link,"http://focus.ti.com/docs/toolsw/folders/print/pinmuxtool.html","Download Pinmuxtool","Sitara Pin Mux Configuration Utility")
+	$(call add-divider,"AM437x SDK Checksums")
+	$(call add-link,"md5sum.txt","md5sum.txt","MD5 Checksums")
diff --git a/publish-sdk-data/2013.10/dra7xx-evm/webgen.mak b/publish-sdk-data/2013.10/dra7xx-evm/webgen.mak
new file mode 100644
index 0000000..2852dde
--- /dev/null
+++ b/publish-sdk-data/2013.10/dra7xx-evm/webgen.mak
@@ -0,0 +1,27 @@
+PRODUCT_NAME=DRA7xxSDK
+PRODUCT_OR_COMPONENT=PRODUCT
+DESCRIPTION=DRA7xxSDK
+EMAIL=http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/default.aspx
+FOLDER=http://www.ti.com/tool/linuxezsdk-sitara
+ 
+DOWNLOAD_TEXT=<br>This page contains the DRA7xx Core SDK from the LCPD team.  It is intended as a reference for INTERNAL use only and should not be distributed to customers.<br>
+
+VERSION=2013.10
+ 
+# un-comment for debug
+#MK_NOISY=1
+ 
+.prod_links:
+	$(call add-divider,"DRA7xx SDK Essentials")
+	$(call add-link,"ti-sdk-dra7xx-evm-2013.10-Linux-x86-Install.bin","ti-sdk-dra7xx-evm-2013.10-Linux-x86-Install.bin","DRA7xx EVM SDK")
+	$(call add-divider,"DRA7xx SDK Optional Addons")
+	$(call add-selfcert-link,"CCS-5.3.0.00090_Sitara-ARM.tar.gz",CCS-5.3.0.00090_Sitara-ARM.tar.gz,"Code Composer Studio for Sitara ARM.  This CCS bundle can be used for ARM debuggin on OMAP devices as well.")
+	$(call add-link,"README.ccs","README.ccs","Code Composer Studio for Sitara ARM README")
+	$(call add-divider,"DRA7xx SDK Individual Components")
+	$(call add-link,"dra7xx-evm-qsg.pdf","dra7xx-evm-qsg.pdf","DRA7xx EVM Quick Start Guide")
+	$(call add-link,"software_manifest.htm","Software Manifest", "Software Manifest of Components Inside the SDK")
+	$(call add-link,"dra7xx-evm-sdk-src-2013.10.tar.gz","dra7xx-evm-sdk-src-2013.10.tar.gz", "DRA7xx SDK PSP Source Code")
+	$(call add-link,"dra7xx-evm-sdk-bin-2013.10.tar.gz","dra7xx-evm-sdk-bin-2013.10.tar.gz", "DRA7xx SDK prebuilt PSP binaries and root filesystem")
+	$(call add-http-link,"http://focus.ti.com/docs/toolsw/folders/print/pinmuxtool.html","Download Pinmuxtool","Sitara Pin Mux Configuration Utility")
+	$(call add-divider,"DRA7xx SDK Checksums")
+	$(call add-link,"md5sum.txt","md5sum.txt","MD5 Checksums")
diff --git a/publish-sdk-data/2013.10/omap5-evm/webgen.mak b/publish-sdk-data/2013.10/omap5-evm/webgen.mak
new file mode 100644
index 0000000..95ee295
--- /dev/null
+++ b/publish-sdk-data/2013.10/omap5-evm/webgen.mak
@@ -0,0 +1,26 @@
+PRODUCT_NAME=OMAP5SDK
+PRODUCT_OR_COMPONENT=PRODUCT
+DESCRIPTION=OMAP5SDK
+EMAIL=http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/default.aspx
+FOLDER=http://www.ti.com/tool/linuxezsdk-sitara
+ 
+DOWNLOAD_TEXT=<br>This page contains the OMAP5 Core SDK from the LCPD team.  It is intended as a reference for INTERNAL use only and should not be distributed to customers.<br>
+
+VERSION=2013.10
+ 
+# un-comment for debug
+#MK_NOISY=1
+ 
+.prod_links:
+	$(call add-divider,"OMAP5 SDK Essentials")
+	$(call add-link,"ti-sdk-omap5-evm-2013.10-Linux-x86-Install.bin","ti-sdk-omap5-evm-2013.10-Linux-x86-Install.bin","OMAP5 EVM SDK")
+	$(call add-divider,"OMAP5 SDK Optional Addons")
+	$(call add-selfcert-link,"CCS-5.3.0.00090_Sitara-ARM.tar.gz",CCS-5.3.0.00090_Sitara-ARM.tar.gz,"Code Composer Studio for Sitara ARM.  This CCS bundle can be used for ARM debuggin on OMAP devices as well.")
+	$(call add-link,"README.ccs","README.ccs","Code Composer Studio for Sitara ARM README")
+	$(call add-divider,"OMAP5 SDK Individual Components")
+	$(call add-link,"omap5-evm-qsg.pdf","omap5-evm-qsg.pdf","OMAP5 EVM Quick Start Guide")
+	$(call add-link,"software_manifest.htm","Software Manifest", "Software Manifest of Components Inside the SDK")
+	$(call add-link,"omap5-evm-sdk-src-2013.10.tar.gz","omap5-evm-sdk-src-2013.10.tar.gz", "OMAP5 SDK PSP Source Code")
+	$(call add-link,"omap5-evm-sdk-bin-2013.10.tar.gz","omap5-evm-sdk-bin-2013.10.tar.gz", "OMAP5 SDK prebuilt PSP binaries and root filesystem")
+	$(call add-divider,"OMAP5 SDK Checksums")
+	$(call add-link,"md5sum.txt","md5sum.txt","MD5 Checksums")
-- 
1.7.9.5



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

* [PATCH 3/3] arago-core-tisdk-puget: enable productization and bump the version
  2013-10-01  7:12 [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Denys Dmytriyenko
  2013-10-01  7:12 ` [PATCH 2/3] publish-sdk-data: add webgen configs for 2013.10 builds of am437x, am335x, omap5 and dra7xx Denys Dmytriyenko
@ 2013-10-01  7:12 ` Denys Dmytriyenko
  2013-10-01 13:41 ` [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Maupin, Chase
  2 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-10-01  7:12 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 configs/arago-core-tisdk-puget.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/arago-core-tisdk-puget.txt b/configs/arago-core-tisdk-puget.txt
index 8e1fd98..4e2d358 100644
--- a/configs/arago-core-tisdk-puget.txt
+++ b/configs/arago-core-tisdk-puget.txt
@@ -11,7 +11,7 @@ MANDATORY_INPUTS="MACHINES NUM_ARM9_BUILDS NUM_CORTEX_BUILDS BUILD_ID SCRIPTS_RO
 # This variable holds the SDK version you are building.  This will be picked
 # up in the installer name if you choose to package an installer.  You can
 # also use this in the CONFIG_FILE name below.
-TISDK_VERSION="2013.05"
+TISDK_VERSION="2013.10"
 
 # This variable contains the list of machines to build an SDK for
 MACHINES="am335x-evm am37x-evm am3517-evm omap5-evm dra7xx-evm beagleboard am180x-evm"
@@ -199,7 +199,7 @@ SKIP_TEST_FAILURES="false"
 # and project file created to package it.  If not then you can use
 # the simple SDK tarball that was created during the build as your
 # SDK.
-PRODUCTIZE_SDK="false"
+PRODUCTIZE_SDK="true"
 
 # This variable contains the command(s) that bitbake should run. Each command
 # should be seperated by a semicolon.
-- 
1.7.9.5



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

* Re: [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format
  2013-10-01  7:12 [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Denys Dmytriyenko
  2013-10-01  7:12 ` [PATCH 2/3] publish-sdk-data: add webgen configs for 2013.10 builds of am437x, am335x, omap5 and dra7xx Denys Dmytriyenko
  2013-10-01  7:12 ` [PATCH 3/3] arago-core-tisdk-puget: enable productization and bump the version Denys Dmytriyenko
@ 2013-10-01 13:41 ` Maupin, Chase
  2013-10-01 14:37   ` Denys Dmytriyenko
  2 siblings, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2013-10-01 13:41 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago@arago-project.org


>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>Sent: Tuesday, October 01, 2013 2:12 AM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH 1/3] run-opentest: handle kernel
>images in zImage in addition to uImage format
>
>From: Denys Dmytriyenko <denys@ti.com>
>
>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>---
> lib/run-opentest |    4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/lib/run-opentest b/lib/run-opentest
>index d3a04f3..7372e75 100644
>--- a/lib/run-opentest
>+++ b/lib/run-opentest
>@@ -170,9 +170,9 @@ run_target_side_test() {
>         return 1
>     fi
>
>-    if [ -f $test_dir/temp/board-support/prebuilt-images/uImage-
>$m.bin ]
>+    if [ -f $test_dir/temp/board-support/prebuilt-
>images/[uz]Image-$m.bin ]
>     then
>-        kernel=$test_dir/temp/board-support/prebuilt-
>images/uImage-$m.bin
>+        kernel=$test_dir/temp/board-support/prebuilt-
>images/[uz]Image-$m.bin

Does the opentest call resolve the [uz] or use it as a literal value?

>         if [ "$odtb" ]
>         then
>             dtb="~dtb=$test_dir/temp/board-support/prebuilt-
>images/$odtb"
>--
>1.7.9.5
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format
  2013-10-01 13:41 ` [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Maupin, Chase
@ 2013-10-01 14:37   ` Denys Dmytriyenko
  2013-10-01 14:49     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-10-01 14:37 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago@arago-project.org

On Tue, Oct 01, 2013 at 01:41:56PM +0000, Maupin, Chase wrote:
> 
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >Sent: Tuesday, October 01, 2013 2:12 AM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCH 1/3] run-opentest: handle kernel
> >images in zImage in addition to uImage format
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > lib/run-opentest |    4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> >diff --git a/lib/run-opentest b/lib/run-opentest
> >index d3a04f3..7372e75 100644
> >--- a/lib/run-opentest
> >+++ b/lib/run-opentest
> >@@ -170,9 +170,9 @@ run_target_side_test() {
> >         return 1
> >     fi
> >
> >-    if [ -f $test_dir/temp/board-support/prebuilt-images/uImage-
> >$m.bin ]
> >+    if [ -f $test_dir/temp/board-support/prebuilt-
> >images/[uz]Image-$m.bin ]
> >     then
> >-        kernel=$test_dir/temp/board-support/prebuilt-
> >images/uImage-$m.bin
> >+        kernel=$test_dir/temp/board-support/prebuilt-
> >images/[uz]Image-$m.bin
> 
> Does the opentest call resolve the [uz] or use it as a literal value?

Yes, I believe it gets resolved before it reaches opentest app.


> >         if [ "$odtb" ]
> >         then
> >             dtb="~dtb=$test_dir/temp/board-support/prebuilt-
> >images/$odtb"
> >--
> >1.7.9.5
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format
  2013-10-01 14:37   ` Denys Dmytriyenko
@ 2013-10-01 14:49     ` Denys Dmytriyenko
  2013-10-01 19:30       ` Maupin, Chase
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-10-01 14:49 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-arago@arago-project.org

On Tue, Oct 01, 2013 at 10:37:13AM -0400, Denys Dmytriyenko wrote:
> On Tue, Oct 01, 2013 at 01:41:56PM +0000, Maupin, Chase wrote:
> > 
> > >-----Original Message-----
> > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > >Sent: Tuesday, October 01, 2013 2:12 AM
> > >To: meta-arago@arago-project.org
> > >Subject: [meta-arago] [PATCH 1/3] run-opentest: handle kernel
> > >images in zImage in addition to uImage format
> > >
> > >From: Denys Dmytriyenko <denys@ti.com>
> > >
> > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >---
> > > lib/run-opentest |    4 ++--
> > > 1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > >diff --git a/lib/run-opentest b/lib/run-opentest
> > >index d3a04f3..7372e75 100644
> > >--- a/lib/run-opentest
> > >+++ b/lib/run-opentest
> > >@@ -170,9 +170,9 @@ run_target_side_test() {
> > >         return 1
> > >     fi
> > >
> > >-    if [ -f $test_dir/temp/board-support/prebuilt-images/uImage-
> > >$m.bin ]
> > >+    if [ -f $test_dir/temp/board-support/prebuilt-
> > >images/[uz]Image-$m.bin ]
> > >     then
> > >-        kernel=$test_dir/temp/board-support/prebuilt-
> > >images/uImage-$m.bin
> > >+        kernel=$test_dir/temp/board-support/prebuilt-
> > >images/[uz]Image-$m.bin
> > 
> > Does the opentest call resolve the [uz] or use it as a literal value?
> 
> Yes, I believe it gets resolved before it reaches opentest app.

Or maybe not! :) Looks like I got fooled by pre-loaded images on SD card...


> > >         if [ "$odtb" ]
> > >         then
> > >             dtb="~dtb=$test_dir/temp/board-support/prebuilt-
> > >images/$odtb"
> > >--
> > >1.7.9.5
> > >
> > >_______________________________________________
> > >meta-arago mailing list
> > >meta-arago@arago-project.org
> > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format
  2013-10-01 14:49     ` Denys Dmytriyenko
@ 2013-10-01 19:30       ` Maupin, Chase
  0 siblings, 0 replies; 7+ messages in thread
From: Maupin, Chase @ 2013-10-01 19:30 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

>-----Original Message-----
>From: Dmytriyenko, Denys
>Sent: Tuesday, October 01, 2013 9:49 AM
>To: Maupin, Chase
>Cc: meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCH 1/3] run-opentest: handle kernel
>images in zImage in addition to uImage format
>
>On Tue, Oct 01, 2013 at 10:37:13AM -0400, Denys Dmytriyenko wrote:
>> On Tue, Oct 01, 2013 at 01:41:56PM +0000, Maupin, Chase wrote:
>> >
>> > >-----Original Message-----
>> > >From: meta-arago-bounces@arago-project.org [mailto:meta-
>arago-
>> > >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
>> > >Sent: Tuesday, October 01, 2013 2:12 AM
>> > >To: meta-arago@arago-project.org
>> > >Subject: [meta-arago] [PATCH 1/3] run-opentest: handle kernel
>> > >images in zImage in addition to uImage format
>> > >
>> > >From: Denys Dmytriyenko <denys@ti.com>
>> > >
>> > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> > >---
>> > > lib/run-opentest |    4 ++--
>> > > 1 file changed, 2 insertions(+), 2 deletions(-)
>> > >
>> > >diff --git a/lib/run-opentest b/lib/run-opentest
>> > >index d3a04f3..7372e75 100644
>> > >--- a/lib/run-opentest
>> > >+++ b/lib/run-opentest
>> > >@@ -170,9 +170,9 @@ run_target_side_test() {
>> > >         return 1
>> > >     fi
>> > >
>> > >-    if [ -f $test_dir/temp/board-support/prebuilt-
>images/uImage-
>> > >$m.bin ]
>> > >+    if [ -f $test_dir/temp/board-support/prebuilt-
>> > >images/[uz]Image-$m.bin ]
>> > >     then
>> > >-        kernel=$test_dir/temp/board-support/prebuilt-
>> > >images/uImage-$m.bin
>> > >+        kernel=$test_dir/temp/board-support/prebuilt-
>> > >images/[uz]Image-$m.bin
>> >
>> > Does the opentest call resolve the [uz] or use it as a literal
>value?
>>
>> Yes, I believe it gets resolved before it reaches opentest app.
>
>Or maybe not! :) Looks like I got fooled by pre-loaded images on
>SD card...

Yeah.  My testing showed the "if" statement worked but the assignment to the kernel variable didn't look right :)

>
>
>> > >         if [ "$odtb" ]
>> > >         then
>> > >             dtb="~dtb=$test_dir/temp/board-support/prebuilt-
>> > >images/$odtb"
>> > >--
>> > >1.7.9.5
>> > >
>> > >_______________________________________________
>> > >meta-arago mailing list
>> > >meta-arago@arago-project.org
>> > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> > _______________________________________________
>> > meta-arago mailing list
>> > meta-arago@arago-project.org
>> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2013-10-01 19:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-01  7:12 [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Denys Dmytriyenko
2013-10-01  7:12 ` [PATCH 2/3] publish-sdk-data: add webgen configs for 2013.10 builds of am437x, am335x, omap5 and dra7xx Denys Dmytriyenko
2013-10-01  7:12 ` [PATCH 3/3] arago-core-tisdk-puget: enable productization and bump the version Denys Dmytriyenko
2013-10-01 13:41 ` [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format Maupin, Chase
2013-10-01 14:37   ` Denys Dmytriyenko
2013-10-01 14:49     ` Denys Dmytriyenko
2013-10-01 19:30       ` Maupin, Chase

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.