Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] How to handle modularity in buildroot?
From: Stephan Hoffmann @ 2012-12-04  9:01 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <201212041249.14541.manningc2@actrix.gen.nz>

Am 04.12.2012 00:49, schrieb Charles Manning:
> On Tuesday 04 December 2012 12:17:13 ANDY KENNEDY wrote:
>
>>> Is there an easy way to have modular/hierarchical projects? For
>>> example I would like to have a base file system that holds common
>>> stuff but then have variants (eg. production vs development).
>>>
>>> In OE this is easy: just create a "basic system" package which is
>>> included in the recipes for each of the variants.
>>>
>>> How would this be tackled in buildroot?
>> I believe what you are looking for is 'make defconfig'.  This will
>> provide a basic set of configuration options to get you going, then
>> you'll have to edit the things like processor family, processor type,
>> whether you want uClibc vs {e,}glibc, etc.
>>
>> The default config is usually okay for a first attempt, however, I like
>> to provide to others in my company a set of config files to choose from.
>> Those, I derive from just cranking through the menuconfig and save the
>> options off when I get done.
>>
>> If you are looking for more than this, there are a few other default
>> config files to attempt.  To list those config files do a 'make help'.
>>
>> Hope this helps!
> Thanks Andy
>
> I am aware of this mechanism but I don't think it really gets me what I am 
> after.
>
> I think that with defconfig, I would be able to make defconfig, then tweak the 
> config to get a variant. But now if I change the base config, I then have to 
> go through the process again for the variant.
>
> What I would like is the ability to have:
> * A base package
> * Production rootfs = base + production files.
> * Development rootfs = base  + development files.
>
Hi Charles,

I think this could be best done with git. You could create a production
and a development branch both based on your common base. After updating
base both branches could either be rebased or the new base merged in.
> Then a change to the base package automatically flows through the production + 
> development rootfs.
>
Well, not really automatically;-) To be honest, I am currently trying to
find an optimal git workflow for this.

Kind regards

Stephan
> Is there a way to accomplish that?
>
> Thanks
>
> Charles
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

^ permalink raw reply

* [Buildroot] [PATCH v2] xtensa: add config option to enable longcalls option
From: czankel @ 2012-12-04  8:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121203140912.1e09f0ea@skate>

On 12/3/12 5:09 AM, Thomas Petazzoni wrote:
> Dear Chris Zankel,
>
> On Mon, 3 Dec 2012 00:58:46 -0800, Chris Zankel wrote:
>> The longcalls option allows calls across a greater range of addresses.
>>
>> This option should be used when call targets can potentially be
>> out of range. It may degrade both code size and performance, but
>> the linker can generally optimize away the unnecessary overhead
>> when a call ends up within range.
>>
> Do we really want that as a configurable option? Isn't it possible
> instead to always generate longcalls, or to fix this on a per-package
> basis, when needed?
The actual distance between call and destination is probably very 
dependent on compiler versions and compile options, etc., so might be 
hard to figure out what packages are affected. We might end up with a 
lot of packages with special Xtensa  'treatments'. Probably better to 
just have it always there.

It should actually be fine to always compile with the longcalls option, 
but I didn't just want to change it without having the option to keep 
the old behavior, hence the option.

Thanks,
-Chris

^ permalink raw reply

* [Buildroot] Problem with NFS boot
From: Stephan Hoffmann @ 2012-12-04  8:33 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CADKZYYJZ5Y6BqUwdN9MxCHE70Li8=SKV-WRBrBj=zYwQ3c7U2Q@mail.gmail.com>

Am 03.12.2012 21:28, schrieb Santhosh Ramani:
> Any thoughts on this one? In either case, the buildroot process should
> create an identical kernel as compared to the TI -sdk should it not -
> if the configurations are the same. Which I'm sure they are...
Hi Santosh,

did you act upon Thomas' mail about 12 hours ago?

Another thought: Why not create a working kernel with buildroot and use
this binary for further work without rebuilding it each time?

Good luck

Stephan

-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

^ permalink raw reply

* [Buildroot] elfutils and the perf userspace tool
From: Bogdan Radulescu @ 2012-12-04  8:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAJ+oik2wb+izT2we-WcnK5cTEtzo-_jW46Q98UMm=XfbCSqAWA@mail.gmail.com>





----- Original Message -----
From: Bryan Hundven <bryanhundven@gmail.com>
To: Bogdan Radulescu <bogdan_radulescu99@yahoo.com>
Cc: "buildroot at busybox.net" <buildroot@busybox.net>
Sent: Tuesday, December 4, 2012 5:33 AM
Subject: Re: [Buildroot] elfutils and the perf userspace tool

On Mon, Dec 3, 2012 at 2:20 PM, Bogdan Radulescu
<bogdan_radulescu99@yahoo.com> wrote:
>
>
> Hello everybody,
>
> I am using buildroot for generating a distro for ARM. I am able to add additional packages to buildroot or to use arm-linux-gcc directly to compile simple C programs.
>
> Still I haven't yet understood how to cross compile the perf userspace tool and I think it would be a very nice addition to buildroot.
>
> The perf tool requires elfutils and the kernel sources it comes with.
>
> My first problem is that elfutils will not successfully compile, as you can see here:
> http://pastie.org/pastes/5474687/text
>
> My elfutils.mk file looks like this http://pastie.org/pastes/5474697/text
>
> Please tell me how do I move further from this.
>
> Thanks,
> Bogdan
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

I forgot to cc buildroot at ... eh.

Original response:

I think you need the argp-standalone, as I don't think uclibc provides libargp.

-Bryan



Hi Bryan,

As you can see in the elfutils.mk file I already added argp-standalone as a dependency. It compiles OK.
I am also linking against it, still something goes wrong at some point.

Bogdan

^ permalink raw reply

* [Buildroot] [autobuild.buildroot.net] Build results for 2012-12-03
From: Thomas Petazzoni @ 2012-12-04  7:33 UTC (permalink / raw)
  To: buildroot


Hello,

On 2012-12-03, 154 random build tests have been done and
submitted on autobuild.buildroot.net.
 95 builds have been successful
 59 builds have failed

Below the results of the failed builds. Successful builds are omitted.

Build 55f415034869a8d8ec68ef8b961fe707bcaa0d7a
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 00:29:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/config
Defconfig      : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/defconfig

Build f8207b232018066196942ae49b4c624ed0886d97
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 00:46:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/config
Defconfig      : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/defconfig

Build 45a4ddbe3daccd38cb56b57c163cb189cee49e15
==============================================

Status         : NOK
Failure reason : connman-1.8
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 00:51:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/build-end.log
Complete log   : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/config
Defconfig      : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/defconfig

Build 02c520895c7b7da4f5f74c7b2ba2bbb18b92053c
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 00:55:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/config
Defconfig      : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/defconfig

Build 66e346e94c38e8203bf7378307c21b84a528dadd
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 00:57:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/config
Defconfig      : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/defconfig

Build c4a5b64c7072e515664d026aaa49fc39febe29f3
==============================================

Status         : NOK
Failure reason : luajit-2.0.0-beta11
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 01:04:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/config
Defconfig      : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/defconfig

Build 83ea647ff53ef56c92a1b0b3198f009834e3ce50
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 01:41:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/build-end.log
Complete log   : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/config
Defconfig      : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/defconfig

Build 588f6a0e49a585689acf3907c2b5217330b702ff
==============================================

Status         : NOK
Failure reason : gdb-7.4.1-target
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 01:45:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/build-end.log
Complete log   : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/config
Defconfig      : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/defconfig

