All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Stiffler, Jacob" <j-stiffler@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [tisdk-build-scripts][PATCH 2/4] package-sdks: Add configuration parameter to specify the installer prefix.
Date: Thu, 4 Sep 2014 15:00:54 -0400	[thread overview]
Message-ID: <20140904190054.GQ18620@edge> (raw)
In-Reply-To: <4B26FB5A64EBA14C87266869E037F958140B1094@DFLE09.ent.ti.com>

Where's this name come from? You can reply off the list, if needed.


On Thu, Sep 04, 2014 at 01:56:10PM -0400, Stiffler, Jacob wrote:
> I have been using "processor-linux-sdk" for the prefix.
> 
> 
> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Thursday, September 04, 2014 1:37 PM
> To: Stiffler, Jacob
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [tisdk-build-scripts][PATCH 2/4] package-sdks: Add configuration parameter to specify the installer prefix.
> 
> Just a quick question - what do you plan to use instead of "ti-sdk" prefix?
> 
> 
> On Thu, Sep 04, 2014 at 01:31:06PM -0400, Jacob Stiffler wrote:
> > * The configuration parameter INSTALLER_PREFIX is used to set the prefix of the i
> >   installer filename and the default installation directory.
> > * This parameter must be set when PRODUCTIZE_SDK="true"
> > 
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> >  lib/oesdk/package-sdks |    6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks index 
> > d6b01f7..9bfd887 100644
> > --- a/lib/oesdk/package-sdks
> > +++ b/lib/oesdk/package-sdks
> > @@ -109,7 +109,7 @@ create_sd_card_content() {
> >      cd $start_here_root
> >  
> >      # Copy the installer
> > -    cp $DEPLOY_ROOT/$m/$BUILD_ID/ti-sdk-$m* $start_here_root/
> > +    cp $DEPLOY_ROOT/$m/$BUILD_ID/${INSTALLER_PREFIX}-$m* 
> > + $start_here_root/
> >  
> >      if [ "$?" != "0" ]
> >      then
> > @@ -184,7 +184,7 @@ create_sdk_installer() {
> >  
> >      $INSTALL_BUILDER/builder build $INSTALL_BUILDER_PROJECT linux --setvars \
> >          sdk_loc="$installer_root/" \
> > -        sdk_name_prefix="ti-sdk"                  \
> > +        sdk_name_prefix="${INSTALLER_PREFIX}"                  \
> >          sdk_tar_name=$sdk_tar                     \
> >          output_dir="$deploy_root"                 \
> >          platform="$m"                             \
> > @@ -277,7 +277,7 @@ package_web_content() {
> >      fi
> >  
> >      # Move the installer into the exports directory
> > -    mv $deploy_root/ti-sdk-$m* $exports_root/
> > +    mv $deploy_root/${INSTALLER_PREFIX}-$m* $exports_root/
> >  
> >      # Create the md5sum file
> >      cd $exports_root
> > --
> > 1.7.9.5
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-09-04 19:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 17:31 [tisdk-build-scripts][PATCH 1/4] config-build-env: Add support for adding a source mirror Jacob Stiffler
2014-09-04 17:31 ` [tisdk-build-scripts][PATCH 2/4] package-sdks: Add configuration parameter to specify the installer prefix Jacob Stiffler
2014-09-04 17:36   ` Denys Dmytriyenko
2014-09-04 17:56     ` Stiffler, Jacob
2014-09-04 19:00       ` Denys Dmytriyenko [this message]
2014-09-04 17:40   ` Cooper Jr., Franklin
2014-09-04 17:31 ` [tisdk-build-scripts][PATCH 3/4] bitbake-test-sdk-image: Add support to control verbosity of build logging Jacob Stiffler
2014-09-04 17:38   ` Denys Dmytriyenko
2014-09-04 18:05     ` Stiffler, Jacob
2014-09-04 19:03       ` Denys Dmytriyenko
2014-09-04 19:08         ` Cooper Jr., Franklin
2014-09-04 19:19           ` Stiffler, Jacob
2014-09-04 19:23             ` Denys Dmytriyenko
2014-09-04 17:31 ` [tisdk-build-scripts][PATCH 4/4] configs: Add new configuration parameters Jacob Stiffler
2014-09-04 17:36 ` [tisdk-build-scripts][PATCH 1/4] config-build-env: Add support for adding a source mirror Denys Dmytriyenko
2014-09-04 17:39 ` 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=20140904190054.GQ18620@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@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.