Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] buildroot for AM3358 AM3359 with wireless-tools shared library
From: Peter Korsgaard @ 2012-10-28  9:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121025182332.GC5178@tarshish>

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 Baruch> Hi Michael,
 Baruch> On Thu, Oct 25, 2012 at 07:42:26PM +0200, Michael Stieler wrote:
 >> we are using buildroot for arm development. we are migrating from
 >> arm926t to AM3358 and AM3359.
 >> 
 >> i was hoping to continue to use buildroot for the processors, but i
 >> cannot build the right compiler for these 2.
 >> 
 >> in make menuconfig i choose:
 >> 
 >> target architecture ARM (big endian)

 Baruch> Why big endian? As far as I know all TI SoCs (as almost all ARM
 Baruch> SoCs) are little endian.

Indeed. We already have a beaglebone (am3358) defconfig
(configs/beaglebone_defconfig).

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] sconeserver: fix bluetooth module build problem
From: Samuel Martin @ 2012-10-28 10:09 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351326835-9339-1-git-send-email-spdawson@gmail.com>

2012/10/27  <spdawson@gmail.com>:
> From: Simon Dawson <spdawson@gmail.com>
>
> This fixes a build problem in the sconeserver bluetooth module, as reported
> by the Buildroot autobuild system:
>
>   http://autobuild.buildroot.net/results/d1133da3f8d74c58fd271e0cab197a1108000e90/build-end.log
>
> The build problem, due to the use of BDADDR_ANY, has been fixed upstream;
> consequently, this patch simply bumps the sconeserver svn revision.
>
> Further details of the underlying problem at the following URL.
>
>   http://stackoverflow.com/questions/9751710/c-c-warning-address-of-temporary-with-bdaddr-any-bluetooth-library
>
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Tested-by: Samuel Martin <s.martin49@gmail.com>

^ permalink raw reply

* [Buildroot] [PATCH 06/47] package/celt051: new package
From: Yann E. MORIN @ 2012-10-28 10:48 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <508C31BF.20806@mind.be>

Arnout, All,

On Saturday 27 October 2012 Arnout Vandecappelle wrote:
>   Package should be called celt, not celt051

Nope, see below.

> On 24/10/12 23:25, Yann E. MORIN wrote:
> > Signed-off-by: "Yann E. MORIN"<yann.morin.1998@free.fr>
> > Reviewed-by: Thomas Petazzoni<thomas.petazzoni@free-electrons.com>
> [snip]
> > diff --git a/package/multimedia/celt051/celt.mk b/package/multimedia/celt051/celt.mk
> > new file mode 100644
> > index 0000000..9baaa82
> > --- /dev/null
> > +++ b/package/multimedia/celt051/celt.mk
> > @@ -0,0 +1,30 @@
> > +#############################################################
> > +#
> > +# celt051
> > +#
> > +#############################################################
> > +
> > +# Although version newer than 0.5.1.3 exists, we're
> > +# stuck with 0.5.1.3 for use by Spice (coming later)
> 
>   How come spice requires a specific version of celt?

The build instructions say:
    celt = 0.5.1.3 (this is important, newer versions use a
    different protocol)

    (from: http://www.spice-space.org/page/Building_Instructions)

Also, their ./configure enforce this check.

> > +CELT051_VERSION         = 0.5.1.3
> > +CELT051_SOURCE          = celt-$(CELT051_VERSION).tar.gz
> 
>   If it's called celt, this is the default so can be left out.

I called it 'celt051' because it's not the latest version, and I want to
make it clear that the version shall *not* be updated. See the discussion
we had with Thomas last August:
    http://lists.busybox.net/pipermail/buildroot/2012-August/057562.html

I think we should keep calling it 'celt051' and not just 'celt', so that
the version is never updated.

To be noted: celt is now deprecated, as it was merged into Opus, as
it's now standardised by RFC6716:
    http://www.celt-codec.org/  (at the bottom of the page)
    http://opus-codec.org/
    https://tools.ietf.org/html/rfc6716

However, spice still requires celt-0.5.1.3.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply

* [Buildroot] [PATCH 1/1] Bump version to 2.9.0
From: Thomas Petazzoni @ 2012-10-28 11:28 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351379690-17391-1-git-send-email-sagaert.johan@skynet.be>

Dear Sagaert Johan,

Please include the name of the package in the title, i.e:

	libxml2: bump version to 2.9.0

Thanks,

Thomas

On Sun, 28 Oct 2012 01:14:50 +0200, Sagaert Johan wrote:
> 
> Bump version from 2.8.0 -> 2.9.0
> Many bug fixes and improvements.
> Visit http://www.xmlsoft.org/news.html for more details.
> 
> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
> ---
>  package/libxml2/libxml2.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
> index b63200f..91042fa 100644
> --- a/package/libxml2/libxml2.mk
> +++ b/package/libxml2/libxml2.mk
> @@ -4,7 +4,7 @@
>  #
>  #############################################################
>  
> -LIBXML2_VERSION = 2.8.0
> +LIBXML2_VERSION = 2.9.0
>  LIBXML2_SITE = ftp://xmlsoft.org/libxml2
>  LIBXML2_INSTALL_STAGING = YES
>  LIBXML2_AUTORECONF = YES



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

^ permalink raw reply

* [Buildroot] [PATCH 1/1] libxml2: bump version to 2.9.0
From: Sagaert Johan @ 2012-10-28 12:47 UTC (permalink / raw)
  To: buildroot


libxml: bump version to 2.9.0
Many bug fixes and improvements.
Visit http://www.xmlsoft.org/news.html for more details.
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/libxml2/libxml2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index b63200f..91042fa 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-LIBXML2_VERSION = 2.8.0
+LIBXML2_VERSION = 2.9.0
 LIBXML2_SITE = ftp://xmlsoft.org/libxml2
 LIBXML2_INSTALL_STAGING = YES
 LIBXML2_AUTORECONF = YES
-- 
1.8.0

^ permalink raw reply related

* [Buildroot] [PATCH 1/1]  mysql_client: bump version to 5.1.65
From: Sagaert Johan @ 2012-10-28 12:50 UTC (permalink / raw)
  To: buildroot


mysql_client: bump version to 5.1.65
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/mysql_client/mysql_client.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mysql_client/mysql_client.mk b/package/mysql_client/mysql_client.mk
index c48d78f..46862a1 100644
--- a/package/mysql_client/mysql_client.mk
+++ b/package/mysql_client/mysql_client.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MYSQL_CLIENT_VERSION = 5.1.63
+MYSQL_CLIENT_VERSION = 5.1.65
 MYSQL_CLIENT_SOURCE = mysql-$(MYSQL_CLIENT_VERSION).tar.gz
 MYSQL_CLIENT_SITE = http://downloads.skysql.com/archives/mysql-5.1
 MYSQL_CLIENT_INSTALL_STAGING = YES
-- 
1.8.0

^ permalink raw reply related

* [Buildroot] Load Address and EntryPoint for Kernel
From: Carsten Schoenert @ 2012-10-28 16:20 UTC (permalink / raw)
  To: buildroot

Hello,

I have successful created up my own config of buildroot to build a basic
filesystem for an ARM Target. Buildroot does everything without any
errors. To start with a low barrier I just selected support for U-Boot,
the kernel and a simple standard filesystem.

Now I have tried to start the builded kernel via U-Boot that's already
on the target. The tftpload works correct an I started the kernel.

> HDx> tftpboot 192.168.136.4:ubi/uImage
> TFTP from server 192.168.136.4; our IP address is 192.168.136.10
> Filename 'ubi/uImage'.
> Load address: 0xe000000
> Loading: #################################################################
>          #################################################################
>          #################################################################
>          #################################################################
>          #################################################################
>          #################################################################
>          #####################
> done
> T Bytes transferred = 2101868 (20126c hex)
> HDx> bootm 0xe000000
> ## Booting kernel from Legacy Image at 0e000000 ...
>    Image Name:   Linux-2.6.34.13-nevis
>    Image Type:   ARM Linux Kernel Image (uncompressed)
>    Data Size:    2101804 Bytes =  2 MB
>    Load Address: 00008000
>    Entry Point:  00008000
>    Verifying Checksum ... OK
>    Loading Kernel Image ... OK
> OK
> 
> Starting kernel ...
> 

But more is not to see. The original kernel from the manufacture looks
like this.

> ## Booting kernel from Legacy Image at f0080000 ...
>    Image Name:   Coolstream HDx Kernel
>    Image Type:   ARM Linux Kernel Image (uncompressed)
>    Data Size:    2116856 Bytes =  2 MB
>    Load Address: 00048000
>    Entry Point:  00048000
>    Verifying Checksum ... OK

As I can see the Load Address and the Entry Point is a little bit, but
significant :) different.