Build 9f41266d0de6db5433e82d71d14c8a5007b9fb32
==============================================

Status         : NOK
Failure reason : libroxml-2.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard ()
Submitted at   : 2012-12-03 01:50:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/config
Defconfig      : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/defconfig

Build 845d95d0aa98a55b0fc3342b42d946de35aa1286
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 02:38:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/build-end.log
Complete log   : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/config
Defconfig      : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/defconfig

Build d109886a227e99957030e24b63732f2516fa16db
==============================================

Status         : NOK
Failure reason : metacity-2.25.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 02:45:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/config
Defconfig      : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/defconfig

Build 6559493044b4382b8e12e0776b5d259ae9e3bf95
==============================================

Status         : NOK
Failure reason : netatalk-3.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 02:49:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6559493044b4382b8e12e0776b5d259ae9e3bf95/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6559493044b4382b8e12e0776b5d259ae9e3bf95/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6559493044b4382b8e12e0776b5d259ae9e3bf95/config
Defconfig      : http://autobuild.buildroot.net/results/6559493044b4382b8e12e0776b5d259ae9e3bf95/defconfig

Build 3b1305ef1a2c11bb320fd3c44a172087f836fd28
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 03:02:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/config
Defconfig      : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/defconfig

Build e70f0c71f5a744a2d2ed98f422f1396db9d43c6f
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 03:24:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/config
Defconfig      : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/defconfig

Build bd14ca070d2dd982ed71ee27125a35d084439606
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 03:39:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/config
Defconfig      : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/defconfig

Build 1d04b04cda1b6b6cbac1dfbd71314da6305a7981
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 03:48:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/config
Defconfig      : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/defconfig

Build 942056c6010e29846fcd3136eff0864e9664d41c
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 04:16:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/config
Defconfig      : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/defconfig

Build 543b9bdd9399b4939b9a5405a37c61f42454264c
==============================================

Status         : NOK
Failure reason : bluez_utils-4.101
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 05:10:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/config
Defconfig      : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/defconfig

Build 3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 05:32:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/config
Defconfig      : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/defconfig

Build ec0ee00c97aa90952b17ab8aa3d40c59e96ae943
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 05:54:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/config
Defconfig      : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/defconfig

Build 540b5c2d7026f893be05a394a2ab81a42a05644b
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:15:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/config
Defconfig      : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/defconfig

Build 616fd7702d831847c68b1de53aaaad614187a352
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:19:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/build-end.log
Complete log   : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/config
Defconfig      : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/defconfig

Build c4a7f6b8333df4736ff2e94036fa5f379a8340ab
==============================================

Status         : NOK
Failure reason : acl-2.2.51
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:19:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/c4a7f6b8333df4736ff2e94036fa5f379a8340ab/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4a7f6b8333df4736ff2e94036fa5f379a8340ab/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4a7f6b8333df4736ff2e94036fa5f379a8340ab/config
Defconfig      : http://autobuild.buildroot.net/results/c4a7f6b8333df4736ff2e94036fa5f379a8340ab/defconfig

Build a43fd63b2b3d2e1373764cbadfd49193803aa78f
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 06:23:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/config
Defconfig      : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/defconfig

Build 67bf3bae3b990b70db7ca685916cd4d413a4ef22
==============================================

Status         : NOK
Failure reason : ncftp-3.2.5
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:59:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/build-end.log
Complete log   : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/config
Defconfig      : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/defconfig

Build 6dc24ba4af16ba7582b5a63a60886a64a63a5fb2
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 07:01:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6dc24ba4af16ba7582b5a63a60886a64a63a5fb2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6dc24ba4af16ba7582b5a63a60886a64a63a5fb2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6dc24ba4af16ba7582b5a63a60886a64a63a5fb2/config
Defconfig      : http://autobuild.buildroot.net/results/6dc24ba4af16ba7582b5a63a60886a64a63a5fb2/defconfig

Build c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb
==============================================

Status         : NOK
Failure reason : libroxml-2.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 09:26:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/config
Defconfig      : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/defconfig

Build 6742b61b7874c5d8f5b277dbe4cb2a8511208f42
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 10:17:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/config
Defconfig      : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/defconfig

Build 7b38298e78d480ab25779737638a4d63f079e4df
==============================================

Status         : NOK
Failure reason : sdl-1.2.15
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 10:50:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/config
Defconfig      : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/defconfig

Build 45b08a9bbdb569a248c771f1ccc26ec85aeca0cf
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 11:31:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/config
Defconfig      : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/defconfig

Build 6995479e319460d835076554950d9d063f55f3ba
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 11:49:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/config
Defconfig      : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/defconfig

Build e4d4193b90e2a85ebe0710b2e289d83899cc7bb8
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 12:02:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/config
Defconfig      : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/defconfig

Build c4e19d6c37702778c2c7b2c81fb5cdaa1757982a
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 12:14:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/config
Defconfig      : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/defconfig

Build 1f16b12dbb3ca4900b4659f601936963567a0b8e
==============================================

Status         : NOK
Failure reason : gstreamer-0.10.36
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 13:10:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/config
Defconfig      : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/defconfig

Build 689a2de84b62d87a2de9ce6735c8b544e4203e6a
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 15:09:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/config
Defconfig      : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/defconfig

Build 6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56
==============================================

Status         : NOK
Failure reason : ebtables-2.0.10-4
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 15:23:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/config
Defconfig      : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/defconfig

Build d532c31d1c6edd9f35fa66c5045659b9f0f5936f
==============================================

Status         : NOK
Failure reason : libroxml-2.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 15:47:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/config
Defconfig      : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/defconfig

Build 54851e624ebca8b529694c17909654452d88d4a5
==============================================

Status         : NOK
Failure reason : host-python-2.7.3
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:19:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/config
Defconfig      : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/defconfig

Build 64449aeee535bbe18c6d87668f32631e50338d8c
==============================================

Status         : NOK
Failure reason : xstroke-0.6
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:30:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/config
Defconfig      : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/defconfig

Build e1b172f871aa53cd93ce81d1b8e188b0af427c54
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 17:35:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/config
Defconfig      : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/defconfig

Build 8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7
==============================================

Status         : NOK
Failure reason : libfuse-2.9.2
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:55:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/config
Defconfig      : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/defconfig

Build 106c25dbc6e61b2e3a1afbcd098eeda3ad827343
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:58:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/build-end.log
Complete log   : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/config
Defconfig      : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/defconfig

Build 292107e0cb85807a2ae6475b1e675cf0f7ca05ae
==============================================

Status         : NOK
Failure reason : acl-2.2.51
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:59:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/build-end.log
Complete log   : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/config
Defconfig      : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/defconfig

Build 66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 17:59:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/config
Defconfig      : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/defconfig

Build 517c950e9b1dc9f30b8210efa5689b84be0b48d4
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 18:27:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/517c950e9b1dc9f30b8210efa5689b84be0b48d4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/517c950e9b1dc9f30b8210efa5689b84be0b48d4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/517c950e9b1dc9f30b8210efa5689b84be0b48d4/config
Defconfig      : http://autobuild.buildroot.net/results/517c950e9b1dc9f30b8210efa5689b84be0b48d4/defconfig

Build ad3a70a47fd82d2c10ba91b0acdd62baa2caec69
==============================================

Status         : NOK
Failure reason : pixman-0.25.2
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 18:40:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/config
Defconfig      : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/defconfig

Build 00a609ec55a6d4699356cec791c9839a6582e9c9
==============================================

