* [PATCH] micro: update prefered binutils for arm
@ 2010-11-23 14:11 Eric Bénard
2010-11-23 14:17 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2010-11-23 14:11 UTC (permalink / raw)
To: openembedded-devel
* 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] micro: update prefered binutils for arm
2010-11-23 14:11 [PATCH] micro: update prefered binutils for arm Eric Bénard
@ 2010-11-23 14:17 ` Martin Jansa
2010-11-23 16:40 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2010-11-23 14:17 UTC (permalink / raw)
To: openembedded-devel
On Tue, Nov 23, 2010 at 03:11:30PM +0100, Eric Bénard wrote:
> * with this, the build finish but image creation fails with :
> http://tinderbox.openembedded.net/public/logs/task/10935754.txt
this should be fixed with
http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=237192e0a83e5a629133e387c2aa9e5dc322982a
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] micro: update prefered binutils for arm
2010-11-23 14:17 ` Martin Jansa
@ 2010-11-23 16:40 ` Khem Raj
2010-11-23 17:00 ` [PATCH] micro: update prefered binutils Eric Bénard
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2010-11-23 16:40 UTC (permalink / raw)
To: openembedded-devel
On Tue, Nov 23, 2010 at 6:17 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Nov 23, 2010 at 03:11:30PM +0100, Eric Bénard wrote:
>
>> * with this, the build finish but image creation fails with :
>> http://tinderbox.openembedded.net/public/logs/task/10935754.txt
>
> this should be fixed with
> http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=237192e0a83e5a629133e387c2aa9e5dc322982a
>
the idea of using a proper release is a good one. but not only
for arm but for all arches please.
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] micro: update prefered binutils
2010-11-23 16:40 ` Khem Raj
@ 2010-11-23 17:00 ` Eric Bénard
2010-11-23 17:05 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2010-11-23 17:00 UTC (permalink / raw)
To: openembedded-devel
* without this builds for arm fail with :
http://tinderbox.openembedded.net/public/logs/task/10927261.txt
* with this, the build works fine
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
conf/distro/micro.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index 19b5e62..b3f099a 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -61,7 +61,7 @@ MACHINE_KERNEL_VERSION = "2.6"
# TOOLCHAIN
#############################################################################
LIBC ?= "eglibc"
-PREFERRED_BINUTILS = "2.19.51"
+PREFERRED_BINUTILS ?= "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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] micro: update prefered binutils
2010-11-23 17:00 ` [PATCH] micro: update prefered binutils Eric Bénard
@ 2010-11-23 17:05 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2010-11-23 17:05 UTC (permalink / raw)
To: openembedded-devel
On Tue, Nov 23, 2010 at 9:00 AM, Eric Bénard <eric@eukrea.com> wrote:
> * without this builds for arm fail with :
> http://tinderbox.openembedded.net/public/logs/task/10927261.txt
> * with this, the build works fine
>
> Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> conf/distro/micro.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
> index 19b5e62..b3f099a 100644
> --- a/conf/distro/micro.conf
> +++ b/conf/distro/micro.conf
> @@ -61,7 +61,7 @@ MACHINE_KERNEL_VERSION = "2.6"
> # TOOLCHAIN
> #############################################################################
> LIBC ?= "eglibc"
> -PREFERRED_BINUTILS = "2.19.51"
> +PREFERRED_BINUTILS ?= "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
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-11-23 17:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 14:11 [PATCH] micro: update prefered binutils for arm Eric Bénard
2010-11-23 14:17 ` 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
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.