I have search the point there I can change this while mkimage is called
to generate the uImage but haven't found the correct point for this.

Can someone give me a hint?
Thx

Carsten

^ permalink raw reply

* [Buildroot] Add basic support for the AArch64 architecture
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot

Hello,

This set of patches adds basic AArch64 (the new ARM 64 bits
architecture) support in Buildroot:

 (1) Add the new architecture

 (2) Add a AArch64 external toolchain provided by Linaro

 (3) Ensure that only external toolchain can be used for AArch64 (we
     don't have internal or Crosstool-NG backend support for this
     architecture at the moment)

 (4) Add a fix for Busybox needed to get it to build with recent C
     library versions.

 (5) Add the AArch64 handling to KERNEL_ARCH

 (6) Add a new bootloader for the AArch64 ARM simulator.

 (7) Add a default configuration to generate a Buildroot system for
     the AArch64 ARM simulator.

And the system runs fine:

===============================================================================
Initializing cgroup subsys cpu
Linux version 3.7.0-rc2 (thomas at skate) (gcc version 4.7.3 20121001 (prerelease) [gcc-linaro/4.7 revision 115029] (crosstool-NG linaro-1.13.1+bzr2506 - ARM aarch64 via Linaro) ) #1 SMP Sun Oct 28 17:27:07 CET 2012
CPU: AArch64 Processor [410fd000] revision 0
Machine: V2P-AARCH64
PERCPU: Embedded 10 pages/cpu @ffffffc03ffa9000 s10624 r8192 d22144 u40960
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 926720
Kernel command line: root=/dev/vda consolelog=9 console=ttyAMA0 rw
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
software IO TLB [mem 0xb8000000-0xbbffffff] (64MB) mapped at [ffffffc038000000-ffffffc03bffffff]
Memory: 2048MB 2048MB = 4096MB total
Memory: 4059616k/4059616k available, 134688k reserved
Virtual kernel memory layout:
    vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000   (245759 MB)
    vmemmap : 0xffffffbc01c00000 - 0xffffffbc1f800000   (   476 MB)
    modules : 0xffffffbffc000000 - 0xffffffc000000000   (    64 MB)
    memory  : 0xffffffc000000000 - 0xffffffc880000000   ( 34816 MB)
      .init : 0xffffffc0004c0000 - 0xffffffc0004e8980   (   163 kB)
      .text : 0xffffffc000080000 - 0xffffffc0004c0000   (  4352 kB)
      .data : 0xffffffc0004ea000 - 0xffffffc00051c620   (   202 kB)
SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Hierarchical RCU implementation.
NR_IRQS:64 nr_irqs:64 0
Architected local timer running at 100.00MHz.
arch_timer: found timer irq 30
Console: colour dummy device 80x25
Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=1000000)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 256
hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 9 counters available
CPU1: failed to boot: -38
CPU2: failed to boot: -38
CPU3: failed to boot: -38
Brought up 1 CPUs
SMP: Total of 1 processors activated (200.00 BogoMIPS).
devtmpfs: initialized
atomic64 test passed
NET: Registered protocol family 16
vdso: 2 pages (1 code, 1 data) at base ffffffc00051e000
hw-breakpoint: found 16 breakpoint and 16 watchpoint registers.
Serial: AMBA PL011 UART driver
1c090000.uart: ttyAMA0 at MMIO 0x1c090000 (irq = 37) is a PL011 rev1
console [ttyAMA0] enabled
1c0a0000.uart: ttyAMA1 at MMIO 0x1c0a0000 (irq = 38) is a PL011 rev1
1c0b0000.uart: ttyAMA2 at MMIO 0x1c0b0000 (irq = 39) is a PL011 rev1
1c0c0000.uart: ttyAMA3 at MMIO 0x1c0c0000 (irq = 40) is a PL011 rev1
bio: create slab <bio-0> at 0
SCSI subsystem initialized
Switching to clocksource arch_sys_counter
NET: Registered protocol family 2
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP: reno registered
UDP hash table entries: 2048 (order: 4, 65536 bytes)
UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
fuse init (API version 7.20)
msgmni has been set to 7928
io scheduler noop registered
io scheduler cfq registered (default)
 vda: unknown partition table
smc91x: IOADDR ffffff800001a000 doesn't match configuration (300).
smc91x.c: v1.1, sep 22 2004 by Nicolas Pitre <nico@fluxnic.net>
eth0: SMC91C11xFD (rev 1) at ffffff800001a000 IRQ 47 [nowait]
eth0: Ethernet addr: 00:02:f7:ef:5f:8a
mousedev: PS/2 mouse device common for all mice
TCP: cubic registered
NET: Registered protocol family 17
EXT2-fs (vda): warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 254:0.
Freeing init memory: 160K
Starting logging: OK
Initializing random number generator... done.
Starting network...

Welcome to Buildroot
buildroot login: root
# hostname
buildroot
# cat /proc/cpuinfo
Processor       : AArch64 Processor rev 0 (aarch64)
processor       : 0
BogoMIPS        : 200.00

Features        : fp asimd
CPU implementer : 0x41
CPU architecture: AArch64
CPU variant     : 0x0
CPU part        : 0xd00
CPU revision    : 0

Hardware        : V2P-AARCH64
# uname -a
Linux buildroot 3.7.0-rc2 #1 SMP Sun Oct 28 17:27:07 CET 2012 aarch64 GNU/Linux
===============================================================================

Best regards,

Thomas

^ permalink raw reply

* [Buildroot] [PATCH 1/7] Add AArch64 to the list of architectures
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 target/Config.in.arch |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/target/Config.in.arch b/target/Config.in.arch
index 639327a..ac2c0b5 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -23,6 +23,13 @@ config BR2_armeb
 	  http://www.arm.com/
 	  http://en.wikipedia.org/wiki/ARM
 
+config BR2_aarch64
+	bool "AArch64"
+	help
+	  Aarch64 is a 64-bit architecture developed by ARM Holdings.
+	  http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
+	  http://en.wikipedia.org/wiki/ARM
+
 config BR2_avr32
 	bool "AVR32"
 	select BR2_SOFT_FLOAT
@@ -580,6 +587,7 @@ config BR2_ARCH
 	string
 	default "arm"		if BR2_arm
 	default "armeb"		if BR2_armeb
+	default "aarch64"       if BR2_aarch64
 	default "avr32"		if BR2_avr32
 	default "bfin"		if BR2_bfin
 	default "i386"		if BR2_x86_i386
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 2/7] toolchain-external: add aarch64 external toolchain
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/toolchain-external/Config.in   |   10 ++++++++++
 toolchain/toolchain-external/ext-tool.mk |    3 +++
 2 files changed, 13 insertions(+)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 105fb2a..53b85eb 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -582,6 +582,15 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
 	  Toolchain for the Microblaze architecture, from
 	  http://wiki.xilinx.com/mb-gnu-tools
 
+config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10
+	bool "Linaro AArch64 12.10"
+	depends on BR2_aarch64
+	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_INSTALL_LIBSTDCPP
+	help
+	  Toolchain for the AArch64 architecture, from
+	  http://www.linaro.org/engineering/armv8/
+
 config BR2_TOOLCHAIN_EXTERNAL_CUSTOM
 	bool "Custom toolchain"
 	help
@@ -642,6 +651,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
 	default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
 	default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
 	default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
+	default "aarch64-linux-gnu"      if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10
 	default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
 	default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
 	default "mips-linux-gnu"         if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
diff --git a/toolchain/toolchain-external/ext-tool.mk b/toolchain/toolchain-external/ext-tool.mk
index 43d747c..f2969f3 100644
--- a/toolchain/toolchain-external/ext-tool.mk
+++ b/toolchain/toolchain-external/ext-tool.mk
@@ -262,6 +262,9 @@ TOOLCHAIN_EXTERNAL_SOURCE=microblazeel-unknown-linux-gnu.tgz
 else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2),y)
 TOOLCHAIN_EXTERNAL_SITE=http://git.xilinx.com/?p=xldk/microblaze_v2.0.git;a=blob;h=71e031ae990e063a5718f90d30cf97ad85e2f565;hb=569081301f0f1d8d3b24335a364e8ff1774190d4;f=
 TOOLCHAIN_EXTERNAL_SOURCE=microblaze-unknown-linux-gnu.tgz
+else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10),y)
+TOOLCHAIN_EXTERNAL_SITE=http://releases.linaro.org/12.10/components/toolchain/gcc-linaro/aarch64/rc3/
+TOOLCHAIN_EXTERNAL_SOURCE=gcc-linaro-aarch64-linux-gnu-4.7+bzr115029-20121015+bzr2506_linux.tar.bz2
 else
 # Custom toolchain
 TOOLCHAIN_EXTERNAL_SITE=$(dir $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_URL)))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 3/7] toolchain: make external toolchain the default for AArch64
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

