aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-12-05 20:59:15 -0800
committerKhem Raj <raj.khem@gmail.com>2011-12-05 20:59:15 -0800
commit2f734b193f63f8fe0625c758bc5c696bf93166ac (patch)
treedd01eff9a8e6155ec9473f97d2a1d80c7d903684
parent0a7a8597be05c8def8af58eecab49d963dc9d757 (diff)
downloadopenembedded-core-contrib-2f734b193f63f8fe0625c758bc5c696bf93166ac.tar.gz
tcmode-default: Remove pinning u-boot-mkimage-native to non-existing version
2009.08 does not exist anywhere and ppc builds complain about it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta/conf/distro/include/tcmode-default.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index c22e7dc6d8..997400c376 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -23,9 +23,6 @@ EGLIBCVERSION ?= "2.13"
UCLIBCVERSION ?= "0.9.32"
LINUXLIBCVERSION ?= "3.1"
-# Temporary preferred version overrides for PPC
-PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
-
# Temporary workaround for gcc 4.6.0 ICE with beagleboard
# gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47719
TARGET_CC_ARCH_arm_pn-mesa-xlib := "${@'${TARGET_CC_ARCH}'.replace('armv7-a','armv5')}"