From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: 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 13:36:42 -0400 [thread overview]
Message-ID: <20140904173642.GK18620@edge> (raw)
In-Reply-To: <1409851868-7389-2-git-send-email-j-stiffler@ti.com>
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
next prev parent reply other threads:[~2014-09-04 17:36 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 [this message]
2014-09-04 17:56 ` Stiffler, Jacob
2014-09-04 19:00 ` Denys Dmytriyenko
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=20140904173642.GK18620@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.