Our internal toolchain backend does not yet have support for AArch64,
and Crosstool-NG also does not have support for AArch64 at the moment
(though it should be coming quickly since the Linaro AArch64 toolchain
is generated with a modified Crosstool-NG version).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/Config.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 849b8e3..29ed2f0 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -10,7 +10,7 @@ choice
 
 config BR2_TOOLCHAIN_BUILDROOT
 	bool "Buildroot toolchain"
-	depends on !BR2_microblaze
+	depends on !BR2_microblaze && !BR2_aarch64
 	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
 
@@ -23,7 +23,7 @@ config BR2_TOOLCHAIN_EXTERNAL
 
 config BR2_TOOLCHAIN_CTNG
 	bool "Crosstool-NG toolchain"
-	depends on !BR2_microblaze
+	depends on !BR2_microblaze && !BR2_aarch64
 	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
 	help
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 4/7] busybox: add fix for build issue with recent C libraries
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

The AArch64 toolchain uses a recent C library, which requires a build
fix in Busybox, which has been sent upstream but hasn't been merged
yet.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 .../busybox-1.20.2-fix-resource-h-failure.patch    |   30 ++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 package/busybox/busybox-1.20.2/busybox-1.20.2-fix-resource-h-failure.patch

diff --git a/package/busybox/busybox-1.20.2/busybox-1.20.2-fix-resource-h-failure.patch b/package/busybox/busybox-1.20.2/busybox-1.20.2-fix-resource-h-failure.patch
new file mode 100644
index 0000000..7667640
--- /dev/null
+++ b/package/busybox/busybox-1.20.2/busybox-1.20.2-fix-resource-h-failure.patch
@@ -0,0 +1,30 @@
+On a system running glibc trunk busybox doesn't compile:
+
+loginutils/passwd.c: In function ?passwd_main?:
+loginutils/passwd.c:104:16: error: storage size of ?rlimit_fsize? isn?t known
+loginutils/passwd.c:188:2: warning: implicit declaration of function ?setrlimit? [-Wimplicit-function-declaration]
+loginutils/passwd.c:188:12: error: ?RLIMIT_FSIZE? undeclared (first use in this function)
+loginutils/passwd.c:188:12: note: each undeclared identifier is reported only once for each function it appears in
+loginutils/passwd.c:104:16: warning: unused variable ?rlimit_fsize? [-Wunused-variable]
+...
+miscutils/time.c:23:16: error: field ?ru? has incomplete type
+
+Fix this by including sys/resource.h.
+
+Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
+---
+ include/libbb.h |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/libbb.h b/include/libbb.h
+index f12800f..e7806c2 100644
+--- a/include/libbb.h
++++ b/include/libbb.h
+@@ -40,6 +40,7 @@
+ #include <sys/poll.h>
+ #include <sys/ioctl.h>
+ #include <sys/mman.h>
++#include <sys/resource.h>
+ #include <sys/socket.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 5/7] Support KERNEL_ARCH for AArch64
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

The architecture tuple is 'aarch64', but the kernel people decided to
call it 'arm64', so we have to do some mungling to get the kernel
architecture name from the Buildroot architecture name.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 0128839..dff6aeb 100644
--- a/Makefile
+++ b/Makefile
@@ -235,6 +235,7 @@ ARCH:=$(call qstrip,$(BR2_ARCH))
 KERNEL_ARCH:=$(shell echo "$(ARCH)" | sed -e "s/-.*//" \
 	-e s/i.86/i386/ -e s/sun4u/sparc64/ \
 	-e s/arm.*/arm/ -e s/sa110/arm/ \
+	-e s/aarch64/arm64/ \
 	-e s/bfin/blackfin/ \
 	-e s/parisc64/parisc/ \
 	-e s/powerpc64/powerpc/ \
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 6/7] boot-wrapper-aarch64: new package
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

The boot wrapper contains both a minimal bootloader and a tool to
generate an image suitable for execution by the AArch64 software
simulator. The image generated embeds the minimal bootloader, the
kernel image, the Device Tree Blob and the kernel command line.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 boot/Config.in                                    |    1 +
 boot/boot-wrapper-aarch64/Config.in               |   31 +++++++++++++++++++++
 boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk |   29 +++++++++++++++++++
 3 files changed, 61 insertions(+)
 create mode 100644 boot/boot-wrapper-aarch64/Config.in
 create mode 100644 boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk

diff --git a/boot/Config.in b/boot/Config.in
index a55139b..eb5f7cd 100644
--- a/boot/Config.in
+++ b/boot/Config.in
@@ -4,6 +4,7 @@ source "boot/at91bootstrap/Config.in"
 source "boot/at91bootstrap3/Config.in"
 source "boot/at91dataflashboot/Config.in"
 source "boot/barebox/Config.in"
+source "boot/boot-wrapper-aarch64/Config.in"
 source "boot/grub/Config.in"
 source "boot/lpc32xxcdl/Config.in"
 source "boot/mxs-bootlets/Config.in"
diff --git a/boot/boot-wrapper-aarch64/Config.in b/boot/boot-wrapper-aarch64/Config.in
new file mode 100644
index 0000000..6546862
--- /dev/null
+++ b/boot/boot-wrapper-aarch64/Config.in
@@ -0,0 +1,31 @@
+config BR2_TARGET_BOOT_WRAPPER_AARCH64
+	bool "boot-wrapper-aarch64"
+	depends on BR2_aarch64
+	depends on BR2_LINUX_KERNEL
+	help
+	  The boot-wrapper-aarch64 is a small bootloader that makes it
+	  possible to start an Aarch64 kernel inside the available
+	  software simulators for the Aarch64 architecture.
+
+	  git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git
+
+if BR2_TARGET_BOOT_WRAPPER_AARCH64
+
+config BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS
+	string "Device Tree Source name"
+	default ""
+	help
+	  Name of the Device Tree Source file to use to generate the
+	  Device Tree Blob that will be embedded in the image
+	  generated by the boot wrapper. Valid names are the .dts
+	  files from arch/arm64/boot/dts/ in the kernel source
+	  tree. The name must be specified without the .dts suffix.
+
+config BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS
+	string "Kernel bootargs"
+	default ""
+	help
+	  Kernel bootargs to embed inside the image generated by the
+	  boot wrapper.
+
+endif
diff --git a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
new file mode 100644
index 0000000..25c6bed
--- /dev/null
+++ b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
@@ -0,0 +1,29 @@
+#############################################################
+#
+# boot-wrapper-aarch64
+#
+#############################################################
+
+BOOT_WRAPPER_AARCH64_VERSION        = 26b62f586020fd998c6efd43db657eaafeec14da
+BOOT_WRAPPER_AARCH64_SITE           = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git
+BOOT_WRAPPER_AARCH64_LICENSE        = BSD3c
+BOOT_WRAPPER_AARCH64_LICENSE_FILES  = LICENSE.txt
+BOOT_WRAPPER_AARCH64_DEPENDENCIES   = linux
+BOOT_WRAPPER_AARCH64_INSTALL_IMAGES = YES
+
+BOOT_WRAPPER_AARCH64_DTS = $(call qstrip,$(BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS))
+
+define BOOT_WRAPPER_AARCH64_BUILD_CMDS
+	$(MAKE) \
+		KERNEL=$(BINARIES_DIR)/Image \
+		DTC=$(LINUX_DIR)/scripts/dtc/dtc \
+		FDT_SRC=$(LINUX_DIR)/arch/arm64/boot/dts/$(BOOT_WRAPPER_AARCH64_DTS).dts \
+		CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
+		BOOTARGS='$(BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS)' -C $(@D)
+endef
+
+define BOOT_WRAPPER_AARCH64_INSTALL_IMAGES_CMDS
+	cp $(@D)/linux-system.axf $(BINARIES_DIR)
+endef
+
+$(eval $(generic-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 7/7] Add default configuration for the AArch64 Foundation V8 simulator
From: Thomas Petazzoni @ 2012-10-28 16:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351442438-20639-1-git-send-email-thomas.petazzoni@free-electrons.com>

Note that this configuration doesn't build entirely: the user must
manually run "make busybox-menuconfig" and disable the "Mount NFS
filesystems" option, because the toolchain does not have RPC support.

This issue will be fixed once the support for toolchain without RPC
will be integrated.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 board/arm/foundation-v8/readme.txt |   27 +++++++++++++++++++++++++++
 configs/arm_foundationv8_defconfig |   15 +++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 board/arm/foundation-v8/readme.txt
 create mode 100644 configs/arm_foundationv8_defconfig

diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt
new file mode 100644
index 0000000..dcc5f14
--- /dev/null
+++ b/board/arm/foundation-v8/readme.txt
@@ -0,0 +1,27 @@
+This is the support for the ARM Foundation v8 machine emulated by the
+ARM software simulator of the AArch64 architecture.
+
+First, one has to download the AArch64 software simulator from:
+
+  https://silver.arm.com/download/download.tm?pv=1317469
+
+Then, use the arm_foundationv8_defconfig configuration to build your
+Buildroot system.
+
+Note that the Busybox build will fail due to the lack of rpc/rpc.h
+(the AArch64 toolchain does not have RPC support). Run 'make
+busybox-menuconfig', and in 'Linux System Utilities', disable the
+option 'Support mounting NFS file systems on Linux < 2.6.23' and
+restart the build. This problem will be fix in upcomins versions of
+Buildroot.
+
+Finally, boot your system with:
+
+ ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/Foundation_v8 \
+    --image output/images/linux-system.axf \
+    --block-device output/images/rootfs.ext2 \
+    --network=nat
+
+You can network network access from within the simulated environment
+by requesting an IP address using DHCP (run the command 'udhcpc').
+
diff --git a/configs/arm_foundationv8_defconfig b/configs/arm_foundationv8_defconfig
new file mode 100644
index 0000000..7a50b1a
--- /dev/null
+++ b/configs/arm_foundationv8_defconfig
@@ -0,0 +1,15 @@
+BR2_aarch64=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
+BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_BOOT_WRAPPER_AARCH64=y
+BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS="vexpress-foundation-v8"
+BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS="root=/dev/vda consolelog=9 console=ttyAMA0 rw"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.linaro.org/kernel/linaro-aarch64.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="7181edd0539e195f78adedbb6c3878f9f1e0c4bb"
+BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
+BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
+BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="Image"
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] Load Address and EntryPoint for Kernel
From: Thomas Petazzoni @ 2012-10-28 16:43 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <508D5B55.1070401@googlemail.com>

