All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [tisdk-build-scripts][PATCH] bitbake-test-sdk-image: use tmp/deploy/images/machine/ structure
Date: Mon, 14 Apr 2014 12:36:18 -0400	[thread overview]
Message-ID: <20140414163618.GD12929@edge> (raw)
In-Reply-To: <1397247019-15012-1-git-send-email-denis@denix.org>

Any comments?

On Fri, Apr 11, 2014 at 04:10:19PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> From Dora and up, images are deployed into corresponding machine subdirs.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  lib/oesdk/bitbake-test-sdk-image |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/lib/oesdk/bitbake-test-sdk-image b/lib/oesdk/bitbake-test-sdk-image
> index 8df9a5b..cff86e4 100644
> --- a/lib/oesdk/bitbake-test-sdk-image
> +++ b/lib/oesdk/bitbake-test-sdk-image
> @@ -125,6 +125,12 @@ extract_sdk_image() {
>          return 1
>      fi
>  
> +    # prefer sdk_path/m, if exists - Dora and up
> +    if [ -d $sdk_path/$m ]
> +    then
> +        sdk_path="$sdk_path/$m"
> +    fi
> +
>  ################################################################################
>  # SDK_FILTER variable is used to specify the SDK image produced by the build,
>  # that includes bootloaders, kernel, rootfs, devkit and host tools.
> -- 
> 1.7.9.5
> 


  reply	other threads:[~2014-04-14 16:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-11 20:10 [tisdk-build-scripts][PATCH] bitbake-test-sdk-image: use tmp/deploy/images/machine/ structure Denys Dmytriyenko
2014-04-14 16:36 ` Denys Dmytriyenko [this message]
2014-04-14 18:41   ` Maupin, Chase
2014-04-15 15:40     ` Cooper Jr., Franklin

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=20140414163618.GD12929@edge \
    --to=denys@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.