From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] micro: update prefered binutils for arm
Date: Tue, 23 Nov 2010 15:11:30 +0100 [thread overview]
Message-ID: <1290521490-1975-1-git-send-email-eric@eukrea.com> (raw)
* 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@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
next reply other threads:[~2010-11-23 14:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-23 14:11 Eric Bénard [this message]
2010-11-23 14:17 ` [PATCH] micro: update prefered binutils for arm Martin Jansa
2010-11-23 16:40 ` Khem Raj
2010-11-23 17:00 ` [PATCH] micro: update prefered binutils Eric Bénard
2010-11-23 17:05 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290521490-1975-1-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.