Dear Carsten Schoenert,

On Sun, 28 Oct 2012 17:20:37 +0100, Carsten Schoenert wrote:

> I have search the point there I can change this while mkimage is called
> to generate the uImage but haven't found the correct point for this.
> 
> Can someone give me a hint?

Most likely your kernel configuration is wrong.

Please post your Buildroot .config and kernel .config file and more
details about what your hardware platform is.

Thanks,

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

^ permalink raw reply

* [Buildroot] Load Address and EntryPoint for Kernel
From: Carsten Schoenert @ 2012-10-28 17:16 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121028174310.34c4f029@skate>

Hello Thomas,

Am 28.10.2012 17:43, schrieb Thomas Petazzoni:
> Most likely your kernel configuration is wrong.

Hopefully I have taken the complete one from the original ... :/
This complete git repo can be found here.
http://git.coolstreamtech.de/?p=cst-public-linux-kernel.git;a=shortlog;h=refs/heads/2.6.34.13-cnxt

The related kernel patches I placed under
board/coolstream/hdx/kernel-2.6.34-patches
The config right in board/coolstream/hdx/kernel2.6.34.13.config

> Please post your Buildroot .config and kernel .config file and more
> details about what your hardware platform is.

The platform is a ARMv6 based Settopbox with a SoC from Nexperia
(cx2450). There are closed kernel modules that have to be used, so most
parts of the kernel config depended on this, but some options are
configurable without to recompile this closed source parts.

I configured BR to build a GCC 4.7.1 with crosstool-ng, after some fine
tuning this works.

My BR config looks like this.
> carsten at wheezy:~/gitprojects/buildroot [arm] $ cat configs/cst_hdx_2.6.34.13_defconfig 
> BR2_arm=y
> BR2_CCACHE=y
> BR2_TOOLCHAIN_CTNG=y
> BR2_TOOLCHAIN_CTNG_eglibc=y
> BR2_TOOLCHAIN_CTNG_CONFIG="board/coolstream/hdx/ct_ng_config"
> BR2_TOOLCHAIN_CTNG_CXX=y
> BR2_PACKAGE_BUSYBOX_CONFIG="board/coolstream/hdx/busybox-1.20.2.config"
> BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
> BR2_PACKAGE_AUTOMAKE=y
> BR2_TARGET_UBOOT=y
> BR2_TARGET_UBOOT_BOARDNAME="coolstream_hdx"
> BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
> BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://ftp.denx.de/pub/u-boot/u-boot-2009.03.tar.bz2"
> BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="board/coolstream/hdx/u-boot"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.34/linux-2.6.34.13.tar.bz2"
> BR2_LINUX_KERNEL_PATCH="board/coolstream/hdx/linux-2.6.34-patches"
> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/coolstream/hdx/kernel-2.6.34.13.config"
> BR2_LINUX_KERNEL_INSTALL_TARGET=y

The kernel config is appended.

If something is missing then just let me know.

Thanks in advice!

Carsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel-2.6.34.13.config.gz
Type: application/x-gzip
Size: 10764 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121028/cbca394a/attachment-0001.bin>

^ permalink raw reply

* [Buildroot] Load Address and EntryPoint for Kernel
From: Thomas Petazzoni @ 2012-10-28 20:21 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <508D6874.609@googlemail.com>

Dear Carsten Schoenert,

On Sun, 28 Oct 2012 18:16:36 +0100, Carsten Schoenert wrote:

> Hopefully I have taken the complete one from the original ... :/
> This complete git repo can be found here.
> http://git.coolstreamtech.de/?p=cst-public-linux-kernel.git;a=shortlog;h=refs/heads/2.6.34.13-cnxt
> 
> The related kernel patches I placed under
> board/coolstream/hdx/kernel-2.6.34-patches
> The config right in board/coolstream/hdx/kernel2.6.34.13.config

The kernel sources clearly indicate that the entry point should be
0x48000. So it seems like your patches haven't been applied, or your
kernel has been badly configured, or something like that.

> > Please post your Buildroot .config and kernel .config file and more
> > details about what your hardware platform is.
> 
> The platform is a ARMv6 based Settopbox with a SoC from Nexperia
> (cx2450). There are closed kernel modules that have to be used, so most
> parts of the kernel config depended on this, but some options are
> configurable without to recompile this closed source parts.
> 
> I configured BR to build a GCC 4.7.1 with crosstool-ng, after some fine
> tuning this works.
> 
> My BR config looks like this.
> > carsten at wheezy:~/gitprojects/buildroot [arm] $ cat configs/cst_hdx_2.6.34.13_defconfig 
> > BR2_arm=y
> > BR2_CCACHE=y
> > BR2_TOOLCHAIN_CTNG=y
> > BR2_TOOLCHAIN_CTNG_eglibc=y
> > BR2_TOOLCHAIN_CTNG_CONFIG="board/coolstream/hdx/ct_ng_config"
> > BR2_TOOLCHAIN_CTNG_CXX=y
> > BR2_PACKAGE_BUSYBOX_CONFIG="board/coolstream/hdx/busybox-1.20.2.config"
> > BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
> > BR2_PACKAGE_AUTOMAKE=y
> > BR2_TARGET_UBOOT=y
> > BR2_TARGET_UBOOT_BOARDNAME="coolstream_hdx"
> > BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
> > BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://ftp.denx.de/pub/u-boot/u-boot-2009.03.tar.bz2"
> > BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR="board/coolstream/hdx/u-boot"
> > BR2_LINUX_KERNEL=y
> > BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> > BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.34/linux-2.6.34.13.tar.bz2"
> > BR2_LINUX_KERNEL_PATCH="board/coolstream/hdx/linux-2.6.34-patches"
> > BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> > BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/coolstream/hdx/kernel-2.6.34.13.config"
> > BR2_LINUX_KERNEL_INSTALL_TARGET=y
> 
> The kernel config is appended.
> 
> If something is missing then just let me know.

Either pastebin the entire build log (from scratch), or post all the
patches and configuration files needed to produce the problem.

Best regards,

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

^ permalink raw reply

* [Buildroot] [PATCH 1/2] kernel-headers: bump 3.{0, 4, 6}.x stable versions
From: Gustavo Zacarias @ 2012-10-28 23:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 toolchain/kernel-headers/Config.in                 |    6 +++---
 ...all-fix-__packed-in-exported-kernel-head.patch} |    0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename toolchain/kernel-headers/{linux-3.0.47-headers_install-fix-__packed-in-exported-kernel-head.patch => linux-3.0.49-headers_install-fix-__packed-in-exported-kernel-head.patch} (100%)

diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index d4be60b..2270e0c 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -67,12 +67,12 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "2.6.37.6"	if BR2_KERNEL_HEADERS_2_6_37
 	default "2.6.38.8"	if BR2_KERNEL_HEADERS_2_6_38
 	default "2.6.39.4"	if BR2_KERNEL_HEADERS_2_6_39