Status         : NOK
Failure reason : util-linux-2.20.1
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 19:11:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/config
Defconfig      : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/defconfig

Build a1f29f1d5ac776b7393a56ed3160a745a74fadca
==============================================

Status         : NOK
Failure reason : sane-backends-1.0.22
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 19:36:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/config
Defconfig      : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/defconfig

Build 5728fa94556aa53b78840a9f4c961a665cac3737
==============================================

Status         : NOK
Failure reason : gd-2.0.35
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-12-03 19:42:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/config
Defconfig      : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/defconfig

Build 03ff41323222cd43855536d99f94c4a731a85055
==============================================

Status         : NOK
Failure reason : php-5.3.18
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 20:20:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/build-end.log
Complete log   : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/config
Defconfig      : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/defconfig

Build 5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 20:28:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/config
Defconfig      : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/defconfig

Build d638141f2c023d5bd24c21c032ed3448b0fee634
==============================================

Status         : NOK
Failure reason : connman-1.8
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 20:30:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/config
Defconfig      : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/defconfig

Build a199dbff47aa424729437f76b11156e222d07744
==============================================

Status         : NOK
Failure reason : libroxml-2.2.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 20:43:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/config
Defconfig      : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/defconfig

Build 8457faaf990adbbc63043e846f06547ea36a935b
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 21:19:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/config
Defconfig      : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/defconfig

Build 6e7a4d5ddd1795d22952b8cb2118069f5fefea3d
==============================================

Status         : NOK
Failure reason : mtd-1.5.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 21:21:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/config
Defconfig      : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/defconfig

Build 06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 22:57:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/build-end.log
Complete log   : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/config
Defconfig      : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/defconfig

Build 6924ca62bbdcc3aca90f27903793224b7f0ef3c0
==============================================

Status         : NOK
Failure reason : luajit-2.0.0-beta11
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 23:18:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/config
Defconfig      : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/defconfig

Build c850630aea3d2da38f5723281073f63078f55452
==============================================

Status         : NOK
Failure reason : m4-1.4.16
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 23:28:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/config
Defconfig      : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/defconfig

Build 7ec467b0e7c226c4069957ba313f8e51165aa4b3
==============================================

Status         : NOK
Failure reason : boost-1.49.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 23:43:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/config
Defconfig      : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [git commit] xlib_libX11: disable nls compose overview generation
From: Peter Korsgaard @ 2012-12-04  6:55 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=cceda0efeaaa73af490940a628dbd175db3aa277
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Perl is only used to generate compose overview documentation.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xlib_libX11/xlib_libX11.mk |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index f7dc4eb..75d172c 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -12,10 +12,12 @@ XLIB_LIBX11_DEPENDENCIES = libxcb xutil_util-macros xlib_xtrans xlib_libXau xlib
 XLIB_LIBX11_CONF_OPT = \
 	--disable-malloc0returnsnull \
 	--with-xcb \
-	--disable-specs
+	--disable-specs \
+	--without-perl
 
 HOST_XLIB_LIBX11_CONF_OPT = \
-	--disable-specs
+	--disable-specs \
+	--without-perl
 
 # src/util/makekeys is executed at build time to generate ks_tables.h, so
 # it should get compiled for the host. The libX11 makefile unfortunately

^ permalink raw reply related

* [Buildroot] Figuring out selects
From: Samuel Martin @ 2012-12-04  5:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAE21AQo_fEOqWuzfN2Z3nWiUX+1MJi4JVw=jaiDDkY4CfD6byg@mail.gmail.com>

Hi Charles,

2012/12/4 Charles Manning <cdhmanning@gmail.com>:
> Hello All
>
> Is there any way to find out why a config item is selected?
Yes there is a way:
Read the help of the given item, you'll see different usefull information.

>
> For example libglib2 is selected by a package I am using. Which one?
>
> I could go through all the packages and figure it out eventually, but
> surely computers should do all the boring work.

Use the search tool in menuconfig ;-)
http://buildroot.org/downloads/manual/manual.html#make-tips

Regards,

-- 
Sam

^ permalink raw reply

* [Buildroot] elfutils and the perf userspace tool
From: Bryan Hundven @ 2012-12-04  5:33 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1354573207.60693.YahooMailNeo@web120305.mail.ne1.yahoo.com>

On Mon, Dec 3, 2012 at 2:20 PM, Bogdan Radulescu
<bogdan_radulescu99@yahoo.com> wrote:
>
>
> Hello everybody,
>
> I am using buildroot for generating a distro for ARM. I am able to add additional packages to buildroot or to use arm-linux-gcc directly to compile simple C programs.
>
> Still I haven't yet understood how to cross compile the perf userspace tool and I think it would be a very nice addition to buildroot.
>
> The perf tool requires elfutils and the kernel sources it comes with.
>
> My first problem is that elfutils will not successfully compile, as you can see here:
> http://pastie.org/pastes/5474687/text
>
> My elfutils.mk file looks like this http://pastie.org/pastes/5474697/text
>
> Please tell me how do I move further from this.
>
> Thanks,
> Bogdan
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

I forgot to cc buildroot at ... eh.

Original response:

I think you need the argp-standalone, as I don't think uclibc provides libargp.

-Bryan

^ permalink raw reply

* [Buildroot] Chances in skeleton don't appear in filesystem
From: Woody Wu @ 2012-12-04  4:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <slrnkbqn5h.1p8.narkewoody@zuhnb712.local.com>

On 2012-12-04, Woody Wu
<narkewoody@gmail.com> wrote:
> Hi, list
>
> After some intial builds, I come up with idea to make chances in the
> default filesystem contents. Then I change the config to use customized
> filesystem skeleton (fs/skeleton) and changed the
> fs/skeleton/network/interfaces with expection that change could appear
> in the generated target file system.  After another run of make,
> however, I did not see my chances by untar the rootfs.tar.bz2.  Then I
> tried to remove the output/target directory, this time I even got
> another error, 'output/target/etc/hosts: no such file or directory'.
>
> What's the correct method to modify the defualt filesystem? Thanks.
>

Sorry for typo.  'Chance' -> 'Change'

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply

* [Buildroot] target not ping-able
From: Woody Wu @ 2012-12-04  4:37 UTC (permalink / raw)
  To: buildroot

Hi, list

My generated target system (kernel and rootfs) is not ping-able.  From
the target I can ping outside, but hosts, even on the same ethernet
subnetwork cannot ping my target.

The kernel is 3.4.19 and I enabled network options and an Ethernet
driver.  Is there anything I missed?

Thanks in advance.

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply

* [Buildroot] Figuring out selects
From: Charles Manning @ 2012-12-04  3:03 UTC (permalink / raw)
  To: buildroot

Hello All

Is there any way to find out why a config item is selected?

For example libglib2 is selected by a package I am using. Which one?

I could go through all the packages and figure it out eventually, but
surely computers should do all the boring work.

Thanks

Charles

^ permalink raw reply

* [Buildroot] [git commit] xproto_xcmiscproto: only build specs if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:35 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=440750207d594c932c23196d265847fef5a3426a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 .../x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk b/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
index 8168b5c..027ef4f 100644
--- a/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
+++ b/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
@@ -8,7 +8,8 @@ XPROTO_XCMISCPROTO_VERSION = 1.2.1
 XPROTO_XCMISCPROTO_SOURCE = xcmiscproto-$(XPROTO_XCMISCPROTO_VERSION).tar.bz2
 XPROTO_XCMISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XCMISCPROTO_INSTALL_STAGING = YES
