Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Any way to override .config settings?
From: Charles Manning @ 2012-12-20  1:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAJJ6jxucNMGJo1pSNsL04rUMjZbcH1Z8XkGLGMGkHArsmRehMw@mail.gmail.com>

On Thu, Dec 20, 2012 at 2:00 PM, Steve Calfee <stevecalfee@gmail.com> wrote:
> On Wed, Dec 19, 2012 at 4:46 PM, Charles Manning <cdhmanning@gmail.com> wrote:
>> On Thu, Dec 20, 2012 at 1:26 PM, Steve Calfee <stevecalfee@gmail.com> wrote:
>>> On Wed, Dec 19, 2012 at 4:20 PM, Arnout Vandecappelle <arnout@mind.be> wrote:
>>>> On 20/12/12 01:13, Charles Manning wrote:
>>>
>>>>
>>>>>>> 1) Is there a built in mechanism in buildroot to include extra symbols
>>>>>>> and override those in .config?
>>>>>>
>>>>>>
>>>>>>
>>>>>>   Yes, the package override file: BR2_PACKAGE_OVERRIDE_FILE, defaults to
>>>>>> $(TOPDIR)/local.mk. I use this to include a bunch of project-specific .mk
>>>>>> files that add packages without requiring a Config.in.
>>>>>
>>>>>
>>>>> In a separate thread to this, I submitted a patch that follows the
>>>>> package overriding idea to override the config
>>>>
>>>>
>>>>  Since it does exactly the same as BR2_PACKAGE_OVERRIDE_FILE, I don't see
>>>> the point... Unless you want to start overriding toolchain configs.
>>>>
>>>>  Actually, I don't see much point to override the .config - why not just
>>>> save a different .config?
>>>>
>>>
>>> I agree. From a maintenance point of view, having one file (.config or
>>> defconfig) that describes how something is built is much nicer than
>>> having a .config and various makefiles that hack at it.
>>
>> Simplicity is pretty much my goal here too and proliferating
>> defconfigs for minor tweaks seems a nasty way to tackle the issue.
>>
>> Some examples of where this might make sense:
>>
>> .config defines the project and individual developers want to apply
>> tweaks to that.
>> eg.1) I sometimes have problems with my svn client and only managed to
>> get it working properly by forcing --username and --password. That is
>> not something I want to put in a defconfig.
>>
>> eg2) Keeping everything the same, except changing revisions.
>> eg3) Overriding sources for stuff while
>>
> Hi Charles,
>
> Please keep the list in CC, others may have an opinion too.
>
> I don't know how to deal with problems with the svn. All other things
> can be handled with local custom configs. Git branches work
> wonderfully for such things.
>
>>>
>>> Also, the buildroot make system is a mechanism that can easily be
>>> extended by an external script or makefile. We should resist the
>>> temptation to complicate the buildroot system just to fit a subset of
>>> people's strange build desires. Keeping it simple and clean and
>>> limiting the number of targets is good.
>>
>> Sorry... How is that logically consistent? A few lines back you say
>> "just make more defconfigs". Now you say "limit the number of
>> targets"...
>>
>> My proposed addition of config overriding  .config allows simple
>> tweaking without generating more defconfigs. Surely that is a good
>> thing?
>>
>
> Maybe, but my objection is to adding makefile targets. That affects
> everyone, the docs etc. You having several configs that completely
> describe your build configuration is merely something that seems
> beneficial to me, maybe not you. I believe limiting the makefile
> targets is a good thing, and having a few, standard ways to externally
> configure your build is good enough.
>
> Regards, Steve

Sorry I didn't cc.

With a bit more fiddling I find that there is no need for an extra
CONFIG_OVERRIDE. The PACKAGE_OVERRIDE can do exactly the same (well
most of the time any way).

eg.

I can set the Linux version to HEAD in the defconfig and override that
with something else in local.mk

This also gives an "escape hatch" for doing some other stuff I want to
do (eg. make private custom packages without adding them to the main
buildroot tree).

^ permalink raw reply

* [Buildroot] Can a single package fetch multiple sources?
From: Charles Manning @ 2012-12-20  1:36 UTC (permalink / raw)
  To: buildroot

Hi All

I am setting up a custom package for building the proprietary
application code that is added to an embedded Linux system. Due in
part to the history of this system, the package needs code fetched
from 3 svn repositories, followed by a config step and a make step.

From what I have read it seems that a single package can only fetch
from one repository. Is that correct?

If so, then the only way around this is to probably make one main
package which selects to  "slave" packages that have no function other
than to fetch and make available the other sources.

Questions:
1. Does that sound like the correct way to attack this problem?
2. Are there any existing packages that might do something like this
already and I could use as "inspiration"?

Thanks

Charles

^ permalink raw reply

* [Buildroot] (no subject)
From: Stefan Fröberg @ 2012-12-20  3:10 UTC (permalink / raw)
  To: buildroot

Ach! 
Ofcourse I sended the *wrong* first patch file in my
dizziness........

This is the right one.

^ permalink raw reply

* [Buildroot] [PATCH 01/12] elfutils: new package
From: Stefan Fröberg @ 2012-12-20  3:10 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355973013-22849-1-git-send-email-stefan.froberg@petroprogram.com>

Elfutils package
argp-standalone (which is needed by elfutils) has
to be compiled as position-independent code.
Otherwise compilation will abort at some point.

Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
---
 package/argp-standalone/argp-standalone-PIC.patch |   11 ++++++
 package/argp-standalone/argp-standalone.mk        |    1 +
 package/elfutils/Config.in                        |   25 ++++++++++++++
 package/elfutils/elfutils.mk                      |   36 +++++++++++++++++++++
 4 files changed, 73 insertions(+), 0 deletions(-)
 create mode 100644 package/argp-standalone/argp-standalone-PIC.patch
 create mode 100644 package/elfutils/Config.in
 create mode 100644 package/elfutils/elfutils.mk

diff --git a/package/argp-standalone/argp-standalone-PIC.patch b/package/argp-standalone/argp-standalone-PIC.patch
new file mode 100644
index 0000000..8cf8bd6
--- /dev/null
+++ b/package/argp-standalone/argp-standalone-PIC.patch
@@ -0,0 +1,11 @@
+--- argp-standalone-1.3.org/configure.ac	2012-12-18 03:56:46.660018525 +0200
++++ argp-standalone-1.3/configure.ac	2012-12-18 03:59:45.822789182 +0200
+@@ -88,7 +88,7 @@
+   CFLAGS="$CFLAGS -Wall -W \
+  -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
+  -Waggregate-return \
+- -Wpointer-arith -Wbad-function-cast -Wnested-externs"
++ -Wpointer-arith -Wbad-function-cast -Wnested-externs -DPIC -fPIC"
+ fi
+ 
+ CPPFLAGS="$CPPFLAGS -I$srcdir"
diff --git a/package/argp-standalone/argp-standalone.mk b/package/argp-standalone/argp-standalone.mk
index 47c09b2..4d7f726 100644
--- a/package/argp-standalone/argp-standalone.mk
+++ b/package/argp-standalone/argp-standalone.mk
@@ -7,6 +7,7 @@
 ARGP_STANDALONE_VERSION = 1.3
 ARGP_STANDALONE_SITE = http://www.lysator.liu.se/~nisse/archive
 ARGP_STANDALONE_INSTALL_STAGING = YES
+ARGP_AUTORECONF = YES
 
 define ARGP_STANDALONE_INSTALL_STAGING_CMDS
 	$(INSTALL) -D $(@D)/libargp.a $(STAGING_DIR)/usr/lib/libargp.a
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
new file mode 100644
index 0000000..8e8e008
--- /dev/null
+++ b/package/elfutils/Config.in
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_ELFUTILS
+	bool "elfutils"
+	select BR2_PACKAGE_ARGP_STANDALONE
+	help
+	  Libraries/utilities to handle ELF objects (drop in replacement for libelf)
+
+	  https://fedorahosted.org/elfutils
+
+config BR2_PACKAGE_ELFUTILS_ZLIB_SUPPORT
+	bool "zlib support"
+	depends on BR2_PACKAGE_ELFUTILS
+	help
+	  Enable zlib support
+
+config BR2_PACKAGE_ELFUTILS_BZIP2_SUPPORT
+	bool "bzip2 support"
+	depends on BR2_PACKAGE_ELFUTILS
+	help
+	  Enable bzip2 support
+
+config BR2_PACKAGE_ELFUTILS_LZMA_SUPPORT
+	bool "lzma support"
+	depends on BR2_PACKAGE_ELFUTILS
+	help
+	  Enable lzma support
diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk
new file mode 100644
index 0000000..01ce3b3
--- /dev/null
+++ b/package/elfutils/elfutils.mk
@@ -0,0 +1,36 @@
+#############################################################
+#
+# elfutils
+#
+#############################################################
+ELFUTILS_VERSION = 0.155
+ELFUTILS_SOURCE = elfutils-$(ELFUTILS_VERSION).tar.bz2
+ELFUTILS_SITE = https://fedorahosted.org/releases/e/l/elfutils/$(ELFUTILS_VERSION)
+ELFUTILS_AUTORECONF = YES
+ELFUTILS_CONF_OPT += --disable-werror --program-prefix="eu-"
+ELFUTILS_CFLAGS= -fPIC
+ELFUTILS_DEPENDENCIES += argp-standalone
+
+ifeq ($(BR2_PACKAGE_ELFUTILS_ZLIB_SUPPORT),y)
+ ELFUTILS_DEPENDENCIES += zlib
+ ELFUTILS_CONF_OPT += --with-zlib
+else
+ ELFUTILS_CONF_OPT += --without-zlib
+endif
+
+ifeq ($(BR2_PACKAGE_ELFUTILS_BZIP2_SUPPORT),y)
+ ELFUTILS_DEPENDENCIES += bzip2
+ ELFUTILS_CONF_OPT += --with-bzlib
+else
+ ELFUTILS_CONF_OPT += --without-bzlib
+endif
+
+ifeq ($(BR2_PACKAGE_ELFUTILS_LZMA_SUPPORT),y)
+ ELFUTILS_DEPENDENCIES += xz
+ ELFUTILS_CONF_OPT += --with-lzma
+else
+ ELFUTILS_CONF_OPT += --without-lzma
+endif
+
+$(eval $(autotools-package))
+
-- 
1.7.7.6

^ permalink raw reply related

* [Buildroot] Unable to boot linux-3.3.7 using at91bootstrap-1.16
From: Vikram Kerkar @ 2012-12-20  6:52 UTC (permalink / raw)
  To: buildroot

Hi;
I am trying to boot *Linux-3.3.7* directly using *at91bootstrap-1.16
(fastboot**)*, but it is not working atall. Only showing print "Start
AT91bootstrap.."
Even this *at91bootstap* is unable to cal *U-boot-2012-04.01*
*
*
Before this I have already booted *Linux-2.6.25* successfully using the
same *at91boostrap-1.16*.

If anyone can help me, revert me back.

Thanks in advance.


-- 
Regards,
*Vikram Kerkar*
Pune.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121220/1f041042/attachment.html>

^ permalink raw reply

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


Hello,

On 2012-12-19, 165 random build tests have been done and
submitted on autobuild.buildroot.net.
 124 builds have been successful
 41 builds have failed

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

Build 14684df137d10eef927d666a505b5eb6bc6e5880
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 00:02:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/14684df137d10eef927d666a505b5eb6bc6e5880/build-end.log
Complete log   : http://autobuild.buildroot.net/results/14684df137d10eef927d666a505b5eb6bc6e5880/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/14684df137d10eef927d666a505b5eb6bc6e5880/config
Defconfig      : http://autobuild.buildroot.net/results/14684df137d10eef927d666a505b5eb6bc6e5880/defconfig

Build 83ad08b880c61294082228e8b0c0f6fdb82c29c2
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 00:12:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/83ad08b880c61294082228e8b0c0f6fdb82c29c2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/83ad08b880c61294082228e8b0c0f6fdb82c29c2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/83ad08b880c61294082228e8b0c0f6fdb82c29c2/config
Defconfig      : http://autobuild.buildroot.net/results/83ad08b880c61294082228e8b0c0f6fdb82c29c2/defconfig

Build c3f6b029f329362a4fbd1abc75b940c7d257d312
==============================================

Status         : NOK
Failure reason : iproute2-3.7.0
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 00:26:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/c3f6b029f329362a4fbd1abc75b940c7d257d312/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c3f6b029f329362a4fbd1abc75b940c7d257d312/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c3f6b029f329362a4fbd1abc75b940c7d257d312/config
Defconfig      : http://autobuild.buildroot.net/results/c3f6b029f329362a4fbd1abc75b940c7d257d312/defconfig

Build 5fd7dcf31ab977e679a46fc77e6d803e7d0b9622
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 00:34:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/5fd7dcf31ab977e679a46fc77e6d803e7d0b9622/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5fd7dcf31ab977e679a46fc77e6d803e7d0b9622/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5fd7dcf31ab977e679a46fc77e6d803e7d0b9622/config
Defconfig      : http://autobuild.buildroot.net/results/5fd7dcf31ab977e679a46fc77e6d803e7d0b9622/defconfig

