Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Make toolchain output name using SDK_VERSION [yocto #2342]
@ 2013-04-30 18:32 Jessica Zhang
  2013-04-30 18:32 ` [PATCH 1/1] Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent " Jessica Zhang
  0 siblings, 1 reply; 2+ messages in thread
From: Jessica Zhang @ 2013-04-30 18:32 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit c42cc8fb38aee46f4778b9c68412a47ae5919923:

  neard: add systemd unit file (2013-04-29 15:31:41 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jzhang/2342
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jzhang/2342

Jessica Zhang (1):
  Make toolchain output name using SDK_VERSION instead of
    DISTRO_VERSION to be consistent [yocto #2342]

 meta/classes/populate_sdk_base.bbclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.9.5




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

* [PATCH 1/1] Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent [yocto #2342]
  2013-04-30 18:32 [PATCH 0/1] Make toolchain output name using SDK_VERSION [yocto #2342] Jessica Zhang
@ 2013-04-30 18:32 ` Jessica Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Jessica Zhang @ 2013-04-30 18:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
 meta/classes/populate_sdk_base.bbclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index 49e4469..e5bc0b4 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -14,7 +14,7 @@ TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-sdk-host packagegroup-cross-canad
 TOOLCHAIN_HOST_TASK_ATTEMPTONLY ?= ""
 TOOLCHAIN_TARGET_TASK ?= "packagegroup-core-standalone-sdk-target packagegroup-core-standalone-sdk-target-dbg"
 TOOLCHAIN_TARGET_TASK_ATTEMPTONLY ?= ""
-TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${DISTRO_VERSION}"
+TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${SDK_VERSION}"
 
 SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
 SDK_DEPENDS = "virtual/fakeroot-native sed-native"
-- 
1.7.9.5




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

end of thread, other threads:[~2013-04-30 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 18:32 [PATCH 0/1] Make toolchain output name using SDK_VERSION [yocto #2342] Jessica Zhang
2013-04-30 18:32 ` [PATCH 1/1] Make toolchain output name using SDK_VERSION instead of DISTRO_VERSION to be consistent " Jessica Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox