All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-core-tisdk-image: unify SDK images by passing specific name via branding
@ 2015-03-06  1:43 Denys Dmytriyenko
  2015-03-10 16:28 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-03-06  1:43 UTC (permalink / raw)
  To: meta-arago

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-10 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.