Build ef024014ecb2a2d69fedbe39e1a8066747d78e11
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 01:31:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/ef024014ecb2a2d69fedbe39e1a8066747d78e11/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ef024014ecb2a2d69fedbe39e1a8066747d78e11/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ef024014ecb2a2d69fedbe39e1a8066747d78e11/config
Defconfig      : http://autobuild.buildroot.net/results/ef024014ecb2a2d69fedbe39e1a8066747d78e11/defconfig

Build 2b451b4dadf95e7328eef4999bf3185b038b9fe0
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 01:53:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/2b451b4dadf95e7328eef4999bf3185b038b9fe0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2b451b4dadf95e7328eef4999bf3185b038b9fe0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2b451b4dadf95e7328eef4999bf3185b038b9fe0/config
Defconfig      : http://autobuild.buildroot.net/results/2b451b4dadf95e7328eef4999bf3185b038b9fe0/defconfig

Build 0141cab37a228995c0230f79be68541b9e6580b7
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 03:40:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/0141cab37a228995c0230f79be68541b9e6580b7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0141cab37a228995c0230f79be68541b9e6580b7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0141cab37a228995c0230f79be68541b9e6580b7/config
Defconfig      : http://autobuild.buildroot.net/results/0141cab37a228995c0230f79be68541b9e6580b7/defconfig

Build 480ee3efd8ffe8043329fec173ef8187bd54e0fb
==============================================

Status         : NOK
Failure reason : gdb-7.4.1-target
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 04:00:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/480ee3efd8ffe8043329fec173ef8187bd54e0fb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/480ee3efd8ffe8043329fec173ef8187bd54e0fb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/480ee3efd8ffe8043329fec173ef8187bd54e0fb/config
Defconfig      : http://autobuild.buildroot.net/results/480ee3efd8ffe8043329fec173ef8187bd54e0fb/defconfig

Build 970a510229f671aa9ae450ca1aa6eb950617955a
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 04:45:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/970a510229f671aa9ae450ca1aa6eb950617955a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/970a510229f671aa9ae450ca1aa6eb950617955a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/970a510229f671aa9ae450ca1aa6eb950617955a/config
Defconfig      : http://autobuild.buildroot.net/results/970a510229f671aa9ae450ca1aa6eb950617955a/defconfig

Build 5a502f16ad94a410ca21c9a7f223d6c12086bbb5
==============================================

Status         : NOK
Failure reason : libcurl-7.28.1
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 04:49:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/config
Defconfig      : http://autobuild.buildroot.net/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/defconfig

Build 375f670e7ed6d0b6f8666c6b05796d388f58cbfc
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 04:55:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/375f670e7ed6d0b6f8666c6b05796d388f58cbfc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/375f670e7ed6d0b6f8666c6b05796d388f58cbfc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/375f670e7ed6d0b6f8666c6b05796d388f58cbfc/config
Defconfig      : http://autobuild.buildroot.net/results/375f670e7ed6d0b6f8666c6b05796d388f58cbfc/defconfig

Build 74d43fe5a6de6e934f1d92b27f0bb70b5dd2504b
==============================================

Status         : NOK
Failure reason : libcap-ng-0.6.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 05:01:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/74d43fe5a6de6e934f1d92b27f0bb70b5dd2504b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/74d43fe5a6de6e934f1d92b27f0bb70b5dd2504b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/74d43fe5a6de6e934f1d92b27f0bb70b5dd2504b/config
Defconfig      : http://autobuild.buildroot.net/results/74d43fe5a6de6e934f1d92b27f0bb70b5dd2504b/defconfig

Build a6d113d7014f57b595dd58fc9a498f9280905c25
==============================================

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

Build e4bd8a005463dd2df267165b746d8a0ecb5ccf23
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 07:10:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/e4bd8a005463dd2df267165b746d8a0ecb5ccf23/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4bd8a005463dd2df267165b746d8a0ecb5ccf23/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4bd8a005463dd2df267165b746d8a0ecb5ccf23/config
Defconfig      : http://autobuild.buildroot.net/results/e4bd8a005463dd2df267165b746d8a0ecb5ccf23/defconfig

Build 020a7468cf9fb0db1d10c7146f028bf6ece8fa96
==============================================

Status         : NOK
Failure reason : util-linux-2.20.1
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 07:15:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/020a7468cf9fb0db1d10c7146f028bf6ece8fa96/build-end.log
Complete log   : http://autobuild.buildroot.net/results/020a7468cf9fb0db1d10c7146f028bf6ece8fa96/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/020a7468cf9fb0db1d10c7146f028bf6ece8fa96/config
Defconfig      : http://autobuild.buildroot.net/results/020a7468cf9fb0db1d10c7146f028bf6ece8fa96/defconfig

Build cc5ee887f0ce72ee57301cf2beabd26abf64d486
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 07:19:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/cc5ee887f0ce72ee57301cf2beabd26abf64d486/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cc5ee887f0ce72ee57301cf2beabd26abf64d486/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cc5ee887f0ce72ee57301cf2beabd26abf64d486/config
Defconfig      : http://autobuild.buildroot.net/results/cc5ee887f0ce72ee57301cf2beabd26abf64d486/defconfig

Build 5dcfbdb1b1c44b9474ff99fc06de28837fc3005a
==============================================

Status         : NOK
Failure reason : sdl-1.2.15
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-19 08:25:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/5dcfbdb1b1c44b9474ff99fc06de28837fc3005a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5dcfbdb1b1c44b9474ff99fc06de28837fc3005a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5dcfbdb1b1c44b9474ff99fc06de28837fc3005a/config
Defconfig      : http://autobuild.buildroot.net/results/5dcfbdb1b1c44b9474ff99fc06de28837fc3005a/defconfig

Build e68a5a54dedff989154a572847b34357912f3703
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 08:44:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/e68a5a54dedff989154a572847b34357912f3703/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e68a5a54dedff989154a572847b34357912f3703/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e68a5a54dedff989154a572847b34357912f3703/config
Defconfig      : http://autobuild.buildroot.net/results/e68a5a54dedff989154a572847b34357912f3703/defconfig

Build f428ac5d1c8b197d4467d61ba42b8c1244012a88
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-19 08:48:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/f428ac5d1c8b197d4467d61ba42b8c1244012a88/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f428ac5d1c8b197d4467d61ba42b8c1244012a88/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f428ac5d1c8b197d4467d61ba42b8c1244012a88/config
Defconfig      : http://autobuild.buildroot.net/results/f428ac5d1c8b197d4467d61ba42b8c1244012a88/defconfig

Build 2ae5fe59a2224f883117305672bf00702cdda908
==============================================

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

