Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian
@ 2011-10-21  5:02 Khem Raj
  2011-10-21  5:02 ` [PATCH 2/3] binutils-cross-canadian: Point sysroot to correct location Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Khem Raj @ 2011-10-21  5:02 UTC (permalink / raw)
  To: openembedded-core

PN for binutils-cross-canadian is
binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}
so thats what we should use for PREFERRED_VERSION

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/conf/distro/include/tcmode-default.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 86562be..2bf1beb 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -45,7 +45,7 @@ PREFERRED_VERSION_libgcc-nativesdk ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-crosssdk ?= "${BINUVERSION}"
-PREFERRED_VERSION_binutils-cross-canadian ?= "${BINUVERSION}"
+PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${BINUVERSION}"
 PREFERRED_VERSION_linux-libc-headers ?= "${LINUXLIBCVERSION}"
 PREFERRED_VERSION_linux-libc-headers-nativesdk ?= "${LINUXLIBCVERSION}"
 PREFERRED_VERSION_eglibc                   ?= "${EGLIBCVERSION}"
-- 
1.7.5.4




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

end of thread, other threads:[~2011-10-27  4:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21  5:02 [PATCH 1/3] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian Khem Raj
2011-10-21  5:02 ` [PATCH 2/3] binutils-cross-canadian: Point sysroot to correct location Khem Raj
2011-10-21  5:02 ` [PATCH 3/3] gcc-configure-sdk: " Khem Raj
2011-10-21  5:12   ` James Limbouris
2011-10-21  5:16     ` Khem Raj
2011-10-21  5:23       ` James Limbouris
2011-10-26 20:54         ` Richard Purdie
2011-10-27  3:52           ` James Limbouris
2011-10-27  4:11             ` Tom Rini
2011-10-26 20:19 ` [PATCH 1/3] tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian Saul Wold

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