-XPROTO_XCMISCPROTO_INSTALL_TARGET = NO
+XPROTO_XCMISCPROTO_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-specs)
+HOST_XPROTO_XCMISCPROTO_CONF_OPT = --disable-specs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xproto_xextproto: only build specs if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:34 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=73bf02320e91380e7f10c7501e35b6b669797564
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xproto_xextproto/xproto_xextproto.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xproto_xextproto/xproto_xextproto.mk b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
index 19c7968..8114f78 100644
--- a/package/x11r7/xproto_xextproto/xproto_xextproto.mk
+++ b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
@@ -8,7 +8,8 @@ XPROTO_XEXTPROTO_VERSION = 7.2.0
 XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
 XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XEXTPROTO_INSTALL_STAGING = YES
-XPROTO_XEXTPROTO_INSTALL_TARGET = NO
+XPROTO_XEXTPROTO_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-specs)
+HOST_XPROTO_XEXTPROTO_CONF_OPT = --disable-specs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xlib_xtrans: only build documentation if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:28 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=9e5a4b26a272e6a31584b5933e38b05f816a0c7b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xlib_xtrans/xlib_xtrans.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/x11r7/xlib_xtrans/xlib_xtrans.mk b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
index 8582985..d47a0ed 100644
--- a/package/x11r7/xlib_xtrans/xlib_xtrans.mk
+++ b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
@@ -8,6 +8,8 @@ XLIB_XTRANS_VERSION = 1.2.6
 XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
 XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_XTRANS_INSTALL_STAGING = YES
+XLIB_XTRANS_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-docs)
+HOST_XLIB_XTRANS_CONF_OPT = --disable-docs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xlib_libXdmcp: only build documentation if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:20 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=68cdb5e2d7b0e8211708012c31dd109e069c098d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
index 5a702e5..7177ae8 100644
--- a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
+++ b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
@@ -9,6 +9,8 @@ XLIB_LIBXDMCP_SOURCE = libXdmcp-$(XLIB_LIBXDMCP_VERSION).tar.bz2
 XLIB_LIBXDMCP_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXDMCP_INSTALL_STAGING = YES
 XLIB_LIBXDMCP_DEPENDENCIES = xutil_util-macros xproto_xproto
+XLIB_LIBXDMCP_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-docs)
+HOST_XLIB_LIBXDMCP_CONF_OPT = --disable-docs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] Chances in skeleton don't appear in filesystem
From: Woody Wu @ 2012-12-04  2:16 UTC (permalink / raw)
  To: buildroot

Hi, list

After some intial builds, I come up with idea to make chances in the
default filesystem contents. Then I change the config to use customized
filesystem skeleton (fs/skeleton) and changed the
fs/skeleton/network/interfaces with expection that change could appear
in the generated target file system.  After another run of make,
however, I did not see my chances by untar the rootfs.tar.bz2.  Then I
tried to remove the output/target directory, this time I even got
another error, 'output/target/etc/hosts: no such file or directory'.

What's the correct method to modify the defualt filesystem? Thanks.

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply

* [Buildroot] How to handle modularity in buildroot?
From: Charles Manning @ 2012-12-03 23:49 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <F9C551623D2CBB4C9488801D14F864C610B824F7@ex-mb1.corp.adtran.com>

On Tuesday 04 December 2012 12:17:13 ANDY KENNEDY wrote:

> >
> > Is there an easy way to have modular/hierarchical projects? For
> > example I would like to have a base file system that holds common
> > stuff but then have variants (eg. production vs development).
> >
> > In OE this is easy: just create a "basic system" package which is
> > included in the recipes for each of the variants.
> >
> > How would this be tackled in buildroot?
>
> I believe what you are looking for is 'make defconfig'.  This will
> provide a basic set of configuration options to get you going, then
> you'll have to edit the things like processor family, processor type,
> whether you want uClibc vs {e,}glibc, etc.
>
> The default config is usually okay for a first attempt, however, I like
> to provide to others in my company a set of config files to choose from.
> Those, I derive from just cranking through the menuconfig and save the
> options off when I get done.
>
> If you are looking for more than this, there are a few other default
> config files to attempt.  To list those config files do a 'make help'.
>
> Hope this helps!

Thanks Andy

I am aware of this mechanism but I don't think it really gets me what I am 
after.

I think that with defconfig, I would be able to make defconfig, then tweak the 
config to get a variant. But now if I change the base config, I then have to 
go through the process again for the variant.

What I would like is the ability to have:
* A base package
* Production rootfs = base + production files.
* Development rootfs = base  + development files.

Then a change to the base package automatically flows through the production + 
development rootfs.


Is there a way to accomplish that?

Thanks

Charles

^ permalink raw reply

* [Buildroot] How to handle modularity in buildroot?
From: ANDY KENNEDY @ 2012-12-03 23:17 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAE21AQpHdjzrJYnUBY6qwVBvd1HKpFGcKoTAsWcHyOFpua-yeA@mail.gmail.com>



> -----Original Message-----
> From: buildroot-bounces at busybox.net [mailto:buildroot-bounces at busybox.net] On Behalf Of Charles
> Manning
> Sent: Monday, December 03, 2012 4:01 PM
> To: buildroot at busybox.net
> Subject: [Buildroot] How to handle modularity in buildroot?
> 
> Hello All
> 
> Ok, first off... I must absolutely congratulate and thank everyone for
> a really useful build system.
> 
> Until now I had been using openembedded to build smaller file systems
> for embedded systems. OE is way overkill for most embedded systems and
> is like trying to use a chainsaw to cut butter. Buildroot is much
> faster than OE and is way easier to navigate.
> 
> There are a few things I could do in OE that I am struggling with in
> buildroot - no doubt mainly due to my learner status. One of these is
> handling modularity.
> 
> Is there an easy way to have modular/hierarchical projects? For
> example I would like to have a base file system that holds common
> stuff but then have variants (eg. production vs development).
> 
> In OE this is easy: just create a "basic system" package which is
> included in the recipes for each of the variants.
> 
> How would this be tackled in buildroot?

I believe what you are looking for is 'make defconfig'.  This will 
provide a basic set of configuration options to get you going, then
you'll have to edit the things like processor family, processor type,
whether you want uClibc vs {e,}glibc, etc.

The default config is usually okay for a first attempt, however, I like
to provide to others in my company a set of config files to choose from.
Those, I derive from just cranking through the menuconfig and save the
options off when I get done.

If you are looking for more than this, there are a few other default
config files to attempt.  To list those config files do a 'make help'.

Hope this helps!

Andy

> 
> Thanks
> 
> Charles
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply

* [Buildroot] elfutils and the perf userspace tool
From: Bogdan Radulescu @ 2012-12-03 22:20 UTC (permalink / raw)
  To: buildroot



Hello everybody,

I am using buildroot for generating a distro for ARM. I am able to add additional packages to buildroot or to use arm-linux-gcc directly to compile simple C programs.

Still I haven't yet understood how to cross compile the perf userspace tool and I think it would be a very nice addition to buildroot.

The perf tool requires elfutils and the kernel sources it comes with.

My first problem is that elfutils will not successfully compile, as you can see here:
http://pastie.org/pastes/5474687/text

My elfutils.mk file looks like this http://pastie.org/pastes/5474697/text

Please tell me how do I move further from this.

Thanks,
Bogdan

^ permalink raw reply

* [Buildroot] How to handle modularity in buildroot?
From: Charles Manning @ 2012-12-03 22:00 UTC (permalink / raw)
  To: buildroot