Build 90035d44e9efd801ea728eb6754e695b5e28b7bf
==============================================

Status         : NOK
Failure reason : libglib2-2.30.3
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 09:40:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/90035d44e9efd801ea728eb6754e695b5e28b7bf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/90035d44e9efd801ea728eb6754e695b5e28b7bf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/90035d44e9efd801ea728eb6754e695b5e28b7bf/config
Defconfig      : http://autobuild.buildroot.net/results/90035d44e9efd801ea728eb6754e695b5e28b7bf/defconfig

Build 52234677dc7f1139ab6df0b7b7975fd792df4d33
==============================================

Status         : NOK
Failure reason : iw-3.7
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 09:42:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/52234677dc7f1139ab6df0b7b7975fd792df4d33/build-end.log
Complete log   : http://autobuild.buildroot.net/results/52234677dc7f1139ab6df0b7b7975fd792df4d33/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/52234677dc7f1139ab6df0b7b7975fd792df4d33/config
Defconfig      : http://autobuild.buildroot.net/results/52234677dc7f1139ab6df0b7b7975fd792df4d33/defconfig

Build a6fe179b5666daf953c1d114b26544f8bef639fa
==============================================

Status         : NOK
Failure reason : libglib2-2.30.3
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 10:15:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=9229b82d6326ea425a258b91a9f0157ef6b223b7
End of log     : http://autobuild.buildroot.net/results/a6fe179b5666daf953c1d114b26544f8bef639fa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a6fe179b5666daf953c1d114b26544f8bef639fa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a6fe179b5666daf953c1d114b26544f8bef639fa/config
Defconfig      : http://autobuild.buildroot.net/results/a6fe179b5666daf953c1d114b26544f8bef639fa/defconfig

Build 96230134569ca869b9a2d7e48e87ece6e23448fa
==============================================

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

Build db40fbe02ece86a3ff0e51f318f94f33b6eaa156
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 12:34:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd436d46fed1228bdb417c4b5fec0122696efa41
End of log     : http://autobuild.buildroot.net/results/db40fbe02ece86a3ff0e51f318f94f33b6eaa156/build-end.log
Complete log   : http://autobuild.buildroot.net/results/db40fbe02ece86a3ff0e51f318f94f33b6eaa156/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/db40fbe02ece86a3ff0e51f318f94f33b6eaa156/config
Defconfig      : http://autobuild.buildroot.net/results/db40fbe02ece86a3ff0e51f318f94f33b6eaa156/defconfig

Build 1a45de8d8df05fda47e86b390de8df03c004bca8
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 13:36:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd436d46fed1228bdb417c4b5fec0122696efa41
End of log     : http://autobuild.buildroot.net/results/1a45de8d8df05fda47e86b390de8df03c004bca8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1a45de8d8df05fda47e86b390de8df03c004bca8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1a45de8d8df05fda47e86b390de8df03c004bca8/config
Defconfig      : http://autobuild.buildroot.net/results/1a45de8d8df05fda47e86b390de8df03c004bca8/defconfig

Build 7868b1086dd09471a605965d4b7354b15de234e4
==============================================

Status         : NOK
Failure reason : lmbench-3.0-a9
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 14:32:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd436d46fed1228bdb417c4b5fec0122696efa41
End of log     : http://autobuild.buildroot.net/results/7868b1086dd09471a605965d4b7354b15de234e4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7868b1086dd09471a605965d4b7354b15de234e4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7868b1086dd09471a605965d4b7354b15de234e4/config
Defconfig      : http://autobuild.buildroot.net/results/7868b1086dd09471a605965d4b7354b15de234e4/defconfig

Build 5e8c1a0dedbcf2f2f46771eba55a8a063a46ba5e
==============================================

Status         : NOK
Failure reason : cairo-1.10.2
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 14:36:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dd436d46fed1228bdb417c4b5fec0122696efa41
End of log     : http://autobuild.buildroot.net/results/5e8c1a0dedbcf2f2f46771eba55a8a063a46ba5e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5e8c1a0dedbcf2f2f46771eba55a8a063a46ba5e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5e8c1a0dedbcf2f2f46771eba55a8a063a46ba5e/config
Defconfig      : http://autobuild.buildroot.net/results/5e8c1a0dedbcf2f2f46771eba55a8a063a46ba5e/defconfig

Build ba8090677d8486e167e2d9131cf29dd568d90ed8
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 17:24:22
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/ba8090677d8486e167e2d9131cf29dd568d90ed8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ba8090677d8486e167e2d9131cf29dd568d90ed8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ba8090677d8486e167e2d9131cf29dd568d90ed8/config
Defconfig      : http://autobuild.buildroot.net/results/ba8090677d8486e167e2d9131cf29dd568d90ed8/defconfig

Build a7ec602db2bdb47b3e2da860de0fd4320646408c
==============================================

Status         : NOK
Failure reason : valgrind-3.7.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 18:20:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/a7ec602db2bdb47b3e2da860de0fd4320646408c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a7ec602db2bdb47b3e2da860de0fd4320646408c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a7ec602db2bdb47b3e2da860de0fd4320646408c/config
Defconfig      : http://autobuild.buildroot.net/results/a7ec602db2bdb47b3e2da860de0fd4320646408c/defconfig

Build 4e6e0d15694345ded649c92251cc2173dc45fe7c
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 18:25:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/config
Defconfig      : http://autobuild.buildroot.net/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/defconfig

Build 2d34aadddc61a47ff4b6f9c8b7175ac053ade374
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 19:56:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/2d34aadddc61a47ff4b6f9c8b7175ac053ade374/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2d34aadddc61a47ff4b6f9c8b7175ac053ade374/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2d34aadddc61a47ff4b6f9c8b7175ac053ade374/config
Defconfig      : http://autobuild.buildroot.net/results/2d34aadddc61a47ff4b6f9c8b7175ac053ade374/defconfig

Build 8071137eb43ea765cbc203993e7ed24d9234bf35
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 19:57:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/8071137eb43ea765cbc203993e7ed24d9234bf35/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8071137eb43ea765cbc203993e7ed24d9234bf35/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8071137eb43ea765cbc203993e7ed24d9234bf35/config
Defconfig      : http://autobuild.buildroot.net/results/8071137eb43ea765cbc203993e7ed24d9234bf35/defconfig

Build c22758a30c3b8abb582150cefd7099605c527e14
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 20:00:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/c22758a30c3b8abb582150cefd7099605c527e14/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c22758a30c3b8abb582150cefd7099605c527e14/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c22758a30c3b8abb582150cefd7099605c527e14/config
Defconfig      : http://autobuild.buildroot.net/results/c22758a30c3b8abb582150cefd7099605c527e14/defconfig