-	default "3.0.47"	if BR2_KERNEL_HEADERS_3_0
+	default "3.0.49"	if BR2_KERNEL_HEADERS_3_0
 	default "3.1.10"	if BR2_KERNEL_HEADERS_3_1
 	default "3.2.32"	if BR2_KERNEL_HEADERS_3_2
 	default "3.3.8"		if BR2_KERNEL_HEADERS_3_3
-	default "3.4.15"	if BR2_KERNEL_HEADERS_3_4
+	default "3.4.16"	if BR2_KERNEL_HEADERS_3_4
 	default "3.5.7"		if BR2_KERNEL_HEADERS_3_5
-	default "3.6.3"		if BR2_KERNEL_HEADERS_3_6
+	default "3.6.4"		if BR2_KERNEL_HEADERS_3_6
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP
 	default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
diff --git a/toolchain/kernel-headers/linux-3.0.47-headers_install-fix-__packed-in-exported-kernel-head.patch b/toolchain/kernel-headers/linux-3.0.49-headers_install-fix-__packed-in-exported-kernel-head.patch
similarity index 100%
rename from toolchain/kernel-headers/linux-3.0.47-headers_install-fix-__packed-in-exported-kernel-head.patch
rename to toolchain/kernel-headers/linux-3.0.49-headers_install-fix-__packed-in-exported-kernel-head.patch
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/2] linux: bump 3.6.x stable version
From: Gustavo Zacarias @ 2012-10-28 23:57 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351468669-9669-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index aa25f89..a849849 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_3_6
-	bool "3.6.3"
+	bool "3.6.4"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -76,7 +76,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "3.6.3" if BR2_LINUX_KERNEL_3_6
+	default "3.6.4" if BR2_LINUX_KERNEL_3_6
 	default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH] libcap: disable progs altogether
From: Gustavo Zacarias @ 2012-10-29  0:34 UTC (permalink / raw)
  To: buildroot

Disable progs in the Makefile directly instead of building and then
removing them.
This is because they use fork() and can cause build failures on nommu.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libcap/libcap.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
index b922e5a..ac73dcf 100644
--- a/package/libcap/libcap.mk
+++ b/package/libcap/libcap.mk
@@ -12,7 +12,9 @@ LIBCAP_SOURCE = libcap2_$(LIBCAP_VERSION).orig.tar.gz
 LIBCAP_DEPENDENCIES = host-libcap
 LIBCAP_INSTALL_STAGING = YES
 
+# progs use fork()
 define LIBCAP_BUILD_CMDS
+	$(SED) '/-C progs/d' $(@D)/Makefile
 	$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
 		LIBATTR=no BUILD_CC="$(HOSTCC)" BUILD_CFLAGS="$(HOST_CFLAGS)"
 endef
@@ -25,7 +27,6 @@ endef
 define LIBCAP_INSTALL_TARGET_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) LIBATTR=no DESTDIR=$(TARGET_DIR) \
 		prefix=/usr lib=lib install
-	rm -f $(addprefix $(TARGET_DIR)/usr/sbin/,capsh getpcaps)
 endef
 
 define HOST_LIBCAP_BUILD_CMDS
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH] [v3] Allow to run severals post build scripts instead of only one
From: Philippe Reynes @ 2012-10-29  6:53 UTC (permalink / raw)
  To: buildroot

Using severals post build scripts is usefull to share
script between severals boards/projects.

Signed-off-by: Philippe Reynes <philippe.reynes@sagemcom.com>
---
 Makefile                 |    5 +++--
 target/generic/Config.in |   11 ++++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 0128839..f25141f 100644
--- a/Makefile
+++ b/Makefile
@@ -464,8 +464,9 @@ endif
 	) >  $(TARGET_DIR)/etc/os-release
 
 ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"")
-	@$(call MESSAGE,"Executing post-build script")
-	$(BR2_ROOTFS_POST_BUILD_SCRIPT) $(TARGET_DIR)
+	@$(call MESSAGE,"Executing post-build script\(s\)")
+	@$(foreach s, $(call qstrip,$(BR2_ROOTFS_POST_BUILD_SCRIPT)), \
+		$(s) $(TARGET_DIR)$(sep))
 endif
 
 ifeq ($(BR2_ENABLE_LOCALE_PURGE),y)
diff --git a/target/generic/Config.in b/target/generic/Config.in
index b8472f4..298377c 100644
--- a/target/generic/Config.in
+++ b/target/generic/Config.in
@@ -170,15 +170,16 @@ config BR2_ROOTFS_POST_BUILD_SCRIPT
 	string "Custom script to run before creating filesystem images"
 	default ""
 	help
-	  Specify a script to be run after the build has finished and before
-	  Buildroot starts packing the files into selected filesystem images.
+	  Specify a space-separated list of scripts to be run after the build
+	  has finished and before Buildroot starts packing the files into 
+	  selected filesystem images.
 
 	  This gives users the oportunity to do board-specific cleanups,
 	  add-ons and the like, so the generated files can be used directly
 	  without further processing.
 
-	  The script is called with the target directory name as first and
-	  only argument. Make sure the exit code of that script is 0,
-	  otherwise make will stop after calling it.
+	  These scripts are called with the target directory name as first and
+	  only argument. Make sure the exit code of those scripts are 0,
+	  otherwise make will stop after calling them.
 
 endmenu
-- 
1.7.1


#
" Ce courriel et les documents qui lui sont joints peuvent contenir des
informations confidentielles ou ayant un caract?re priv?. S'ils ne vous sont
pas destin?s, nous vous signalons qu'il est strictement interdit de les
divulguer, de les reproduire ou d'en utiliser de quelque mani?re que ce
soit le contenu. Si ce message vous a ?t? transmis par erreur, merci d'en
informer l'exp?diteur et de supprimer imm?diatement de votre syst?me
informatique ce courriel ainsi que tous les documents qui y sont attach?s."


                               ******

" This e-mail and any attached documents may contain confidential or
proprietary information. If you are not the intended recipient, you are
notified that any dissemination, copying of this e-mail and any attachments
thereto or use of their contents by any means whatsoever is strictly
prohibited. If you have received this e-mail in error, please advise the
sender immediately and delete this e-mail and all attached documents
from your computer system."
#

^ permalink raw reply related

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


Hello,

On 2012-10-28, 117 random build tests have been done and
submitted on autobuild.buildroot.net.
 64 builds have been successful
 53 builds have failed

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

Build 25425097c60b25ef2c9082ffeb8ed64c0a84ed5e
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 01:09:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/25425097c60b25ef2c9082ffeb8ed64c0a84ed5e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/25425097c60b25ef2c9082ffeb8ed64c0a84ed5e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/25425097c60b25ef2c9082ffeb8ed64c0a84ed5e/config
Defconfig      : http://autobuild.buildroot.net/results/25425097c60b25ef2c9082ffeb8ed64c0a84ed5e/defconfig

Build 6c89cfc7dbcd3884497a767809ace7700f171449
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 01:17:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/6c89cfc7dbcd3884497a767809ace7700f171449/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6c89cfc7dbcd3884497a767809ace7700f171449/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6c89cfc7dbcd3884497a767809ace7700f171449/config
Defconfig      : http://autobuild.buildroot.net/results/6c89cfc7dbcd3884497a767809ace7700f171449/defconfig

Build 91c581525a31de506dca966e0d43e6396dfbbfbc
==============================================

Status         : NOK
Failure reason : pciutils-3.1.10
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 01:50:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/91c581525a31de506dca966e0d43e6396dfbbfbc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/91c581525a31de506dca966e0d43e6396dfbbfbc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/91c581525a31de506dca966e0d43e6396dfbbfbc/config
Defconfig      : http://autobuild.buildroot.net/results/91c581525a31de506dca966e0d43e6396dfbbfbc/defconfig

Build c9b83c8cc7ae623e6f92fe1860d80ceeccb95328
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-10-28 02:21:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/c9b83c8cc7ae623e6f92fe1860d80ceeccb95328/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c9b83c8cc7ae623e6f92fe1860d80ceeccb95328/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c9b83c8cc7ae623e6f92fe1860d80ceeccb95328/config
Defconfig      : http://autobuild.buildroot.net/results/c9b83c8cc7ae623e6f92fe1860d80ceeccb95328/defconfig

Build 3205404a08b63bb6b833fc4b70600fbbcea44fab
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 02:50:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/3205404a08b63bb6b833fc4b70600fbbcea44fab/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3205404a08b63bb6b833fc4b70600fbbcea44fab/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3205404a08b63bb6b833fc4b70600fbbcea44fab/config
Defconfig      : http://autobuild.buildroot.net/results/3205404a08b63bb6b833fc4b70600fbbcea44fab/defconfig

Build c4ba5fc56296b2d7df10d778bdc80c82224cee47
==============================================