Hello All

Ok, first off... I must absolutely congratulate and thank everyone for
a really useful build system.

Until now I had been using openembedded to build smaller file systems
for embedded systems. OE is way overkill for most embedded systems and
is like trying to use a chainsaw to cut butter. Buildroot is much
faster than OE and is way easier to navigate.

There are a few things I could do in OE that I am struggling with in
buildroot - no doubt mainly due to my learner status. One of these is
handling modularity.

Is there an easy way to have modular/hierarchical projects? For
example I would like to have a base file system that holds common
stuff but then have variants (eg. production vs development).

In OE this is easy: just create a "basic system" package which is
included in the recipes for each of the variants.

How would this be tackled in buildroot?

Thanks

Charles

^ permalink raw reply

* [Buildroot] [PATCH] Add support for dtb file in /boot directory on target
From: Gary Coulbourne @ 2012-12-03 21:43 UTC (permalink / raw)
  To: buildroot

Howdy!

I'm using u-boot, and loading both the kernel image and the dtb from /boot
on my target.  I added support for this, and am
submitting the patch should it be useful to anyone else.

---
 linux/Config.in |    6 ++++++
 linux/linux.mk  |    7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/linux/Config.in b/linux/Config.in
index f408ad5..d5ffa57 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -283,6 +283,12 @@ config BR2_LINUX_KERNEL_INSTALL_TARGET
          /boot in the target root filesystem, as is typically done on
          x86/x86_64 systems.

+config BR2_LINUX_DEVICE_TREE_INSTALL_TARGET
+        bool "Install Device Tree to /boot in target"
+        depends on BR2_LINUX_KERNEL_DTS_SUPPORT
+       help
+         Select this option to have the device tree installed to
+          /boot in the target root filesystem.

 # Linux extensions
 source "linux/Config.ext.in"
diff --git a/linux/linux.mk b/linux/linux.mk
index c4bdf90..8778c35 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -208,6 +208,12 @@ define LINUX_APPEND_DTB
 endef
 endif

+ifeq ($(BR2_LINUX_DEVICE_TREE_INSTALL_TARGET),y)
+define LINUX_DEVICE_TREE_INSTALL_TARGET
+       install -m 0644 -D $(KERNEL_ARCH_PATH)/boot/$(KERNEL_DTS_NAME).dtb
$(TARGET_DIR)/boot/$(KERNEL_DTS_NAME).dtb
+endef
+endif
+
 # Compilation. We make sure the kernel gets rebuilt when the
 # configuration has changed.
 define LINUX_BUILD_CMDS
@@ -244,6 +250,7 @@ endef
 define LINUX_INSTALL_TARGET_CMDS
        $(LINUX_INSTALL_KERNEL_IMAGE_TO_TARGET)
        $(LINUX_INSTALL_DTB)
+       $(LINUX_DEVICE_TREE_INSTALL_TARGET)
        # Install modules and remove symbolic links pointing to build
        # directories, not relevant on the target
        @if grep -q "CONFIG_MODULES=y" $(@D)/.config; then      \
-- 
1.7.10.4


Peace,
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121203/89b6ad10/attachment-0001.html>

^ permalink raw reply related

* [Buildroot] Problem with NFS boot
From: Santhosh Ramani @ 2012-12-03 20:28 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50BB309F.606@relinux.de>

Hello Stephen,

Thanks for your reply again, yes the rootfs are the same and the Linux
kernel is also the same since I tar the kernel and then buildroot uses that
as my custom kernel.

The only reason to not use the buildroot system to create the kernel image
is that it builds clean and this increases the build times. I would like to
get to a point where I can fix the rootfs temporarily, get the linux kernel
cleaned up and then go to the rootfs fixup.

Any thoughts on this one? In either case, the buildroot process should
create an identical kernel as compared to the TI -sdk should it not - if
the configurations are the same. Which I'm sure they are...

Thank you
Regards

Santhosh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121203/97476e61/attachment.html>

^ permalink raw reply

* [Buildroot] [PATCH] package/crosstool-ng: update to 1.17.0
From: Carsten Schoenert @ 2012-12-03 19:47 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1354564065-24388-1-git-send-email-c.schoenert@t-online.de>

From: Carsten Schoenert <c.schoenert@t-online.de>

Updating current crosstool-ng config files to 1.17.0
 crosstool-ng.config-eglibc
 crosstool-ng.config-glibc
 crosstool-ng.config-uClibc

Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>
---
 package/crosstool-ng/crosstool-ng.mk               |    2 +-
 .../crosstool-ng.config-eglibc                     |   73 ++++++++++++++-----
 .../crosstool-ng.config-glibc                      |   74 +++++++++++++++-----
 .../crosstool-ng.config-uClibc                     |   71 ++++++++++++++-----
 4 files changed, 165 insertions(+), 55 deletions(-)

diff --git a/package/crosstool-ng/crosstool-ng.mk b/package/crosstool-ng/crosstool-ng.mk
index 5bc65e1..3b207a2 100644
--- a/package/crosstool-ng/crosstool-ng.mk
+++ b/package/crosstool-ng/crosstool-ng.mk
@@ -1,4 +1,4 @@
-CROSSTOOL_NG_VERSION           = 1.16.0
+CROSSTOOL_NG_VERSION           = 1.17.0
 CROSSTOOL_NG_SOURCE            = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2
 CROSSTOOL_NG_SITE              = http://crosstool-ng.org/download/crosstool-ng/
 CROSSTOOL_NG_INSTALL_TARGET    = NO
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
index 6c55921..1b523ec 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
@@ -1,12 +1,10 @@
 #
 # Automatically generated make config: don't edit
-# crosstool-NG 1.16.0 Configuration
-# Sun Aug  5 20:02:42 2012
+# crosstool-NG 1.17.0 Configuration
+# Mon Dec  3 20:10:26 2012
 #
 CT_CONFIGURE_has_xz=y
-CT_CONFIGURE_has_cvs=y
 CT_CONFIGURE_has_svn=y
-CT_BACKEND=y
 CT_MODULES=y
 
 #
@@ -18,15 +16,16 @@ CT_MODULES=y
 #
 # CT_OBSOLETE is not set
 # CT_EXPERIMENTAL is not set
+# CT_DEBUG_CT is not set
 
 #
 # Paths
 #
 CT_LOCAL_TARBALLS_DIR=""
-CT_SAVE_TARBALLS=y
 CT_WORK_DIR="${CT_TOP_DIR}/.build"
 CT_PREFIX_DIR=""
 CT_INSTALL_DIR="${CT_PREFIX_DIR}"
+CT_RM_RF_PREFIX_DIR=y
 CT_REMOVE_DOCS=y
 # CT_INSTALL_DIR_RO is not set
 # CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
@@ -58,16 +57,15 @@ CT_PATCH_ORDER="bundled"
 #
 # Build behavior
 #
-
-#
-# Build options hiden
-#
 CT_PARALLEL_JOBS=0
 CT_LOAD=0
 CT_USE_PIPES=y
 CT_EXTRA_FLAGS_FOR_HOST=""
-CT_CONFIG_SHELL_CUSTOM_PATH="/bin/sh"
-CT_CONFIG_SHELL="/bin/sh"
+# CT_CONFIG_SHELL_SH is not set
+# CT_CONFIG_SHELL_ASH is not set
+CT_CONFIG_SHELL_BASH=y
+# CT_CONFIG_SHELL_CUSTOM is not set
+CT_CONFIG_SHELL="${bash}"
 
 #
 # Logging