Build 1821433d8a77c82820fc03a9cd604d20ff1caa86
==============================================

Status         : NOK
Failure reason : libcap-ng-0.6.6
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 20:57:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/1821433d8a77c82820fc03a9cd604d20ff1caa86/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1821433d8a77c82820fc03a9cd604d20ff1caa86/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1821433d8a77c82820fc03a9cd604d20ff1caa86/config
Defconfig      : http://autobuild.buildroot.net/results/1821433d8a77c82820fc03a9cd604d20ff1caa86/defconfig

Build 54d6a737ae805ef1dbf77e5d11b4dd5366873ec0
==============================================

Status         : NOK
Failure reason : libdvdnav-4.1.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 21:00:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/54d6a737ae805ef1dbf77e5d11b4dd5366873ec0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/54d6a737ae805ef1dbf77e5d11b4dd5366873ec0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/54d6a737ae805ef1dbf77e5d11b4dd5366873ec0/config
Defconfig      : http://autobuild.buildroot.net/results/54d6a737ae805ef1dbf77e5d11b4dd5366873ec0/defconfig

Build 296563fc465c739f676d3404d47bd2f1675b64af
==============================================

Status         : NOK
Failure reason : bzip2-1.0.6
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 21:45:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/296563fc465c739f676d3404d47bd2f1675b64af/build-end.log
Complete log   : http://autobuild.buildroot.net/results/296563fc465c739f676d3404d47bd2f1675b64af/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/296563fc465c739f676d3404d47bd2f1675b64af/config
Defconfig      : http://autobuild.buildroot.net/results/296563fc465c739f676d3404d47bd2f1675b64af/defconfig

Build 263ddf0f4e623be9ac7ff1b87a71e9d54187b2b5
==============================================

Status         : NOK
Failure reason : sconeserver-183
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 22:11:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/263ddf0f4e623be9ac7ff1b87a71e9d54187b2b5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/263ddf0f4e623be9ac7ff1b87a71e9d54187b2b5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/263ddf0f4e623be9ac7ff1b87a71e9d54187b2b5/config
Defconfig      : http://autobuild.buildroot.net/results/263ddf0f4e623be9ac7ff1b87a71e9d54187b2b5/defconfig

Build 72966ddc0c9283ca1bfb9ed1b3fb0dab5ad7cbd2
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 22:15:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/72966ddc0c9283ca1bfb9ed1b3fb0dab5ad7cbd2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/72966ddc0c9283ca1bfb9ed1b3fb0dab5ad7cbd2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/72966ddc0c9283ca1bfb9ed1b3fb0dab5ad7cbd2/config
Defconfig      : http://autobuild.buildroot.net/results/72966ddc0c9283ca1bfb9ed1b3fb0dab5ad7cbd2/defconfig

Build cd425f3df64972a89da7232a0955567da69526b5
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-19 22:42:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/cd425f3df64972a89da7232a0955567da69526b5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cd425f3df64972a89da7232a0955567da69526b5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cd425f3df64972a89da7232a0955567da69526b5/config
Defconfig      : http://autobuild.buildroot.net/results/cd425f3df64972a89da7232a0955567da69526b5/defconfig

Build d051eb22d489edab769d94794d5434951aa5cda6
==============================================

Status         : NOK
Failure reason : audiofile-0.3.4
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-19 23:48:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c4c914552e4fba8139e74d90a26bbba5048d6492
End of log     : http://autobuild.buildroot.net/results/d051eb22d489edab769d94794d5434951aa5cda6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d051eb22d489edab769d94794d5434951aa5cda6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d051eb22d489edab769d94794d5434951aa5cda6/config
Defconfig      : http://autobuild.buildroot.net/results/d051eb22d489edab769d94794d5434951aa5cda6/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH RFC 5/6] libfslcodec: new package
From: Arnout Vandecappelle @ 2012-12-20  8:19 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <653065179.1471991.1355965563202.JavaMail.root@advansee.com>

On 20/12/12 02:06, Beno?t Th?baudeau wrote:
>> >  +# FIXME The Makefile installs both the arm9 and arm11 versions of
>> >  the
>> >  +# libraries, but we only need one of them.
>> >  +
>> >  +$(eval $(autotools-package))
> For packages like this one that install pre-built libraries, it would be good to
> document somewhere or to auto-check (e.g. with toolchain kconfig options vs.
> package kconfig options) the ABI compatibility to make sure that there won't be
> any issue with the toolchain used.

  I agree, but how?

  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply

* [Buildroot] [git commit] mplayer: prevent selection on Microblaze and AArch64
From: Peter Korsgaard @ 2012-12-20  8:21 UTC (permalink / raw)
  To: buildroot

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

MPlayer wants to have some "support" for each architecture, and for
now, it doesn't know about Microblaze and AArch64, so prevent the
selection of MPlayer on those architectures.

For Microblaze, fixes:

  http://autobuild.buildroot.org/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/multimedia/mplayer/Config.in |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in
index c64dab7..e285644 100644
--- a/package/multimedia/mplayer/Config.in
+++ b/package/multimedia/mplayer/Config.in
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_MPLAYER
 	bool "mplayer"
-	# "Error: unsupported architecture sh4a" says mplayer
-	# configure script.
-	depends on !BR2_sh4a && !BR2_sh4aeb
+	# Those architectures are not supported by MPlayer
+	depends on !BR2_sh4a && !BR2_sh4aeb && !BR2_microblaze && !BR2_aarch64
 	depends on BR2_LARGEFILE
 	help
 	  MPlayer is a movie player which runs on many systems and supports

^ permalink raw reply related

* [Buildroot] [PATCH] mplayer: prevent selection on Microblaze and AArch64
From: Peter Korsgaard @ 2012-12-20  8:22 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355959627-13525-1-git-send-email-thomas.petazzoni@free-electrons.com>

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> MPlayer wants to have some "support" for each architecture, and for
 Thomas> now, it doesn't know about Microblaze and AArch64, so prevent the
 Thomas> selection of MPlayer on those architectures.

 Thomas> For Microblaze, fixes:

 Thomas>   http://autobuild.buildroot.org/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCHv3] linux: Support multiple device tree build
From: Maxime Ripard @ 2012-12-20  8:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
Fixes since v3:
  - Remove the use of foreach but use addprefix/addsuffix instead
---
 linux/Config.in |    5 +++--
 linux/linux.mk  |    7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index f408ad5..3ff6b4a 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -261,11 +261,12 @@ config BR2_LINUX_KERNEL_USE_CUSTOM_DTS
 endchoice
 
 config BR2_LINUX_KERNEL_INTREE_DTS_NAME
