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

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.