[oe-commits] Khem Raj : tcmode-default: Define PREFERRED_VERSION for binutils-native

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 13:35:39 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: be1e7909abb1fc27087b2b99b183da260f9653af
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=be1e7909abb1fc27087b2b99b183da260f9653af

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep 29 00:43:11 2014 -0700

tcmode-default: Define PREFERRED_VERSION for binutils-native

When using other toolchain layers, it does not pick
the OE-Core version eventhough not specified, its because
we did not pin it.

Change-Id: Ic47fd607a2a6535dd157d8afdd004197d2a6f60b
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/tcmode-default.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 6c0f102..26785e3 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -42,6 +42,7 @@ PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}"
 PREFERRED_VERSION_nativesdk-libgcc ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_nativesdk-libgcc-initial ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
+PREFERRED_VERSION_binutils-native ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-cross-${TARGET_ARCH} ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-crosssdk-${SDK_ARCH} ?= "${BINUVERSION}"
 PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${BINUVERSION}"



More information about the Openembedded-commits mailing list