git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98278bf
)
meta-toolchain: Show the host system in toolchain archive name
author
Antonio Ospite
<ospite@studenti.unina.it>
Fri, 19 Feb 2010 00:34:49 +0000
(
00:34
+0000)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 1 Mar 2010 17:35:32 +0000
(10:35 -0700)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/meta/meta-toolchain.bb
patch
|
blob
|
history
diff --git
a/recipes/meta/meta-toolchain.bb
b/recipes/meta/meta-toolchain.bb
index
066ffe9
..
688995c
100644
(file)
--- a/
recipes/meta/meta-toolchain.bb
+++ b/
recipes/meta/meta-toolchain.bb
@@
-17,7
+17,7
@@
TOOLCHAIN_TARGET_TASK ?= "task-sdk-bare"
TOOLCHAIN_TARGET_EXCLUDE ?= ""
FEED_ARCH ?= "${TARGET_ARCH}"
SDK_SUFFIX = "toolchain"
-TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${DISTRO_VERSION}-${FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}"
+TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${DISTRO_VERSION}-${
SDK_SYS}-${
FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}"
RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"