-	string "Device Tree Source file name"
+	string "Device Tree Source file names"
 	depends on BR2_LINUX_KERNEL_USE_INTREE_DTS
 	help
 	 Name of the device tree source file, without
-	 the trailing .dts
+	 the trailing .dts. You can provide a list of
+	 dts files to build, separated by spaces.
 
 config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
 	string "Device Tree Source file path"
diff --git a/linux/linux.mk b/linux/linux.mk
index c4bdf90..3321d80 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -187,10 +187,13 @@ endef
 ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT),y)
 ifeq ($(BR2_LINUX_KERNEL_DTB_IS_SELF_BUILT),)
 define LINUX_BUILD_DTB
-	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(KERNEL_DTS_NAME).dtb
+	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) \
+		$(addsuffix .dtb, $(call qstrip, $(KERNEL_DTS_NAME)))
 endef
 define LINUX_INSTALL_DTB
-	cp $(KERNEL_ARCH_PATH)/boot/$(KERNEL_DTS_NAME).dtb $(BINARIES_DIR)/
+	cp $(addprefix $(KERNEL_ARCH_PATH)/boot/, \
+		$(addsuffix .dtb, $(call qstrip, $(KERNEL_DTS_NAME)))) \
+		$(BINARIES_DIR)/
 endef
 endif
 endif
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH RFC 5/6] libfslcodec: new package
From: Peter Korsgaard @ 2012-12-20  9:08 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50D2CA07.1060503@mind.be>

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

Hi,

 >> For packages like this one that install pre-built libraries, it
 >> would be good to document somewhere or to auto-check (e.g. with
 >> toolchain kconfig options vs.  package kconfig options) the ABI
 >> compatibility to make sure that there won't be any issue with the
 >> toolchain used.

 Arnout>  I agree, but how?

I don't know the specifics of this package, but presumably it only works
with glibc and a specific soft/softfp/hard floating point mode? If so,
we could atleast catch some of these dependencies in Config.in.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH RFC 5/6] libfslcodec: new package
From: Arnout Vandecappelle @ 2012-12-20 10:34 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87a9t9ytss.fsf@dell.be.48ers.dk>

On 20/12/12 10:08, Peter Korsgaard wrote:
>>>>>> "Arnout" == Arnout Vandecappelle<arnout@mind.be>  writes:
>
> Hi,
>
>   >>  For packages like this one that install pre-built libraries, it
>   >>  would be good to document somewhere or to auto-check (e.g. with
>   >>  toolchain kconfig options vs.  package kconfig options) the ABI
>   >>  compatibility to make sure that there won't be any issue with the
>   >>  toolchain used.
>
>   Arnout>   I agree, but how?
>
> I don't know the specifics of this package, but presumably it only works
> with glibc and a specific soft/softfp/hard floating point mode? If so,
> we could atleast catch some of these dependencies in Config.in.

  Yes, but how to know what the dependencies are (except by run-testing 
with all the different toolchains on all the different SoCs)?

  I'd also like to find a way to decide which of the _arm9, _arm11 or 
_arm12 libraries to use (they all have the same ABI flags...).

  Regards,
  Arnout


-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply

* [Buildroot] [PATCH] gst-plugins-base: make alsa plug-in configurable
From: Sven Neumann @ 2012-12-20 10:49 UTC (permalink / raw)
  To: buildroot

It may be desirable not to use the alsa sink for playback
even though alsa-lib is installed. So make this a configuration
option. This also takes care of selecting the proper options
for alsa-lib
(BR2_PACKAGE_ALSA_LIB_MIXER and BR2_PACKAGE_ALSA_LIB_PCM).

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 package/multimedia/gst-plugins-base/Config.in           |    6 ++++++
 package/multimedia/gst-plugins-base/gst-plugins-base.mk |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/package/multimedia/gst-plugins-base/Config.in b/package/multimedia/gst-plugins-base/Config.in
index 5d82533..70d664d 100644
--- a/package/multimedia/gst-plugins-base/Config.in
+++ b/package/multimedia/gst-plugins-base/Config.in
@@ -73,6 +73,12 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_VOLUME
 
 comment "plugins with external dependencies (there may be more available)"
 
+config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ALSA
+	bool "alsa (mandatory for audio playback)"
+        select BR2_PACKAGE_ALSA_LIB
+        select BR2_PACKAGE_ALSA_LIB_MIXER
+        select BR2_PACKAGE_ALSA_LIB_PCM
+
 config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_OGG
 	bool "ogg (*.ogg audio/video)"
 	select BR2_PACKAGE_LIBOGG
diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
index b044516..02e7ca4 100644
--- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk
+++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
@@ -40,8 +40,7 @@ ifeq ($(BR2_PACKAGE_ORC),y)
 GST_PLUGINS_BASE_DEPENDENCIES += orc
 endif
 
-# alsa support needs pcm+mixer support, but configure fails to check for it
-ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ALSA),y)
 GST_PLUGINS_BASE_DEPENDENCIES += alsa-lib
 else
 GST_PLUGINS_BASE_CONF_OPT += --disable-alsa
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH RFC 5/6] libfslcodec: new package
From: Peter Korsgaard @ 2012-12-20 10:50 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50D2E9B2.70808@mind.be>

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

Hi,

 >> I don't know the specifics of this package, but presumably it only
 >> works with glibc and a specific soft/softfp/hard floating point
 >> mode? If so, we could atleast catch some of these dependencies in
 >> Config.in.

 Arnout>  Yes, but how to know what the dependencies are (except by
 Arnout> run-testing with all the different toolchains on all the
 Arnout> different SoCs)?

Doesn't Freescale document this anyware, or atleast mention what
toolchain they have used to build it?

 Arnout>  I'd also like to find a way to decide which of the _arm9,
 Arnout> _arm11 or _arm12 libraries to use (they all have the same ABI
 Arnout> flags...).

Can't you decide based on the selected ARM subarchitecture? If we need
to do this in a bunch of places we could centralize it by adding some
BR2_ARM_Vx symbols and select the correct one from the subarch choice.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] sg3-utils new package.
From: Belisko Marek @ 2012-12-20 10:58 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121219233603.613c2ca5@skate>

Hi Thomas,

On Wed, Dec 19, 2012 at 11:36 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Belisko Marek,
>
> On Wed, 19 Dec 2012 23:11:31 +0100, Belisko Marek wrote:
>
>> configure.ac:13: the top level
>> configure.ac:225: warning: AM_NLS is m4_require'd but not m4_defun'd
>> aclocal.m4:1204: IT_PROG_INTLTOOL is expanded from...
>> configure.ac:225: the top level
>> configure:14234: error: possibly undefined macro: AM_NLS
>>       If this token and others are legitimate, please use m4_pattern_allow.
>>       See the Autoconf documentation.
>>
>> Am I missing some dependency?
>
> I guess this macro is installed by gettext, but not sure.
Hmm it was my mistake somehow. I proceed forward but now have troubles
in configuration phase:
checking for LIBPARTED... yes
checking for DEVMAPPER... no
configure: error: Package requirements (devmapper >= 1.02) were not met:

