[oe] [PATCH] micro: update prefered binutils for arm

Eric Bénard eric at eukrea.com
Tue Nov 23 14:11:30 UTC 2010


* without this builds for arm fail with :
http://tinderbox.openembedded.net/public/logs/task/10927261.txt
* with this, the build finish but image creation fails with :
http://tinderbox.openembedded.net/public/logs/task/10935754.txt

Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 conf/distro/micro.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index 19b5e62..a065cbb 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -62,6 +62,7 @@ MACHINE_KERNEL_VERSION = "2.6"
 #############################################################################
 LIBC ?= "eglibc"
 PREFERRED_BINUTILS = "2.19.51"
+PREFERRED_BINUTILS_arm              ?= "2.20.1"
 PREFERRED_VERSION_glibc             ?= "2.10.1"
 PREFERRED_VERSION_glibc-initial     ?= "2.10.1"
 PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list