From: Denys Dmytriyenko <denys@ti.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] arago-core-tisdk-image: unify SDK images by passing specific name via branding
Date: Tue, 10 Mar 2015 12:28:32 -0400 [thread overview]
Message-ID: <20150310162832.GD21244@edge> (raw)
In-Reply-To: <1425606209-28305-1-git-send-email-denis@denix.org>
Any comments? If not, I'll push it later today.
On Thu, Mar 05, 2015 at 08:43:29PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> meta-arago-distro/conf/distro/include/branding-amsdk.inc | 1 +
> meta-arago-distro/recipes-core/images/arago-amsdk-image.bb | 5 -----
> meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 3 ++-
> 3 files changed, 3 insertions(+), 6 deletions(-)
> delete mode 100644 meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
>
> diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
> index 08990b8..3f3c5e4 100644
> --- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc
> +++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
> @@ -1,3 +1,4 @@
> +ARAGO_TISDK_IMAGE = "arago-amsdk-image"
>
> QT_PROVIDER := "${@bb.utils.contains('SOC_FAMILY','omap-a15:dra7xx','qt5','qt4e',d)}"
>
> diff --git a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb b/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> deleted file mode 100644
> index 5995507..0000000
> --- a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -require arago-core-tisdk-image.inc
> -
> -DEPLOY_SPL_NAME_omapl138 = ""
> -
> -export IMAGE_BASENAME = "arago-amsdk-image"
> diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
> index ccddbc1..f313494 100644
> --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
> +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
> @@ -3,4 +3,5 @@ require arago-core-tisdk-image.inc
> DEPLOY_SPL_NAME_omapl138 = ""
> DEPLOY_SPL_NAME_keystone = ""
>
> -export IMAGE_BASENAME = "arago-core-tisdk-image"
> +ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image"
> +export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"
> --
> 2.2.0
>
prev parent reply other threads:[~2015-03-10 16:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-06 1:43 [PATCH] arago-core-tisdk-image: unify SDK images by passing specific name via branding Denys Dmytriyenko
2015-03-10 16:28 ` Denys Dmytriyenko [this message]
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=20150310162832.GD21244@edge \
--to=denys@ti.com \
--cc=denis@denix.org \
--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.