@@ -111,8 +109,27 @@ CT_ARCH_BITNESS=32
 CT_ARCH_FLOAT_SW=y
 CT_TARGET_CFLAGS=""
 CT_TARGET_LDFLAGS=""
+# CT_ARCH_alpha is not set
 CT_ARCH_arm=y
+# CT_ARCH_avr32 is not set
+# CT_ARCH_blackfin is not set
+# CT_ARCH_mips is not set
+# CT_ARCH_powerpc is not set
+# CT_ARCH_sh is not set
+# CT_ARCH_sparc is not set
+# CT_ARCH_x86 is not set
+CT_ARCH_alpha_AVAILABLE=y
 CT_ARCH_arm_AVAILABLE=y
+CT_ARCH_avr32_AVAILABLE=y
+CT_ARCH_blackfin_AVAILABLE=y
+CT_ARCH_m68k_AVAILABLE=y
+CT_ARCH_microblaze_AVAILABLE=y
+CT_ARCH_mips_AVAILABLE=y
+CT_ARCH_powerpc_AVAILABLE=y
+CT_ARCH_s390_AVAILABLE=y
+CT_ARCH_sh_AVAILABLE=y
+CT_ARCH_sparc_AVAILABLE=y
+CT_ARCH_x86_AVAILABLE=y
 
 #
 # Generic target options
@@ -178,24 +195,31 @@ CT_BUILD_SUFFIX=""
 #
 CT_KERNEL_SUPPORTS_SHARED_LIBS=y
 CT_KERNEL="linux"
-CT_KERNEL_VERSION="3.5"
+CT_KERNEL_VERSION="3.6.3"
+# CT_KERNEL_bare_metal is not set
 CT_KERNEL_linux=y
+CT_KERNEL_bare_metal_AVAILABLE=y
 CT_KERNEL_linux_AVAILABLE=y
-CT_KERNEL_V_3_5=y
-# CT_KERNEL_V_3_4_7 is not set
+CT_KERNEL_V_3_6_3=y
+# CT_KERNEL_V_3_6_2 is not set
+# CT_KERNEL_V_3_6_1 is not set
+# CT_KERNEL_V_3_6 is not set
+# CT_KERNEL_V_3_5_7 is not set
+# CT_KERNEL_V_3_4_15 is not set
 # CT_KERNEL_V_3_3_8 is not set
-# CT_KERNEL_V_3_2_25 is not set
+# CT_KERNEL_V_3_2_32 is not set
 # CT_KERNEL_V_3_1_10 is not set
-# CT_KERNEL_V_3_0_39 is not set
+# CT_KERNEL_V_3_0_48 is not set
 # CT_KERNEL_V_2_6_39_4 is not set
 # CT_KERNEL_V_2_6_38_8 is not set
 # CT_KERNEL_V_2_6_37_6 is not set
 # CT_KERNEL_V_2_6_36_4 is not set
 # CT_KERNEL_V_2_6_33_20 is not set
-# CT_KERNEL_V_2_6_32_59 is not set
+# CT_KERNEL_V_2_6_32_60 is not set
 # CT_KERNEL_V_2_6_31_14 is not set
 # CT_KERNEL_V_2_6_27_62 is not set
 # CT_KERNEL_LINUX_CUSTOM is not set
+CT_KERNEL_mingw32_AVAILABLE=y
 
 #
 # Common kernel options
@@ -235,6 +259,7 @@ CT_BINUTILS_LINKER_LD=y
 CT_BINUTILS_LINKERS_LIST="ld"
 CT_BINUTILS_LINKER_DEFAULT="bfd"
 CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
+# CT_BINUTILS_FOR_TARGET is not set
 
 #
 # C compiler
@@ -242,6 +267,7 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 CT_CC="gcc"
 CT_CC_VERSION="4.4.6"
 CT_CC_gcc=y
+# CT_CC_V_4_7_2 is not set
 # CT_CC_V_4_6_3 is not set
 # CT_CC_V_4_6_2 is not set
 # CT_CC_V_4_6_1 is not set
@@ -323,6 +349,8 @@ CT_CC_GCC_LDBL_128=m
 CT_LIBC="eglibc"
 CT_LIBC_VERSION="2_12"
 CT_LIBC_eglibc=y
+# CT_LIBC_glibc is not set
+# CT_LIBC_uClibc is not set
 CT_LIBC_eglibc_AVAILABLE=y
 # CT_LIBC_EGLIBC_V_2_16 is not set
 # CT_LIBC_EGLIBC_V_2_15 is not set
@@ -343,6 +371,11 @@ CT_EGLIBC_REVISION="HEAD"
 # CT_EGLIBC_CHECKOUT is not set
 CT_EGLIBC_OPT_SIZE=y
 # CT_EGLIBC_CUSTOM_CONFIG is not set
+CT_LIBC_glibc_AVAILABLE=y
+CT_LIBC_mingw_AVAILABLE=y
+CT_LIBC_newlib_AVAILABLE=y
+CT_LIBC_none_AVAILABLE=y
+CT_LIBC_uClibc_AVAILABLE=y
 CT_LIBC_SUPPORT_THREADS_ANY=y
 CT_LIBC_SUPPORT_NPTL=y
 CT_LIBC_SUPPORT_LINUXTHREADS=y
@@ -393,12 +426,16 @@ CT_LIBC_ADDONS_LIST=""
 # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
 CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
 # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
-CT_LIBC_GLIBC_MIN_KERNEL="3.5"
+CT_LIBC_GLIBC_MIN_KERNEL="3.6.3"
 
 #
 # Debug facilities
 #
+# CT_DEBUG_dmalloc is not set
+# CT_DEBUG_duma is not set
 # CT_DEBUG_gdb is not set
+# CT_DEBUG_ltrace is not set
+# CT_DEBUG_strace is not set
 
 #
 # Companion libraries
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
index 3910bdb..026c7fd 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
@@ -1,12 +1,10 @@
 #
 # Automatically generated make config: don't edit
-# crosstool-NG 1.16.0 Configuration
-# Sun Aug  5 21:39:12 2012
+# crosstool-NG 1.17.0 Configuration
+# Mon Dec  3 20:16:52 2012
 #
 CT_CONFIGURE_has_xz=y
-CT_CONFIGURE_has_cvs=y
 CT_CONFIGURE_has_svn=y
-CT_BACKEND=y
 CT_MODULES=y
 
 #
@@ -18,15 +16,16 @@ CT_MODULES=y
 #
 # CT_OBSOLETE is not set
 # CT_EXPERIMENTAL is not set
+# CT_DEBUG_CT is not set
 
 #
 # Paths
 #
 CT_LOCAL_TARBALLS_DIR=""
-CT_SAVE_TARBALLS=y
 CT_WORK_DIR="${CT_TOP_DIR}/.build"
 CT_PREFIX_DIR=""
 CT_INSTALL_DIR="${CT_PREFIX_DIR}"
+CT_RM_RF_PREFIX_DIR=y
 CT_REMOVE_DOCS=y
 # CT_INSTALL_DIR_RO is not set
 # CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
@@ -58,16 +57,15 @@ CT_PATCH_ORDER="bundled"
 #
 # Build behavior
 #
-
-#
-# Build options hiden
-#
 CT_PARALLEL_JOBS=0
 CT_LOAD=0
 CT_USE_PIPES=y
 CT_EXTRA_FLAGS_FOR_HOST=""
