All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 1/3] run-opentest: handle kernel images in zImage in addition to uImage format
Date: Tue, 1 Oct 2013 10:37:13 -0400	[thread overview]
Message-ID: <20131001143713.GL26572@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED10159775E69@DLEE11.ent.ti.com>

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


  reply	other threads:[~2013-10-01 14:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2013-10-01 14:49     ` Denys Dmytriyenko
2013-10-01 19:30       ` Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131001143713.GL26572@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.