I choose BR2_PACKAGE_LVM2 and aso add dependency to lvm2 but error still exists.
I was looking to stagin directory and libdevmapper is is /usr/lib. Not
sure why it pkg-config cannot
find. Ideas?
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com

Thanks in advance,

Marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

^ permalink raw reply

* [Buildroot] [PATCH 1/2] uboot-tools: install mkenvimage.
From: Arnaud Rébillout @ 2012-12-20 12:47 UTC (permalink / raw)
  To: buildroot

The tool mkenvimage generates a valid binary environment image from
a text file describing the key=value pairs of the environment.
This commit allows installation on target and host.

Signed-off-by: Arnaud R?billout <rebillout@syscom.ch>
---
 package/uboot-tools/Config.in      |    7 +++++++
 package/uboot-tools/uboot-tools.mk |    8 ++++++++
 2 files changed, 15 insertions(+)

diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in
index 9cc837c..7c8f17c 100644
--- a/package/uboot-tools/Config.in
+++ b/package/uboot-tools/Config.in
@@ -13,6 +13,13 @@ config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
 	  The mkimage tool from Das U-Boot bootloader, which allows
 	  generation of U-Boot images in various formats.
 
+config BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE
+	bool "mkenvimage"
+	help
+	  The mkenvimage tool from Das U-Boot bootloader, which allows
+	  generation of a valid binary environment image from a text file
+	  describing the key=value pairs of the environment.
+
 config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
 	bool "fw_printenv"
 	default y
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk
index 75cda8e..e1739be 100644
--- a/package/uboot-tools/uboot-tools.mk
+++ b/package/uboot-tools/uboot-tools.mk
@@ -24,6 +24,12 @@ define UBOOT_TOOLS_INSTALL_MKIMAGE
 endef
 endif
 
+ifeq ($(BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE),y)
+define UBOOT_TOOLS_INSTALL_MKENVIMAGE
+	$(INSTALL) -m 0755 -D $(@D)/tools/mkenvimage $(TARGET_DIR)/usr/bin/mkenvimage
+endef
+endif
+
 ifeq ($(BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV),y)
 define UBOOT_TOOLS_INSTALL_FWPRINTENV
 	$(INSTALL) -m 0755 -D $(@D)/tools/env/fw_printenv $(TARGET_DIR)/usr/sbin/fw_printenv
@@ -33,6 +39,7 @@ endif
 
 define UBOOT_TOOLS_INSTALL_TARGET_CMDS
 	$(UBOOT_TOOLS_INSTALL_MKIMAGE)
+	$(UBOOT_TOOLS_INSTALL_MKENVIMAGE)
 	$(UBOOT_TOOLS_INSTALL_FWPRINTENV)
 endef
 
@@ -51,6 +58,7 @@ endef
 
 define HOST_UBOOT_TOOLS_INSTALL_CMDS
 	$(INSTALL) -m 0755 -D $(@D)/tools/mkimage $(HOST_DIR)/usr/bin/mkimage
+	$(INSTALL) -m 0755 -D $(@D)/tools/mkenvimage $(HOST_DIR)/usr/bin/mkenvimage
 endef
 
 $(eval $(generic-package))
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH 2/2] uboot: integrate mkenvimage.
From: Arnaud Rébillout @ 2012-12-20 12:47 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356007638-18476-1-git-send-email-rebillout@syscom.ch>

This commit provides configuration options to automatically generate a
binary environment image for U-Boot.
Two options are available (and mandatory):
 * the location of a text file describing U-Boot environment.
 * the size of the environment.

Signed-off-by: Arnaud R?billout <rebillout@syscom.ch>
---
 boot/uboot/Config.in |   21 +++++++++++++++++++++
 boot/uboot/uboot.mk  |   16 ++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index d8458d9..06f6b5a 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -208,4 +208,25 @@ config BR2_TARGET_UBOOT_SPL_NAME
 	  u-boot build. For most platform it is u-boot-spl.bin
 	  but not always. It is MLO on OMAP for example.
 
+menuconfig BR2_TARGET_UBOOT_ENVIMAGE
+	bool "Environment image"
+	help
+	  Generate a valid binary environment image from a text file
+	  describing the key=value pairs of the environment.
+
+if BR2_TARGET_UBOOT_ENVIMAGE
+
+config BR2_TARGET_UBOOT_ENVIMAGE_SOURCE
+       string "Source file for environment"
+       help
+         Text file describing the environment.
+
+config BR2_TARGET_UBOOT_ENVIMAGE_SIZE
+       string "Size of environment"
+       help
+         Size of envronment, can be prefixed with 0x for hexadecimal
+	 values.
+       
+endif # BR2_TARGET_UBOOT_ENVIMAGE
+
 endif # BR2_TARGET_UBOOT
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 619f2e1..89a9096 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -104,6 +104,9 @@ define UBOOT_INSTALL_IMAGES_CMDS
 	cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/
 	$(if $(BR2_TARGET_UBOOT_SPL),
 		cp -dpf $(@D)/$(BR2_TARGET_UBOOT_SPL_NAME) $(BINARIES_DIR)/)
+	$(if $(BR2_TARGET_UBOOT_ENVIMAGE),
+		$(HOST_DIR)/usr/bin/mkenvimage -s $(BR2_TARGET_UBOOT_ENVIMAGE_SIZE) \
+		-o $(BINARIES_DIR)/uboot-env.bin $(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE))
 endef
 
 define UBOOT_INSTALL_OMAP_IFT_IMAGE
@@ -125,6 +128,19 @@ UBOOT_POST_BUILD_HOOKS += UBOOT_BUILD_OMAP_IFT
 UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_INSTALL_OMAP_IFT_IMAGE
 endif
 
+ifeq ($(BR2_TARGET_UBOOT_ENVIMAGE),y)
+# we NEED a environment settings unless we're at make source
+ifeq ($(filter source,$(MAKECMDGOALS)),)
+ifeq ($(call qstrip,$(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE)),)
+$(error Please define a source file for Uboot environment (BR2_TARGET_UBOOT_ENVIMAGE_SOURCE setting))
+endif
+ifeq ($(call qstrip,$(BR2_TARGET_UBOOT_ENVIMAGE_SIZE)),)
+$(error Please provide Uboot environment size (BR2_TARGET_UBOOT_OMAP_IFT_CONFIG setting))
+endif
+endif
+UBOOT_DEPENDENCIES += host-uboot-tools
+endif
+
 $(eval $(generic-package))
 
 ifeq ($(BR2_TARGET_UBOOT),y)
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [PATCH] arch: fix BR2_ARCH for generic target variant
From: Richard Braun @ 2012-12-20 13:41 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Richard Braun <rbraun@sceen.net>
---
 arch/Config.in.x86 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
index d2e0807..ce30605 100644
--- a/arch/Config.in.x86
+++ b/arch/Config.in.x86
@@ -173,6 +173,7 @@ config BR2_ARCH
 	default "i686"		if BR2_x86_athlon
 	default "i686"		if BR2_x86_athlon_4
 	default "x86_64"	if BR2_x86_64
+	default "i386"		if BR2_x86_generic
 
 config BR2_ENDIAN
 	default "LITTLE"
-- 
1.7.2.5

^ permalink raw reply related

* [Buildroot] [git commit] arch: fix BR2_ARCH for generic target variant
From: Peter Korsgaard @ 2012-12-20 14:15 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Richard Braun <rbraun@sceen.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 arch/Config.in.x86 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
index d2e0807..ce30605 100644
--- a/arch/Config.in.x86
+++ b/arch/Config.in.x86
@@ -173,6 +173,7 @@ config BR2_ARCH
 	default "i686"		if BR2_x86_athlon
 	default "i686"		if BR2_x86_athlon_4
 	default "x86_64"	if BR2_x86_64
+	default "i386"		if BR2_x86_generic
 
 config BR2_ENDIAN
 	default "LITTLE"

^ permalink raw reply related

* [Buildroot] [PATCH] Makefile: fix cross target
From: Fabio Porcedda @ 2012-12-20 14:16 UTC (permalink / raw)
  To: buildroot

The cross target was laking some dependency.
Now it's possible to successfully use the target right
after the configuration.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4b09437..e163227 100644
--- a/Makefile
+++ b/Makefile
@@ -697,7 +697,7 @@ ifeq ($(O),output)
 endif
 	rm -rf $(CONFIG_DIR)/.config $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps
 
-cross: $(BASE_TARGETS)
+cross: prepare dirs dependencies $(BASE_TARGETS)
 
 help:
 	@echo 'Cleaning:'
-- 
1.8.0

^ permalink raw reply related

* [Buildroot] [PATCH] arch: fix BR2_ARCH for generic target variant
From: Peter Korsgaard @ 2012-12-20 14:21 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356010912-3577-1-git-send-email-rbraun@sceen.net>

>>>>> "Richard" == Richard Braun <rbraun@sceen.net> writes:

 Richard> Signed-off-by: Richard Braun <rbraun@sceen.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCHv3] linux: Support multiple device tree build
From: Peter Korsgaard @ 2012-12-20 14:24 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355993289-31804-1-git-send-email-maxime.ripard@free-electrons.com>

>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

 Maxime> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Committed, thanks.

 Maxime>  define LINUX_INSTALL_DTB
 Maxime> -	cp $(KERNEL_ARCH_PATH)/boot/$(KERNEL_DTS_NAME).dtb $(BINARIES_DIR)/
 Maxime> +	cp $(addprefix $(KERNEL_ARCH_PATH)/boot/, \
 Maxime> +		$(addsuffix .dtb, $(call qstrip, $(KERNEL_DTS_NAME)))) \
 Maxime> +		$(BINARIES_DIR)/

Not directly related to your patch, but this is broken by the recent
(post-3.7) change to put .dtb files in arch/arm/boot/dts. I wonder how
the best way of handling this is?

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] linux: Support multiple device tree build
From: Peter Korsgaard @ 2012-12-20 14:25 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 linux/Config.in |    5 +++--
 linux/linux.mk  |    7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 910d9a5..9ebe0c9 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -261,11 +261,12 @@ config BR2_LINUX_KERNEL_USE_CUSTOM_DTS
 endchoice
 
 config BR2_LINUX_KERNEL_INTREE_DTS_NAME
-	string "Device Tree Source file name"
+	string "Device Tree Source file names"
 	depends on BR2_LINUX_KERNEL_USE_INTREE_DTS
 	help
 	 Name of the device tree source file, without
-	 the trailing .dts
+	 the trailing .dts. You can provide a list of
+	 dts files to build, separated by spaces.
 
 config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
 	string "Device Tree Source file path"
diff --git a/linux/linux.mk b/linux/linux.mk
index c4bdf90..3321d80 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -187,10 +187,13 @@ endef
 ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT),y)
 ifeq ($(BR2_LINUX_KERNEL_DTB_IS_SELF_BUILT),)
 define LINUX_BUILD_DTB
-	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(KERNEL_DTS_NAME).dtb
+	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) \
+		$(addsuffix .dtb, $(call qstrip, $(KERNEL_DTS_NAME)))
 endef
 define LINUX_INSTALL_DTB
-	cp $(KERNEL_ARCH_PATH)/boot/$(KERNEL_DTS_NAME).dtb $(BINARIES_DIR)/
+	cp $(addprefix $(KERNEL_ARCH_PATH)/boot/, \
+		$(addsuffix .dtb, $(call qstrip, $(KERNEL_DTS_NAME)))) \
+		$(BINARIES_DIR)/
 endef
 endif
 endif

^ permalink raw reply related

* [Buildroot] [PATCH] Makefile: fix cross target
From: Peter Korsgaard @ 2012-12-20 14:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356012991-32494-1-git-send-email-fabio.porcedda@gmail.com>

>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:

Hi,

 Fabio> The cross target was laking some dependency.
 Fabio> Now it's possible to successfully use the target right
 Fabio> after the configuration.

The fix is fine, but what exactly is your use case for using 'make
cross'? It's not documented anywhere, and I was thinking about dropping
it.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] Makefile: fix cross target
From: Fabio Porcedda @ 2012-12-20 14:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87pq24yemq.fsf@dell.be.48ers.dk>

On Thu, Dec 20, 2012 at 3:36 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:
>
> Hi,
>
>  Fabio> The cross target was laking some dependency.
>  Fabio> Now it's possible to successfully use the target right
>  Fabio> after the configuration.
>
> The fix is fine, but what exactly is your use case for using 'make
> cross'? It's not documented anywhere, and I was thinking about dropping
> it.

Sometimes i just want to built/prepare only the toolchain right after
using a defconfig or a make clean,
to be able to use the toolchain for building specific buildroot
packages or compile local source code outside buildroot without build
unnecessary stuff like busybox, rootfs, etc...

If it's useful i can submit a patch to document it.

Best regards
--
Fabio Porcedda

^ 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