-CT_CONFIG_SHELL_CUSTOM_PATH="/bin/sh"
-CT_CONFIG_SHELL="/bin/sh"
+# CT_CONFIG_SHELL_SH is not set
+# CT_CONFIG_SHELL_ASH is not set
+CT_CONFIG_SHELL_BASH=y
+# CT_CONFIG_SHELL_CUSTOM is not set
+CT_CONFIG_SHELL="${bash}"
 
 #
 # Logging
@@ -111,8 +109,27 @@ CT_ARCH_BITNESS=32
 CT_ARCH_FLOAT_SW=y
 CT_TARGET_CFLAGS=""
 CT_TARGET_LDFLAGS=""
+# CT_ARCH_alpha is not set
 CT_ARCH_arm=y
+# CT_ARCH_avr32 is not set
+# CT_ARCH_blackfin is not set
+# CT_ARCH_mips is not set
+# CT_ARCH_powerpc is not set
+# CT_ARCH_sh is not set
+# CT_ARCH_sparc is not set
+# CT_ARCH_x86 is not set
+CT_ARCH_alpha_AVAILABLE=y
 CT_ARCH_arm_AVAILABLE=y
+CT_ARCH_avr32_AVAILABLE=y
+CT_ARCH_blackfin_AVAILABLE=y
+CT_ARCH_m68k_AVAILABLE=y
+CT_ARCH_microblaze_AVAILABLE=y
+CT_ARCH_mips_AVAILABLE=y
+CT_ARCH_powerpc_AVAILABLE=y
+CT_ARCH_s390_AVAILABLE=y
+CT_ARCH_sh_AVAILABLE=y
+CT_ARCH_sparc_AVAILABLE=y
+CT_ARCH_x86_AVAILABLE=y
 
 #
 # Generic target options
@@ -178,24 +195,31 @@ CT_BUILD_SUFFIX=""
 #
 CT_KERNEL_SUPPORTS_SHARED_LIBS=y
 CT_KERNEL="linux"
-CT_KERNEL_VERSION="3.5"
+CT_KERNEL_VERSION="3.6.3"
+# CT_KERNEL_bare_metal is not set
 CT_KERNEL_linux=y
+CT_KERNEL_bare_metal_AVAILABLE=y
 CT_KERNEL_linux_AVAILABLE=y
-CT_KERNEL_V_3_5=y
-# CT_KERNEL_V_3_4_7 is not set
+CT_KERNEL_V_3_6_3=y
+# CT_KERNEL_V_3_6_2 is not set
+# CT_KERNEL_V_3_6_1 is not set
+# CT_KERNEL_V_3_6 is not set
+# CT_KERNEL_V_3_5_7 is not set
+# CT_KERNEL_V_3_4_15 is not set
 # CT_KERNEL_V_3_3_8 is not set
-# CT_KERNEL_V_3_2_25 is not set
+# CT_KERNEL_V_3_2_32 is not set
 # CT_KERNEL_V_3_1_10 is not set
-# CT_KERNEL_V_3_0_39 is not set
+# CT_KERNEL_V_3_0_48 is not set
 # CT_KERNEL_V_2_6_39_4 is not set
 # CT_KERNEL_V_2_6_38_8 is not set
 # CT_KERNEL_V_2_6_37_6 is not set
 # CT_KERNEL_V_2_6_36_4 is not set
 # CT_KERNEL_V_2_6_33_20 is not set
-# CT_KERNEL_V_2_6_32_59 is not set
+# CT_KERNEL_V_2_6_32_60 is not set
 # CT_KERNEL_V_2_6_31_14 is not set
 # CT_KERNEL_V_2_6_27_62 is not set
 # CT_KERNEL_LINUX_CUSTOM is not set
+CT_KERNEL_mingw32_AVAILABLE=y
 
 #
 # Common kernel options
@@ -235,6 +259,7 @@ CT_BINUTILS_LINKER_LD=y
 CT_BINUTILS_LINKERS_LIST="ld"
 CT_BINUTILS_LINKER_DEFAULT="bfd"
 CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
+# CT_BINUTILS_FOR_TARGET is not set
 
 #
 # C compiler
@@ -242,6 +267,7 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 CT_CC="gcc"
 CT_CC_VERSION="4.4.6"
 CT_CC_gcc=y
+# CT_CC_V_4_7_2 is not set
 # CT_CC_V_4_6_3 is not set
 # CT_CC_V_4_6_2 is not set
 # CT_CC_V_4_6_1 is not set
@@ -322,9 +348,11 @@ CT_CC_GCC_LDBL_128=m
 #
 CT_LIBC="glibc"
 CT_LIBC_VERSION="2.9"
+# CT_LIBC_eglibc is not set
 CT_LIBC_glibc=y
+# CT_LIBC_uClibc is not set
+CT_LIBC_eglibc_AVAILABLE=y
 CT_LIBC_glibc_AVAILABLE=y
-CT_LIBC_GLIBC_TARBALL=y
 # CT_LIBC_GLIBC_V_2_14_1 is not set
 # CT_LIBC_GLIBC_V_2_14 is not set
 # CT_LIBC_GLIBC_V_2_13 is not set
@@ -335,6 +363,10 @@ CT_LIBC_GLIBC_TARBALL=y
 # CT_LIBC_GLIBC_V_2_10_1 is not set
 CT_LIBC_GLIBC_V_2_9=y
 # CT_LIBC_GLIBC_V_2_8 is not set
+CT_LIBC_mingw_AVAILABLE=y
+CT_LIBC_newlib_AVAILABLE=y
+CT_LIBC_none_AVAILABLE=y
+CT_LIBC_uClibc_AVAILABLE=y
 CT_LIBC_SUPPORT_THREADS_ANY=y
 CT_LIBC_SUPPORT_NPTL=y
 CT_THREADS="nptl"
@@ -359,7 +391,7 @@ CT_LIBC_ADDONS_LIST=""
 # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
 CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
 # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
-CT_LIBC_GLIBC_MIN_KERNEL="3.5"
+CT_LIBC_GLIBC_MIN_KERNEL="3.6.3"
 
 #
 # glibc other options
@@ -388,7 +420,11 @@ CT_LIBC_GLIBC_MIN_KERNEL="3.5"
 #
 # Debug facilities
 #
+# CT_DEBUG_dmalloc is not set
+# CT_DEBUG_duma is not set
 # CT_DEBUG_gdb is not set
+# CT_DEBUG_ltrace is not set
+# CT_DEBUG_strace is not set
 
 #
 # Companion libraries
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
index 5155e6c..8ad481f 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
@@ -1,12 +1,10 @@
 #
 # Automatically generated make config: don't edit
-# crosstool-NG 1.16.0 Configuration
-# Sun Aug  5 17:33:46 2012
+# crosstool-NG 1.17.0 Configuration
+# Mon Dec  3 20:17:58 2012
 #
 CT_CONFIGURE_has_xz=y
-CT_CONFIGURE_has_cvs=y
 CT_CONFIGURE_has_svn=y
-CT_BACKEND=y
 CT_MODULES=y
 
 #
@@ -18,15 +16,16 @@ CT_MODULES=y
 #
 # CT_OBSOLETE is not set
 # CT_EXPERIMENTAL is not set
+# CT_DEBUG_CT is not set
 
 #
 # Paths
 #
 CT_LOCAL_TARBALLS_DIR=""
-CT_SAVE_TARBALLS=y
 CT_WORK_DIR="${CT_TOP_DIR}/.build"
 CT_PREFIX_DIR=""
 CT_INSTALL_DIR="${CT_PREFIX_DIR}"