Status         : NOK
Failure reason : libatomic_ops-1.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 02:18:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/c4ba5fc56296b2d7df10d778bdc80c82224cee47/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4ba5fc56296b2d7df10d778bdc80c82224cee47/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4ba5fc56296b2d7df10d778bdc80c82224cee47/config
Defconfig      : http://autobuild.buildroot.net/results/c4ba5fc56296b2d7df10d778bdc80c82224cee47/defconfig

Build e9cff0d55089f34bc3f9fd33a10cb9598a355a3a
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 02:47:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/e9cff0d55089f34bc3f9fd33a10cb9598a355a3a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e9cff0d55089f34bc3f9fd33a10cb9598a355a3a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e9cff0d55089f34bc3f9fd33a10cb9598a355a3a/config
Defconfig      : http://autobuild.buildroot.net/results/e9cff0d55089f34bc3f9fd33a10cb9598a355a3a/defconfig

Build 99c104810e9a0b694e620d79e44354de105bf3cd
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 03:49:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/99c104810e9a0b694e620d79e44354de105bf3cd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/99c104810e9a0b694e620d79e44354de105bf3cd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/99c104810e9a0b694e620d79e44354de105bf3cd/config
Defconfig      : http://autobuild.buildroot.net/results/99c104810e9a0b694e620d79e44354de105bf3cd/defconfig

Build bf8d6a899c4dfba95f15ee088dff2a558c166067
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 04:34:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/bf8d6a899c4dfba95f15ee088dff2a558c166067/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bf8d6a899c4dfba95f15ee088dff2a558c166067/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bf8d6a899c4dfba95f15ee088dff2a558c166067/config
Defconfig      : http://autobuild.buildroot.net/results/bf8d6a899c4dfba95f15ee088dff2a558c166067/defconfig

Build 0b7cd6da932e61ca3fef274b0e26fce548131155
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 04:48:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/0b7cd6da932e61ca3fef274b0e26fce548131155/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0b7cd6da932e61ca3fef274b0e26fce548131155/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0b7cd6da932e61ca3fef274b0e26fce548131155/config
Defconfig      : http://autobuild.buildroot.net/results/0b7cd6da932e61ca3fef274b0e26fce548131155/defconfig

Build 683a6756c72d18a21de53ef31e11c3abf434520e
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 05:06:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/683a6756c72d18a21de53ef31e11c3abf434520e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/683a6756c72d18a21de53ef31e11c3abf434520e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/683a6756c72d18a21de53ef31e11c3abf434520e/config
Defconfig      : http://autobuild.buildroot.net/results/683a6756c72d18a21de53ef31e11c3abf434520e/defconfig

Build 4897f36b8f9c40d497fea49875b7c562ebe99c75
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-10-28 05:19:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/4897f36b8f9c40d497fea49875b7c562ebe99c75/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4897f36b8f9c40d497fea49875b7c562ebe99c75/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4897f36b8f9c40d497fea49875b7c562ebe99c75/config
Defconfig      : http://autobuild.buildroot.net/results/4897f36b8f9c40d497fea49875b7c562ebe99c75/defconfig

Build 25cb8a8244ea6d9e30d1da536fd3fafdc856f963
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.25
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 05:39:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/25cb8a8244ea6d9e30d1da536fd3fafdc856f963/build-end.log
Complete log   : http://autobuild.buildroot.net/results/25cb8a8244ea6d9e30d1da536fd3fafdc856f963/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/25cb8a8244ea6d9e30d1da536fd3fafdc856f963/config
Defconfig      : http://autobuild.buildroot.net/results/25cb8a8244ea6d9e30d1da536fd3fafdc856f963/defconfig

Build 9aac8ce9e208489b89b9a16b33b9ae2a89d230f9
==============================================

Status         : NOK
Failure reason : xapp_editres-1.0.2
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 06:20:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/9aac8ce9e208489b89b9a16b33b9ae2a89d230f9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9aac8ce9e208489b89b9a16b33b9ae2a89d230f9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9aac8ce9e208489b89b9a16b33b9ae2a89d230f9/config
Defconfig      : http://autobuild.buildroot.net/results/9aac8ce9e208489b89b9a16b33b9ae2a89d230f9/defconfig

Build e86bce52daadc64d6fb0d31b80517238d6289c7a
==============================================

Status         : NOK
Failure reason : ngrep-1.45
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 06:45:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/e86bce52daadc64d6fb0d31b80517238d6289c7a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e86bce52daadc64d6fb0d31b80517238d6289c7a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e86bce52daadc64d6fb0d31b80517238d6289c7a/config
Defconfig      : http://autobuild.buildroot.net/results/e86bce52daadc64d6fb0d31b80517238d6289c7a/defconfig

Build 1567e0610af3838c463a9e3e39d7e0e81b3e6a27
==============================================

Status         : NOK
Failure reason : php-5.3.16
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 07:20:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/1567e0610af3838c463a9e3e39d7e0e81b3e6a27/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1567e0610af3838c463a9e3e39d7e0e81b3e6a27/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1567e0610af3838c463a9e3e39d7e0e81b3e6a27/config
Defconfig      : http://autobuild.buildroot.net/results/1567e0610af3838c463a9e3e39d7e0e81b3e6a27/defconfig

Build d54e676c23dc08fc99b2e08c96b0cca8a560bc3b
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 07:48:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/d54e676c23dc08fc99b2e08c96b0cca8a560bc3b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d54e676c23dc08fc99b2e08c96b0cca8a560bc3b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d54e676c23dc08fc99b2e08c96b0cca8a560bc3b/config
Defconfig      : http://autobuild.buildroot.net/results/d54e676c23dc08fc99b2e08c96b0cca8a560bc3b/defconfig

Build a389eb08f5e40b50e76867a92ba1a887ed22e8e5
==============================================

Status         : NOK
Failure reason : sysklogd-1.5
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 08:20:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/a389eb08f5e40b50e76867a92ba1a887ed22e8e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a389eb08f5e40b50e76867a92ba1a887ed22e8e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a389eb08f5e40b50e76867a92ba1a887ed22e8e5/config
Defconfig      : http://autobuild.buildroot.net/results/a389eb08f5e40b50e76867a92ba1a887ed22e8e5/defconfig

Build feb6cc93e361dde01b3bd47095da89ad6b94877c
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 08:48:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/feb6cc93e361dde01b3bd47095da89ad6b94877c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/feb6cc93e361dde01b3bd47095da89ad6b94877c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/feb6cc93e361dde01b3bd47095da89ad6b94877c/config
Defconfig      : http://autobuild.buildroot.net/results/feb6cc93e361dde01b3bd47095da89ad6b94877c/defconfig

Build 4871a44ef5348a166321e315a62b693e31bcef59
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 08:55:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/4871a44ef5348a166321e315a62b693e31bcef59/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4871a44ef5348a166321e315a62b693e31bcef59/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4871a44ef5348a166321e315a62b693e31bcef59/config
Defconfig      : http://autobuild.buildroot.net/results/4871a44ef5348a166321e315a62b693e31bcef59/defconfig

Build 49c88c3aea8110b866f968b7ea166d4fb84f2976
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 09:00:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/49c88c3aea8110b866f968b7ea166d4fb84f2976/build-end.log
Complete log   : http://autobuild.buildroot.net/results/49c88c3aea8110b866f968b7ea166d4fb84f2976/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/49c88c3aea8110b866f968b7ea166d4fb84f2976/config
Defconfig      : http://autobuild.buildroot.net/results/49c88c3aea8110b866f968b7ea166d4fb84f2976/defconfig

Build b7b35ddff407b629ec8d4c336dcf9127aa0dbcdc
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-10-28 09:21:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/b7b35ddff407b629ec8d4c336dcf9127aa0dbcdc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b7b35ddff407b629ec8d4c336dcf9127aa0dbcdc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b7b35ddff407b629ec8d4c336dcf9127aa0dbcdc/config
Defconfig      : http://autobuild.buildroot.net/results/b7b35ddff407b629ec8d4c336dcf9127aa0dbcdc/defconfig

Build 83cc12e15e7042a0d97731b5dc5ae3bbe88f1c48
==============================================

Status         : NOK
Failure reason : lua-5.1.5
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 09:22:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/83cc12e15e7042a0d97731b5dc5ae3bbe88f1c48/build-end.log
Complete log   : http://autobuild.buildroot.net/results/83cc12e15e7042a0d97731b5dc5ae3bbe88f1c48/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/83cc12e15e7042a0d97731b5dc5ae3bbe88f1c48/config
Defconfig      : http://autobuild.buildroot.net/results/83cc12e15e7042a0d97731b5dc5ae3bbe88f1c48/defconfig

Build dc7bc921207ebb056c933da0b3bb82c99cf76844
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/dl/gdb-.tar.bz2] Error 1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 09:23:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/dc7bc921207ebb056c933da0b3bb82c99cf76844/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc7bc921207ebb056c933da0b3bb82c99cf76844/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc7bc921207ebb056c933da0b3bb82c99cf76844/config
Defconfig      : http://autobuild.buildroot.net/results/dc7bc921207ebb056c933da0b3bb82c99cf76844/defconfig

Build 0ce0dcf5a8e8435d586c74343a6cdba410285ae7
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 09:33:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/0ce0dcf5a8e8435d586c74343a6cdba410285ae7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0ce0dcf5a8e8435d586c74343a6cdba410285ae7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0ce0dcf5a8e8435d586c74343a6cdba410285ae7/config
Defconfig      : http://autobuild.buildroot.net/results/0ce0dcf5a8e8435d586c74343a6cdba410285ae7/defconfig

Build 92a9dee275a33080e9d0b72fe2831415b70777ad
==============================================

Status         : NOK
Failure reason : collectd-5.1.0
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 10:30:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/92a9dee275a33080e9d0b72fe2831415b70777ad/build-end.log
Complete log   : http://autobuild.buildroot.net/results/92a9dee275a33080e9d0b72fe2831415b70777ad/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/92a9dee275a33080e9d0b72fe2831415b70777ad/config
Defconfig      : http://autobuild.buildroot.net/results/92a9dee275a33080e9d0b72fe2831415b70777ad/defconfig

Build 2e212f607052ebb592e21b2ba53623f123602369
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-10-28 10:34:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/2e212f607052ebb592e21b2ba53623f123602369/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2e212f607052ebb592e21b2ba53623f123602369/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2e212f607052ebb592e21b2ba53623f123602369/config
Defconfig      : http://autobuild.buildroot.net/results/2e212f607052ebb592e21b2ba53623f123602369/defconfig

Build b114ea3e3dc397d6f27eb0ba64cfe223984b67de
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 11:31:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/b114ea3e3dc397d6f27eb0ba64cfe223984b67de/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b114ea3e3dc397d6f27eb0ba64cfe223984b67de/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b114ea3e3dc397d6f27eb0ba64cfe223984b67de/config
Defconfig      : http://autobuild.buildroot.net/results/b114ea3e3dc397d6f27eb0ba64cfe223984b67de/defconfig

Build 886a4a4931dda77aa4e8aa7cff6e0a9d9f053ff7
==============================================

Status         : NOK
Failure reason : pthread-stubs-0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 11:38:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/886a4a4931dda77aa4e8aa7cff6e0a9d9f053ff7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/886a4a4931dda77aa4e8aa7cff6e0a9d9f053ff7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/886a4a4931dda77aa4e8aa7cff6e0a9d9f053ff7/config
Defconfig      : http://autobuild.buildroot.net/results/886a4a4931dda77aa4e8aa7cff6e0a9d9f053ff7/defconfig

Build 81a177714f71acef875dc3d7627f642f7580fe36
==============================================

Status         : NOK
Failure reason : lighttpd-1.4.31
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-10-28 12:05:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/81a177714f71acef875dc3d7627f642f7580fe36/build-end.log
Complete log   : http://autobuild.buildroot.net/results/81a177714f71acef875dc3d7627f642f7580fe36/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/81a177714f71acef875dc3d7627f642f7580fe36/config
Defconfig      : http://autobuild.buildroot.net/results/81a177714f71acef875dc3d7627f642f7580fe36/defconfig

Build b8dfc3a0ac2be7a322c4572101763d1a88bb795e
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 12:20:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/b8dfc3a0ac2be7a322c4572101763d1a88bb795e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b8dfc3a0ac2be7a322c4572101763d1a88bb795e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b8dfc3a0ac2be7a322c4572101763d1a88bb795e/config
Defconfig      : http://autobuild.buildroot.net/results/b8dfc3a0ac2be7a322c4572101763d1a88bb795e/defconfig

Build 08b3df42f32d1bd4f2876e3c2c8e5602303871fb
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 12:30:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/08b3df42f32d1bd4f2876e3c2c8e5602303871fb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/08b3df42f32d1bd4f2876e3c2c8e5602303871fb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/08b3df42f32d1bd4f2876e3c2c8e5602303871fb/config
Defconfig      : http://autobuild.buildroot.net/results/08b3df42f32d1bd4f2876e3c2c8e5602303871fb/defconfig

Build c51c2702d83cc31bc206f997a71e2d8971124856
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 12:53:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/c51c2702d83cc31bc206f997a71e2d8971124856/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c51c2702d83cc31bc206f997a71e2d8971124856/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c51c2702d83cc31bc206f997a71e2d8971124856/config
Defconfig      : http://autobuild.buildroot.net/results/c51c2702d83cc31bc206f997a71e2d8971124856/defconfig

Build 8f5b377010ecc6450a9d96bf899c5fa5ec90f9a4
==============================================

Status         : NOK
Failure reason : gdisk-0.6.14
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 14:50:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/8f5b377010ecc6450a9d96bf899c5fa5ec90f9a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8f5b377010ecc6450a9d96bf899c5fa5ec90f9a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8f5b377010ecc6450a9d96bf899c5fa5ec90f9a4/config
Defconfig      : http://autobuild.buildroot.net/results/8f5b377010ecc6450a9d96bf899c5fa5ec90f9a4/defconfig

Build 654a8eff3bb5a9e43d59fd1cd7b91cae1e1b5e2f
==============================================

Status         : NOK
Failure reason : directfb-1.4.17
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 15:07:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/654a8eff3bb5a9e43d59fd1cd7b91cae1e1b5e2f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/654a8eff3bb5a9e43d59fd1cd7b91cae1e1b5e2f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/654a8eff3bb5a9e43d59fd1cd7b91cae1e1b5e2f/config
Defconfig      : http://autobuild.buildroot.net/results/654a8eff3bb5a9e43d59fd1cd7b91cae1e1b5e2f/defconfig

Build 3a37ee22882d6040b6b506349dc8ec87f6884ca6
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 15:33:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/3a37ee22882d6040b6b506349dc8ec87f6884ca6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3a37ee22882d6040b6b506349dc8ec87f6884ca6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3a37ee22882d6040b6b506349dc8ec87f6884ca6/config
Defconfig      : http://autobuild.buildroot.net/results/3a37ee22882d6040b6b506349dc8ec87f6884ca6/defconfig

Build 395f04203f7eca8c404ab9640b37335d8dc31fbc
==============================================

Status         : NOK
Failure reason : pcsc-lite-1.8.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 15:40:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/395f04203f7eca8c404ab9640b37335d8dc31fbc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/395f04203f7eca8c404ab9640b37335d8dc31fbc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/395f04203f7eca8c404ab9640b37335d8dc31fbc/config
Defconfig      : http://autobuild.buildroot.net/results/395f04203f7eca8c404ab9640b37335d8dc31fbc/defconfig

Build 5a66ef034b937f4b29ad2ed4db761359b8c98030
==============================================

Status         : NOK
Failure reason : libaio-0.3.109
Architecture   : sh4a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 16:09:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/5a66ef034b937f4b29ad2ed4db761359b8c98030/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5a66ef034b937f4b29ad2ed4db761359b8c98030/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5a66ef034b937f4b29ad2ed4db761359b8c98030/config
Defconfig      : http://autobuild.buildroot.net/results/5a66ef034b937f4b29ad2ed4db761359b8c98030/defconfig

Build 4de5d73762d4a407dd03528aa7643b0b8dbbb241
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 16:41:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/4de5d73762d4a407dd03528aa7643b0b8dbbb241/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4de5d73762d4a407dd03528aa7643b0b8dbbb241/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4de5d73762d4a407dd03528aa7643b0b8dbbb241/config
Defconfig      : http://autobuild.buildroot.net/results/4de5d73762d4a407dd03528aa7643b0b8dbbb241/defconfig

Build a6dacecd6538eb5c4808a45acf414c7b6cad23cc
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 17:31:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/a6dacecd6538eb5c4808a45acf414c7b6cad23cc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a6dacecd6538eb5c4808a45acf414c7b6cad23cc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a6dacecd6538eb5c4808a45acf414c7b6cad23cc/config
Defconfig      : http://autobuild.buildroot.net/results/a6dacecd6538eb5c4808a45acf414c7b6cad23cc/defconfig

Build 15ee5602d8b079c99644aece8835298a5f4383dc
==============================================

Status         : NOK
Failure reason : pcsc-lite-1.8.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 17:37:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/15ee5602d8b079c99644aece8835298a5f4383dc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/15ee5602d8b079c99644aece8835298a5f4383dc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/15ee5602d8b079c99644aece8835298a5f4383dc/config
Defconfig      : http://autobuild.buildroot.net/results/15ee5602d8b079c99644aece8835298a5f4383dc/defconfig

Build 36d435c525e2470cfa84ab73d25466a19b9b4f0b
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 17:48:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/36d435c525e2470cfa84ab73d25466a19b9b4f0b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/36d435c525e2470cfa84ab73d25466a19b9b4f0b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/36d435c525e2470cfa84ab73d25466a19b9b4f0b/config
Defconfig      : http://autobuild.buildroot.net/results/36d435c525e2470cfa84ab73d25466a19b9b4f0b/defconfig

Build c469e42d9f01222ad5f35d3bd2b93746ee34c359
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 18:02:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/c469e42d9f01222ad5f35d3bd2b93746ee34c359/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c469e42d9f01222ad5f35d3bd2b93746ee34c359/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c469e42d9f01222ad5f35d3bd2b93746ee34c359/config
Defconfig      : http://autobuild.buildroot.net/results/c469e42d9f01222ad5f35d3bd2b93746ee34c359/defconfig

Build f2ddeda7e0da1b9d4aa80e4f27aac1835381344d
==============================================

Status         : NOK
Failure reason : liboping-1.6.2
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 18:08:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/f2ddeda7e0da1b9d4aa80e4f27aac1835381344d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f2ddeda7e0da1b9d4aa80e4f27aac1835381344d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f2ddeda7e0da1b9d4aa80e4f27aac1835381344d/config
Defconfig      : http://autobuild.buildroot.net/results/f2ddeda7e0da1b9d4aa80e4f27aac1835381344d/defconfig

Build 9fc17d478875d2584eeee5335c4a9122a8b0dbdc
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 18:20:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/9fc17d478875d2584eeee5335c4a9122a8b0dbdc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9fc17d478875d2584eeee5335c4a9122a8b0dbdc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9fc17d478875d2584eeee5335c4a9122a8b0dbdc/config
Defconfig      : http://autobuild.buildroot.net/results/9fc17d478875d2584eeee5335c4a9122a8b0dbdc/defconfig

Build c744cac95a8ef58fd456cdf1391b0e2e89c40345
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-10-28 18:32:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/c744cac95a8ef58fd456cdf1391b0e2e89c40345/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c744cac95a8ef58fd456cdf1391b0e2e89c40345/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c744cac95a8ef58fd456cdf1391b0e2e89c40345/config
Defconfig      : http://autobuild.buildroot.net/results/c744cac95a8ef58fd456cdf1391b0e2e89c40345/defconfig

Build db72c6bb8b86d2ac4f5b7f6ed3aa761ef77cf9fe
==============================================

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

Build 120d92c5736e9496326466d86acf6eaddd14a51e
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 20:24:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/120d92c5736e9496326466d86acf6eaddd14a51e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/120d92c5736e9496326466d86acf6eaddd14a51e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/120d92c5736e9496326466d86acf6eaddd14a51e/config
Defconfig      : http://autobuild.buildroot.net/results/120d92c5736e9496326466d86acf6eaddd14a51e/defconfig

Build f2d58b33fc3ed7dc3d03f5be6a6250e374daf5a4
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 21:41:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/f2d58b33fc3ed7dc3d03f5be6a6250e374daf5a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f2d58b33fc3ed7dc3d03f5be6a6250e374daf5a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f2d58b33fc3ed7dc3d03f5be6a6250e374daf5a4/config
Defconfig      : http://autobuild.buildroot.net/results/f2d58b33fc3ed7dc3d03f5be6a6250e374daf5a4/defconfig

Build 9a47b4a70d29308f668d65d983ba6146c0c56365
==============================================

Status         : NOK
Failure reason : lcdapi-v0.3
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 22:00:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/9a47b4a70d29308f668d65d983ba6146c0c56365/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9a47b4a70d29308f668d65d983ba6146c0c56365/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9a47b4a70d29308f668d65d983ba6146c0c56365/config
Defconfig      : http://autobuild.buildroot.net/results/9a47b4a70d29308f668d65d983ba6146c0c56365/defconfig

Build 64761b97cd4b1ef8d4c4ddfc83ebdeb83865b642
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-10-28 22:18:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/64761b97cd4b1ef8d4c4ddfc83ebdeb83865b642/build-end.log
Complete log   : http://autobuild.buildroot.net/results/64761b97cd4b1ef8d4c4ddfc83ebdeb83865b642/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/64761b97cd4b1ef8d4c4ddfc83ebdeb83865b642/config
Defconfig      : http://autobuild.buildroot.net/results/64761b97cd4b1ef8d4c4ddfc83ebdeb83865b642/defconfig

Build dc6f6cbcbcefcc57d2308b70652249aba78b2ab6
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 22:22:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/dc6f6cbcbcefcc57d2308b70652249aba78b2ab6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc6f6cbcbcefcc57d2308b70652249aba78b2ab6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc6f6cbcbcefcc57d2308b70652249aba78b2ab6/config
Defconfig      : http://autobuild.buildroot.net/results/dc6f6cbcbcefcc57d2308b70652249aba78b2ab6/defconfig

Build e3a1cdcbab627fd9f173ad151a85ee27caa40a72
==============================================

Status         : NOK
Failure reason : strace-4.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-10-28 23:36:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f96a6e2fb839d4d1cd9e04219563a2ad89f2a4a2
End of log     : http://autobuild.buildroot.net/results/e3a1cdcbab627fd9f173ad151a85ee27caa40a72/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e3a1cdcbab627fd9f173ad151a85ee27caa40a72/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e3a1cdcbab627fd9f173ad151a85ee27caa40a72/config
Defconfig      : http://autobuild.buildroot.net/results/e3a1cdcbab627fd9f173ad151a85ee27caa40a72/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] [v3] Allow to run severals post build scripts instead of only one
From: Samuel Martin @ 2012-10-29  7:34 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <3558_1351493584_508E27D0_3558_1558_1_1351493605-22269-1-git-send-email-philippe.reynes@sagemcom.com>

Hi Philippe,

2012/10/29 Philippe Reynes <philippe.reynes@sagemcom.com>:
> Using severals post build scripts is usefull to share
> script between severals boards/projects.
>
> Signed-off-by: Philippe Reynes <philippe.reynes@sagemcom.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>

BTW, it would be great if you could update the doc too
(docs/manual/customize-rootfs.txt), here or in another patch.


Regards,

-- 
Sam

^ permalink raw reply

* [Buildroot] [PATCH 0/6] Add support for the snowball board.
From: Gregory Hermant @ 2012-10-29  8:41 UTC (permalink / raw)
  To: buildroot

Snowball board is a low power, low cost Single Board Computer based
on the ST-Ericsson Nova A9500 processor (Dual Cortex-A9 + MALI 400 GPU).
More info at www.igloocommunity.org

The snowball board boots from eMMC and then load the linux kernel
and mount its root filesystem either from eMMC or from a microSD card.
Actually this patch serie with QT support enabled in the default 
config file allows to prepare a microSD.
About the installation, the user will have to create a microSD with two 
partitions.A "boot" partition with the linux kernel and a "rootfs" partition 
with the root filesystem.


TO DO:

* Add the GPS support.
* Add the possibility to build an eMMC image directly from buildroot.



Gregory Hermant (6):
  Add config file for the snowball board
  Add hdmiservice package for the snowball board
  Add firmware for the AW-NH580 connectivity module of the snowball
  Add board files for snowball
  Add init script files for snowball board
  bluez-utils: add cg2900 support for snowball board

 board/calao/snowball/busybox-1.20.x.config         | 1024 ++++++++++++++++++++
 board/calao/snowball/linux-3.4.config              |  311 ++++++
 board/calao/snowball/linux-3.4.patch               |  126 +++
 configs/calao_snowball_defconfig                   |   52 +
 package/Config.in                                  |    3 +
 ...an_patches_enable_cg2900_on_upstream_4.91.patch |   88 ++
 package/hdmiservice/Config.in                      |   10 +
 package/hdmiservice/hdmiservice.mk                 |   19 +
 package/snowball-firmware/Config.in                |    8 +
 package/snowball-firmware/snowball-firmware.mk     |   17 +
 package/snowball-init/Config.in                    |    7 +
 package/snowball-init/snowball-init.mk             |   13 +
 12 files changed, 1678 insertions(+)
 create mode 100644 board/calao/snowball/busybox-1.20.x.config
 create mode 100644 board/calao/snowball/linux-3.4.config
 create mode 100644 board/calao/snowball/linux-3.4.patch
 create mode 100644 configs/calao_snowball_defconfig
 create mode 100644 package/bluez_utils/bluez_utils-4.101-debian_patches_enable_cg2900_on_upstream_4.91.patch
 create mode 100644 package/hdmiservice/Config.in
 create mode 100644 package/hdmiservice/hdmiservice.mk
 create mode 100644 package/snowball-firmware/Config.in
 create mode 100644 package/snowball-firmware/snowball-firmware.mk
 create mode 100644 package/snowball-init/Config.in
 create mode 100644 package/snowball-init/snowball-init.mk

-- 
1.7.9.5

^ 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