+CT_RM_RF_PREFIX_DIR=y
 CT_REMOVE_DOCS=y
 # CT_INSTALL_DIR_RO is not set
 # CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
@@ -58,16 +57,15 @@ CT_PATCH_ORDER="bundled"
 #
 # Build behavior
 #
-
-#
-# Build options hiden
-#
 CT_PARALLEL_JOBS=0
 CT_LOAD=0
 CT_USE_PIPES=y
 CT_EXTRA_FLAGS_FOR_HOST=""
-CT_CONFIG_SHELL_CUSTOM_PATH="/bin/sh"
-CT_CONFIG_SHELL="/bin/sh"
+# CT_CONFIG_SHELL_SH is not set
+# CT_CONFIG_SHELL_ASH is not set
+CT_CONFIG_SHELL_BASH=y
+# CT_CONFIG_SHELL_CUSTOM is not set
+CT_CONFIG_SHELL="${bash}"
 
 #
 # Logging
@@ -111,8 +109,27 @@ CT_ARCH_BITNESS=32
 CT_ARCH_FLOAT_SW=y
 CT_TARGET_CFLAGS=""
 CT_TARGET_LDFLAGS=""
+# CT_ARCH_alpha is not set
 CT_ARCH_arm=y
+# CT_ARCH_avr32 is not set
+# CT_ARCH_blackfin is not set
+# CT_ARCH_mips is not set
+# CT_ARCH_powerpc is not set
+# CT_ARCH_sh is not set
+# CT_ARCH_sparc is not set
+# CT_ARCH_x86 is not set
+CT_ARCH_alpha_AVAILABLE=y
 CT_ARCH_arm_AVAILABLE=y
+CT_ARCH_avr32_AVAILABLE=y
+CT_ARCH_blackfin_AVAILABLE=y
+CT_ARCH_m68k_AVAILABLE=y
+CT_ARCH_microblaze_AVAILABLE=y
+CT_ARCH_mips_AVAILABLE=y
+CT_ARCH_powerpc_AVAILABLE=y
+CT_ARCH_s390_AVAILABLE=y
+CT_ARCH_sh_AVAILABLE=y
+CT_ARCH_sparc_AVAILABLE=y
+CT_ARCH_x86_AVAILABLE=y
 
 #
 # Generic target options
@@ -178,24 +195,31 @@ CT_BUILD_SUFFIX=""
 #
 CT_KERNEL_SUPPORTS_SHARED_LIBS=y
 CT_KERNEL="linux"
-CT_KERNEL_VERSION="3.5"
+CT_KERNEL_VERSION="3.6.3"
+# CT_KERNEL_bare_metal is not set
 CT_KERNEL_linux=y
+CT_KERNEL_bare_metal_AVAILABLE=y
 CT_KERNEL_linux_AVAILABLE=y
-CT_KERNEL_V_3_5=y
-# CT_KERNEL_V_3_4_7 is not set
+CT_KERNEL_V_3_6_3=y
+# CT_KERNEL_V_3_6_2 is not set
+# CT_KERNEL_V_3_6_1 is not set
+# CT_KERNEL_V_3_6 is not set
+# CT_KERNEL_V_3_5_7 is not set
+# CT_KERNEL_V_3_4_15 is not set
 # CT_KERNEL_V_3_3_8 is not set
-# CT_KERNEL_V_3_2_25 is not set
+# CT_KERNEL_V_3_2_32 is not set
 # CT_KERNEL_V_3_1_10 is not set
-# CT_KERNEL_V_3_0_39 is not set
+# CT_KERNEL_V_3_0_48 is not set
 # CT_KERNEL_V_2_6_39_4 is not set
 # CT_KERNEL_V_2_6_38_8 is not set
 # CT_KERNEL_V_2_6_37_6 is not set
 # CT_KERNEL_V_2_6_36_4 is not set
 # CT_KERNEL_V_2_6_33_20 is not set
-# CT_KERNEL_V_2_6_32_59 is not set
+# CT_KERNEL_V_2_6_32_60 is not set
 # CT_KERNEL_V_2_6_31_14 is not set
 # CT_KERNEL_V_2_6_27_62 is not set
 # CT_KERNEL_LINUX_CUSTOM is not set
+CT_KERNEL_mingw32_AVAILABLE=y
 
 #
 # Common kernel options
@@ -234,6 +258,7 @@ CT_BINUTILS_LINKER_LD=y
 CT_BINUTILS_LINKERS_LIST="ld"
 CT_BINUTILS_LINKER_DEFAULT="bfd"
 CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
+# CT_BINUTILS_FOR_TARGET is not set
 
 #
 # C compiler
@@ -241,6 +266,7 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 CT_CC="gcc"
 CT_CC_VERSION="4.4.6"
 CT_CC_gcc=y
+# CT_CC_V_4_7_2 is not set
 # CT_CC_V_4_6_3 is not set
 # CT_CC_V_4_6_2 is not set
 # CT_CC_V_4_6_1 is not set
@@ -321,7 +347,14 @@ CT_CC_GCC_LDBL_128=m
 #
 CT_LIBC="uClibc"
 CT_LIBC_VERSION="0.9.33.2"
+# CT_LIBC_eglibc is not set
+# CT_LIBC_glibc is not set
 CT_LIBC_uClibc=y
+CT_LIBC_eglibc_AVAILABLE=y
+CT_LIBC_glibc_AVAILABLE=y
+CT_LIBC_mingw_AVAILABLE=y
+CT_LIBC_newlib_AVAILABLE=y
+CT_LIBC_none_AVAILABLE=y
 CT_LIBC_uClibc_AVAILABLE=y
 CT_LIBC_UCLIBC_V_0_9_33_2=y
 # CT_LIBC_UCLIBC_V_0_9_33_1 is not set
@@ -369,7 +402,11 @@ CT_LIBC_UCLIBC_WCHAR=y
 #
 # Debug facilities
 #
+# CT_DEBUG_dmalloc is not set
+# CT_DEBUG_duma is not set
 # CT_DEBUG_gdb is not set
+# CT_DEBUG_ltrace is not set
+# CT_DEBUG_strace is not set
 
 #
 # Companion libraries
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 0/1] Update Crosstool-NG to 1.17.0
From: Carsten Schoenert @ 2012-12-03 19:47 UTC (permalink / raw)
  To: buildroot

Hello,

this is an update for the package crosstool-ng to 1.17.0.
Yann wrote he didn't try to push the latest version of crosstool-ng to 
buildroot because it was to late. Here are the my try to send a 
patch to improve the usage of buildroot.
If something is still wrong, please let me know, this is my first 
contribution to buildroot.

Sp far I can test it here the build of a gcc 4.7.2 for armv6 for 
cxa2450x CPU from Nexperia is working here.

Regards
Carsten

^ permalink raw reply

* [Buildroot] [PATCH 14/14] ltrace: bump to version 0.7.1
From: Thomas Petazzoni @ 2012-12-03 18:52 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50BCEC3F.2090300@zacarias.com.ar>

Dear Gustavo Zacarias,

On Mon, 03 Dec 2012 15:15:27 -0300, Gustavo Zacarias wrote:
> On 12/03/2012 01:45 PM, Thomas Petazzoni wrote:
> 
> > And, unrelated to the commit itself, did you try this ltrace version? I
> > have never been able to get ltrace 0.6 to work on ARM/uClibc.
> 
> It still seems broken unfortunately :-/

Ok, too bad. Thanks a lot for testing, though!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox