Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] linux: bump 3.6.x stable version
From: Peter Korsgaard @ 2012-11-02 20:23 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/linux/Config.in b/linux/Config.in
index a849849..60d7794 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.4"
+	bool "3.6.5"
 
 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.4" if BR2_LINUX_KERNEL_3_6
+	default "3.6.5" 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

^ permalink raw reply related

* [Buildroot] [git commit] kernel-headers: bump 3.{0, 2, 4, 6}.x stable versions
From: Peter Korsgaard @ 2012-11-02 20:23 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/kernel-headers/Config.in                 |    8 ++++----
 ...all-fix-__packed-in-exported-kernel-head.patch} |    0
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 2270e0c..d596870 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.49"	if BR2_KERNEL_HEADERS_3_0
+	default "3.0.50"	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.2.33"	if BR2_KERNEL_HEADERS_3_2
 	default "3.3.8"		if BR2_KERNEL_HEADERS_3_3
-	default "3.4.16"	if BR2_KERNEL_HEADERS_3_4
+	default "3.4.17"	if BR2_KERNEL_HEADERS_3_4
 	default "3.5.7"		if BR2_KERNEL_HEADERS_3_5
-	default "3.6.4"		if BR2_KERNEL_HEADERS_3_6
+	default "3.6.5"		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.49-headers_install-fix-__packed-in-exported-kernel-head.patch b/toolchain/kernel-headers/linux-3.0.50-headers_install-fix-__packed-in-exported-kernel-head.patch
similarity index 100%
rename from toolchain/kernel-headers/linux-3.0.49-headers_install-fix-__packed-in-exported-kernel-head.patch
rename to toolchain/kernel-headers/linux-3.0.50-headers_install-fix-__packed-in-exported-kernel-head.patch

^ permalink raw reply related

* [Buildroot] [git commit] Add default configuration for the AArch64 Foundation V8 simulator
From: Peter Korsgaard @ 2012-11-02 20:12 UTC (permalink / raw)
  To: buildroot

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

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.

[Peter: fix readme typo]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 board/arm/foundation-v8/readme.txt |   26 ++++++++++++++++++++++++++
 configs/arm_foundationv8_defconfig |   15 +++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt
new file mode 100644
index 0000000..3f8d4ef
--- /dev/null
+++ b/board/arm/foundation-v8/readme.txt
@@ -0,0 +1,26 @@
+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 get 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"

^ permalink raw reply related

* [Buildroot] [git commit] boot-wrapper-aarch64: new package
From: Peter Korsgaard @ 2012-11-02 20:10 UTC (permalink / raw)
  To: buildroot

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

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 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(+), 0 deletions(-)

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))

^ permalink raw reply related

* [Buildroot] [git commit] Support KERNEL_ARCH for AArch64
From: Peter Korsgaard @ 2012-11-02 20:08 UTC (permalink / raw)
  To: buildroot

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

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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/ \

^ permalink raw reply related

* [Buildroot] [git commit] toolchain: make external toolchain the default for AArch64
From: Peter Korsgaard @ 2012-11-02 20:07 UTC (permalink / raw)
  To: buildroot

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

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/Config.in |    4 ++--
 1 files 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

^ permalink raw reply related

* [Buildroot] [git commit] toolchain-external: add aarch64 external toolchain
From: Peter Korsgaard @ 2012-11-02 20:06 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 98d0c0e..e28b309 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 2c85931..c56f0a7 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)))

^ permalink raw reply related

* [Buildroot] [git commit] Add AArch64 to the list of architectures
From: Peter Korsgaard @ 2012-11-02 20:06 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 target/Config.in.arch |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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

^ permalink raw reply related

* [Buildroot] [git commit] mysql_client: bump version to 5.1.65
From: Peter Korsgaard @ 2012-11-02 20:04 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/mysql_client/mysql_client.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

^ permalink raw reply related

* [Buildroot] [git commit] liblog4c-localtime: fix underquoted path bug.
From: Peter Korsgaard @ 2012-11-02 20:02 UTC (permalink / raw)
  To: buildroot

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

This patch fixes the autobuilder bug that shows up during the
libmbus build.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 .../liblog4c-localtime-fix-underquoted-path.patch  |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch b/package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch
new file mode 100644
index 0000000..8a74a5e
--- /dev/null
+++ b/package/liblog4c-localtime/liblog4c-localtime-fix-underquoted-path.patch
@@ -0,0 +1,16 @@
+Fix "underquoted definition of AM_PATH_LOG4C" warning.
+
+Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> 
+
+diff -urN liblog4c-localtime-1.0/log4c.m4 liblog4c-localtime-1.0.orig/log4c.m4
+--- liblog4c-localtime-1.0/log4c.m4	2012-10-27 16:11:46.219894716 -0400
++++ liblog4c-localtime-1.0.orig/log4c.m4	2012-10-27 16:10:31.393336864 -0400
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_LOG4C([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for LOG4C, and define LOG4C_CFLAGS and LOG4C_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_LOG4C,
++AC_DEFUN([AM_PATH_LOG4C],
+ [dnl 
+ dnl Get the cflags and libraries from the log4c-config script
+ dnl

^ permalink raw reply related

* [Buildroot] [git commit] sconeserver: fix bluetooth module build problem
From: Peter Korsgaard @ 2012-11-02 19:58 UTC (permalink / raw)
  To: buildroot

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

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/sconeserver/sconeserver.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
index 2313cd2..15a1edc 100644
--- a/package/sconeserver/sconeserver.mk
+++ b/package/sconeserver/sconeserver.mk
@@ -5,7 +5,7 @@
 #############################################################
 # Release 0.6.0 doesn't build cleanly, so use a recent
 # Subversion trunk snapshot.
-SCONESERVER_VERSION = 178
+SCONESERVER_VERSION = 180
 SCONESERVER_SITE = \
 	https://sconeserver.svn.sourceforge.net/svnroot/sconeserver/trunk
 SCONESERVER_SITE_METHOD = svn

^ permalink raw reply related

* [Buildroot] [git commit] fluxbox: select xmodmap
From: Peter Korsgaard @ 2012-11-02 19:56 UTC (permalink / raw)
  To: buildroot

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

Fluxbox uses xmodmap in its startup script.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/fluxbox/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/fluxbox/Config.in b/package/fluxbox/Config.in
index e4d6c37..588e83b 100644
--- a/package/fluxbox/Config.in
+++ b/package/fluxbox/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_FLUXBOX
 	depends on BR2_PACKAGE_XORG7
 	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_XLIB_LIBX11
+	# Runtime dependency, needed by startup script
+	select BR2_PACKAGE_XAPP_XMODMAP
 	help
 	  The Fluxbox lightweight window manager for X
 

^ permalink raw reply related

* [Buildroot] BR2_PREFER_STATIC_LIB and LDFLAGS+= -static
From: ANDY KENNEDY @ 2012-11-02 17:06 UTC (permalink / raw)
  To: buildroot

All,

Near line 302 in package/Makefile.in was added TARGET_LDFLAGS += -static
to satisfy a request I made a while back.  This really needs to be
--static so that it filters down through autoconf the correct way.  If
-static is passed in LDFLAGS, autoconf regularly mishandles this by
setting a variable then never reconfiguring the package's make system
to build static.  However, the --static to ld is the same as -static,
but autoconf does not compare for --static, thus, packages get built as
desired.

Can someone change this in package/Makefile.in or should I submit a
dinky patch for this?

Thanks,
Andy

^ permalink raw reply

* [Buildroot] [PATCH v2] fs/common: Create initial console device
From: Markos Chandras @ 2012-11-02 11:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5093AFFF.6020302@mind.be>

On Fri, Nov 2, 2012 at 11:35 AM, Arnout Vandecappelle <arnout@mind.be> wrote:
> On 11/02/12 12:32, Markos Chandras wrote:
>>>>
>>>> >>  +PACKAGES_PERMISSIONS_TABLE += /dev/console c 622 0 0 5 1
>>>
>>> >
>>> >
>>> >    The last three entries are missing (start, inc, count). Also, there
>>> > should
>>> >  be a $(sep) at the end of the line; otherwise, any subsequent entries
>>> > are
>>> >  appended at the end of the line.  (This will probably be the last line
>>> > in
>>> >  the table anyway, because the fs/ tree is included at the end of
>>> > Makefile,
>>> >  but we shouldn't rely on that).
>>> >
>>
>> Do I really need these 3 numbers (start, inc, count)? The static file
>>
>> in  target/generic/device_table_dev.txt
>> is not using them for the console device.
>
>
>  It is:
> /dev/console    c       666     0       0       5       1       -       -
> -

HI Arnout,

Hmm I thought that the hyphens there meant "no value is needed". I
will prepare a new patch.

-- 
Regards,
Markos

^ permalink raw reply

* [Buildroot] [PATCH v2] fs/common: Create initial console device
From: Arnout Vandecappelle @ 2012-11-02 11:35 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAG2jQ8iMdCZ6RC5zW6vyuQscDNJgpECyxG++4rD4J_q7q06TYQ@mail.gmail.com>

On 11/02/12 12:32, Markos Chandras wrote:
>>> >>  +PACKAGES_PERMISSIONS_TABLE += /dev/console c 622 0 0 5 1
>> >
>> >
>> >    The last three entries are missing (start, inc, count). Also, there should
>> >  be a $(sep) at the end of the line; otherwise, any subsequent entries are
>> >  appended at the end of the line.  (This will probably be the last line in
>> >  the table anyway, because the fs/ tree is included at the end of Makefile,
>> >  but we shouldn't rely on that).
>> >
> Do I really need these 3 numbers (start, inc, count)? The static file
> in  target/generic/device_table_dev.txt
> is not using them for the console device.

  It is:
/dev/console    c       666     0       0       5       1       -       -       -


  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 v2] fs/common: Create initial console device
From: Markos Chandras @ 2012-11-02 11:32 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5092F5E0.80704@mind.be>

On Thu, Nov 1, 2012 at 10:21 PM, Arnout Vandecappelle <arnout@mind.be> wrote:
> On 11/01/12 11:28, Markos Chandras wrote:
>>
>> From: Markos Chandras<markos.chandras@imgtec.com>
>>
>> A /dev/console node must be present in rootfs when the Linux kernel
>> boots otherwise the kernel will print the following warning:
>> "Warning: unable to open an initial console"
>>
>> This is because when we use an initramfs the /dev directory is not
>> populated at this point. This can cause problems when a program
>> (e.g ldso with early debugging enabled) opens a standard file
>> descriptor for read/write before these descriptors are actually
>> created by the init process later on.
>>
>> Signed-off-by: Markos Chandras<markos.chandras@imgtec.com>
>> ---
>>   fs/cpio/cpio.mk |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/fs/cpio/cpio.mk b/fs/cpio/cpio.mk
>> index aa20b41..3293bc9 100644
>> --- a/fs/cpio/cpio.mk
>> +++ b/fs/cpio/cpio.mk
>> @@ -21,6 +21,8 @@ define ROOTFS_CPIO_ADD_INIT
>>           fi
>>   endef
>>
>> +PACKAGES_PERMISSIONS_TABLE += /dev/console c 622 0 0 5 1
>
>
>  The last three entries are missing (start, inc, count). Also, there should
> be a $(sep) at the end of the line; otherwise, any subsequent entries are
> appended at the end of the line.  (This will probably be the last line in
> the table anyway, because the fs/ tree is included at the end of Makefile,
> but we shouldn't rely on that).
>
>
>  Regards,
>  Arnout
>
Hi Arnout,

Do I really need these 3 numbers (start, inc, count)? The static file
in  target/generic/device_table_dev.txt
is not using them for the console device.

--
Regards,
Markos

^ permalink raw reply

* [Buildroot] [RFC 0/2] legal-info: split _LICENSE and _REDISTRIBUTE constants
From: Luca Ceresoli @ 2012-11-02  9:31 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351848341-5905-1-git-send-email-luca@lucaceresoli.net>

Luca Ceresoli wrote:
> Hi,
>
> this small patchset implements the recent proposal to split the license
> description (<PKG>_LICENSE) from the fact that a package can be
> redistributed or not (<PKG>_REDISTRIBUTE).

And I forgot to say this is a proposal for discussion for the upcoming
Buildroot Developer Days.

And to say that the first patch is a trivial cleanup, not very much
related to the content of the proposal.

And to mention that, if the proposal is accepted, a patch to update the
docs will follow.

Nothing more, hopefully...

Luca

^ permalink raw reply

* [Buildroot] [PATCH 2/2] legal-info: split _LICENSE and _REDISTRIBUTE constants
From: Luca Ceresoli @ 2012-11-02  9:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351848341-5905-1-git-send-email-luca@lucaceresoli.net>

Currently packages can be described in two ways: proprietary (tarball not
saved, license not described in further detail), and others (tarball
saved, license described).

Split the logic to allow the license to be always described whether or not
the source code can be redistributed.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/pkg-generic.mk |   27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 993c8d3..2c8535c 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -276,6 +276,15 @@ ifndef $(2)_LICENSE_FILES
  endif
 endif
 
+ifndef $(2)_REDISTRIBUTE
+ ifdef $(3)_REDISTRIBUTE
+  $(2)_REDISTRIBUTE = $($(3)_REDISTRIBUTE)
+ endif
+endif
+
+$(2)_REDISTRIBUTE		?= YES
+
+
 $(2)_DEPENDENCIES ?= $(filter-out $(1),$(patsubst host-host-%,host-%,$(addprefix host-,$($(3)_DEPENDENCIES))))
 
 $(2)_INSTALL_STAGING		?= NO
@@ -444,29 +453,27 @@ $(2)_KCONFIG_VAR = BR2_PACKAGE_$(2)
 endif
 
 # legal-info: declare dependencies and set values used later for the manifest
-ifneq ($$($(2)_LICENSE),PROPRIETARY)
+ifneq ($$($(2)_LICENSE_FILES),)
+$(2)_MANIFEST_LICENSE_FILES = $$($(2)_LICENSE_FILES)
+endif
+$(2)_MANIFEST_LICENSE_FILES ?= not saved
+
+ifeq ($$($(2)_REDISTRIBUTE),YES)
 ifneq ($$($(2)_SITE_METHOD),local)
 ifneq ($$($(2)_SITE_METHOD),override)
 # Packages that have a tarball need it downloaded and extracted beforehand
 $(1)-legal-info: $(1)-extract $(REDIST_SOURCES_DIR)
 $(2)_MANIFEST_TARBALL = $$($(2)_SOURCE)
-ifneq ($$($(2)_LICENSE_FILES),)
-$(2)_MANIFEST_LICENSE_FILES = $$($(2)_LICENSE_FILES)
 endif
 endif
 endif
-endif
-# defaults for packages without tarball or license files
 $(2)_MANIFEST_TARBALL ?= not saved
-$(2)_MANIFEST_LICENSE_FILES ?= not saved
 
 # legal-info: produce legally relevant info.
 $(1)-legal-info:
 # Packages without a source are assumed to be part of Buildroot, skip them.
 ifneq ($(call qstrip,$$($(2)_SOURCE)),)
-ifeq ($$($(2)_LICENSE),PROPRIETARY)
-# Proprietary packages: nothing to save
-else ifeq ($$($(2)_SITE_METHOD),local)
+ifeq ($$($(2)_SITE_METHOD),local)
 # Packages without a tarball: don't save and warn
 	@$(call legal-warning-pkg-savednothing,$$($(2)_RAWNAME),local)
 else ifeq ($$($(2)_SITE_METHOD),override)
@@ -482,10 +489,12 @@ else
 		$(call legal-license-file,$$($(2)_RAWNAME),$$$${F},$$($(2)_DIR)/$$$${F}); \
 		done
 endif
+ifeq ($$($(2)_REDISTRIBUTE),YES)
 # Copy the source tarball (just hardlink if possible)
 	@cp -l $(DL_DIR)/$$($(2)_SOURCE) $(REDIST_SOURCES_DIR) 2>/dev/null || \
 	   cp $(DL_DIR)/$$($(2)_SOURCE) $(REDIST_SOURCES_DIR)
 endif
+endif
 	@$(call legal-manifest,$$($(2)_RAWNAME),$$($(2)_VERSION),$$($(2)_LICENSE),$$($(2)_MANIFEST_LICENSE_FILES),$$($(2)_MANIFEST_TARBALL))
 endif # ifneq ($(call qstrip,$$($(2)_SOURCE)),)
 
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 1/2] legal-info: move $(2)_LICENSE to a proper line
From: Luca Ceresoli @ 2012-11-02  9:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351848341-5905-1-git-send-email-luca@lucaceresoli.net>

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 package/pkg-generic.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 270da60..993c8d3 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -268,14 +268,14 @@ ifndef $(2)_LICENSE
  endif
 endif
 
+$(2)_LICENSE			?= unknown
+
 ifndef $(2)_LICENSE_FILES
  ifdef $(3)_LICENSE_FILES
   $(2)_LICENSE_FILES = $($(3)_LICENSE_FILES)
  endif
 endif
 
-$(2)_LICENSE			?= unknown
-
 $(2)_DEPENDENCIES ?= $(filter-out $(1),$(patsubst host-host-%,host-%,$(addprefix host-,$($(3)_DEPENDENCIES))))
 
 $(2)_INSTALL_STAGING		?= NO
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [RFC 0/2] legal-info: split _LICENSE and _REDISTRIBUTE constants
From: Luca Ceresoli @ 2012-11-02  9:25 UTC (permalink / raw)
  To: buildroot

Hi,

this small patchset implements the recent proposal to split the license
description (<PKG>_LICENSE) from the fact that a package can be
redistributed or not (<PKG>_REDISTRIBUTE).

The idea is to let the _LICENSE do its work, i.e. simply describe the
license, and add a new _REDISTRUBUTE parameter (defaulting to YES), to
specify if the tarball must be copied or not.
Defining the license and choosing whether or not to redistribute would
become technically independent, which is more correct.

Examples:

MYAPP_LICENSE = PROPRIETARY
would become
MYAPP_LICENSE = PROPRIETARY
MYAPP_REDISTRIBUTE = NO
or
MYAPP_LICENSE = Copyright (C) 2012 My Company # just an idea
MYAPP_REDISTRIBUTE = NO

FOOBAR_LICENSE = PROPRIETARY
would become
FOOBAR_LICENSE = Foobar license
FOOBAR_REDISTRIBUTE = NO

Of course this would make package files more verbose for non-redistributed
packages, but they are a minor part so it is probably not a problem.

See the mailing list thread for further details:
http://thread.gmane.org/gmane.comp.lib.uclibc.buildroot/46346/focus=46949

You can pull the two commits as well:

The following changes since commit 3ff05f80ffb82e077a332b0c0625f4696a138528:

  rtorrent: bump to version 0.9.3 (2012-10-31 23:15:07 +0100)

are available in the git repository at:

  git at github.com:lucaceresoli/buildroot.git redistribute

for you to fetch changes up to ea0bf84cc08a7eaa91ed2bfb0b563f3e8686d208:

  legal-info: split _LICENSE and _REDISTRIBUTE constants (2012-11-01 23:15:45 +0100)

Luca

----------------------------------------------------------------

Luca Ceresoli (2):
  legal-info: move $(2)_LICENSE to a proper line
  legal-info: split _LICENSE and _REDISTRIBUTE constants

 package/pkg-generic.mk |   29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

-- 
1.7.9.5

^ permalink raw reply

* [Buildroot] Build gcc debugger for the Target
From: Thomas Petazzoni @ 2012-11-02  9:07 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5092F3AA.8090300@mind.be>


On Thu, 01 Nov 2012 23:11:54 +0100, Arnout Vandecappelle wrote:

> > Also i using external toolchain, not buildroot.
> 
>   gcc on the target is only available with a buildroot toolchain.

Right. Though technically speaking, I don't think there is anything
that really prevents us from building a gcc for the target even if we
use an external toolchain, but nobody ever needed that.

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/7] docs/manual: update 'adding packages' with the new _AVAILABLE symbol
From: Thomas Petazzoni @ 2012-11-02  8:59 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5092FA55.9000800@mind.be>


On Thu, 01 Nov 2012 23:40:21 +0100, Arnout Vandecappelle wrote:

> >>> +1. The +BR2_PACKAGE_LIBFOO_AVAILABLE+ symbol shall +depends on+
> >>> any +other package's +_AVAILABLE+ symbol. It may also depend on
> >>> any other +symbol, such as toolchain features, but should not
> >>> directly depend on +any package's main symbol.
> >>
> >>    ... except for _XORG7, _PYTHON, etc.
> >
> > Well, my opinion (FWIW) is those packages should not be treated
> > differently just because they are /big/.
> >
> > (One of) the goal(s) of _AVAILABLE is to allow the user to say
> > either:
> >    - I want this package, enable whatever dependencies are required.
> > or:
> >    - I need this package, but I have to provide a toolchain that has
> >      such and such feature
> >
> > _AVAILABLE makes that easy.
> >
> > Then, it's up to the user to understand what pulling-in a package
> > implies.
> 
>   I actually agree, but that's not the current reality.
> 
>   OTOH, it makes sense to promote the wanted reality in the
> documentation.

Except that even with the _AVAILABLE feature, I don't know if we want
to change how we handle things like Python modules, X.org and so on. We
will pretty likely still want to hide all of the Python modules behind
a global Python option.

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] [autobuild.buildroot.net] Build results for 2012-11-01
From: Thomas Petazzoni @ 2012-11-02  7:33 UTC (permalink / raw)
  To: buildroot


Hello,

On 2012-11-01, 103 random build tests have been done and
submitted on autobuild.buildroot.net.
 71 builds have been successful
 32 builds have failed

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

Build c8a3c95d152a7144d0130bd219ce24a00d948c56
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 00:00:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/c8a3c95d152a7144d0130bd219ce24a00d948c56/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c8a3c95d152a7144d0130bd219ce24a00d948c56/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c8a3c95d152a7144d0130bd219ce24a00d948c56/config
Defconfig      : http://autobuild.buildroot.net/results/c8a3c95d152a7144d0130bd219ce24a00d948c56/defconfig

Build c0a3f23f523da66f8f9b651ec9862da91f450537
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-01 00:16:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e48bf899f6f11dbe19ce62c24c10639d0ad0ef5a
End of log     : http://autobuild.buildroot.net/results/c0a3f23f523da66f8f9b651ec9862da91f450537/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c0a3f23f523da66f8f9b651ec9862da91f450537/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c0a3f23f523da66f8f9b651ec9862da91f450537/config
Defconfig      : http://autobuild.buildroot.net/results/c0a3f23f523da66f8f9b651ec9862da91f450537/defconfig

Build c091045226a8746d04438b8db531fb5242bbd403
==============================================

Status         : NOK
Failure reason : tremor-18153
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 01:25:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/c091045226a8746d04438b8db531fb5242bbd403/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c091045226a8746d04438b8db531fb5242bbd403/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c091045226a8746d04438b8db531fb5242bbd403/config
Defconfig      : http://autobuild.buildroot.net/results/c091045226a8746d04438b8db531fb5242bbd403/defconfig

Build 0fa17d241de2bd696557fe846093a61e7fe3f976
==============================================

Status         : NOK
Failure reason : gnupg-1.4.12
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 02:50:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/0fa17d241de2bd696557fe846093a61e7fe3f976/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0fa17d241de2bd696557fe846093a61e7fe3f976/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0fa17d241de2bd696557fe846093a61e7fe3f976/config
Defconfig      : http://autobuild.buildroot.net/results/0fa17d241de2bd696557fe846093a61e7fe3f976/defconfig

Build cd5f94e264aff3565f6433046823f628b0f41759
==============================================

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-11-01 03:25:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/cd5f94e264aff3565f6433046823f628b0f41759/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cd5f94e264aff3565f6433046823f628b0f41759/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cd5f94e264aff3565f6433046823f628b0f41759/config
Defconfig      : http://autobuild.buildroot.net/results/cd5f94e264aff3565f6433046823f628b0f41759/defconfig

Build 8eea0c3ec3abe68616e56adca67188dcbe022acb
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 04:42:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/8eea0c3ec3abe68616e56adca67188dcbe022acb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8eea0c3ec3abe68616e56adca67188dcbe022acb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8eea0c3ec3abe68616e56adca67188dcbe022acb/config
Defconfig      : http://autobuild.buildroot.net/results/8eea0c3ec3abe68616e56adca67188dcbe022acb/defconfig

Build 71ea5b2877e0238dfd21a7bd436ff836b6cb6708
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 05:11:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/71ea5b2877e0238dfd21a7bd436ff836b6cb6708/build-end.log
Complete log   : http://autobuild.buildroot.net/results/71ea5b2877e0238dfd21a7bd436ff836b6cb6708/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/71ea5b2877e0238dfd21a7bd436ff836b6cb6708/config
Defconfig      : http://autobuild.buildroot.net/results/71ea5b2877e0238dfd21a7bd436ff836b6cb6708/defconfig

Build a3fb7b792916c93f66f41dc0d8e6d239bd5eb140
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : sh4a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 05:38:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/a3fb7b792916c93f66f41dc0d8e6d239bd5eb140/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a3fb7b792916c93f66f41dc0d8e6d239bd5eb140/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a3fb7b792916c93f66f41dc0d8e6d239bd5eb140/config
Defconfig      : http://autobuild.buildroot.net/results/a3fb7b792916c93f66f41dc0d8e6d239bd5eb140/defconfig

Build 1cd32520164eca44202b59899a7dae184d9601e4
==============================================

Status         : NOK
Failure reason : lcdapi-v0.3
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 06:34:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/1cd32520164eca44202b59899a7dae184d9601e4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1cd32520164eca44202b59899a7dae184d9601e4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1cd32520164eca44202b59899a7dae184d9601e4/config
Defconfig      : http://autobuild.buildroot.net/results/1cd32520164eca44202b59899a7dae184d9601e4/defconfig

Build 91bd7ebc7aef664f4e26e8a72edce66b9f55c5bf
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 06:47:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/91bd7ebc7aef664f4e26e8a72edce66b9f55c5bf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/91bd7ebc7aef664f4e26e8a72edce66b9f55c5bf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/91bd7ebc7aef664f4e26e8a72edce66b9f55c5bf/config
Defconfig      : http://autobuild.buildroot.net/results/91bd7ebc7aef664f4e26e8a72edce66b9f55c5bf/defconfig

Build 4a15ca83d6abc6aa5e3870e8b9bf0864e789a065
==============================================

Status         : NOK
Failure reason : opus-tools-0.1.5
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 07:06:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/4a15ca83d6abc6aa5e3870e8b9bf0864e789a065/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4a15ca83d6abc6aa5e3870e8b9bf0864e789a065/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4a15ca83d6abc6aa5e3870e8b9bf0864e789a065/config
Defconfig      : http://autobuild.buildroot.net/results/4a15ca83d6abc6aa5e3870e8b9bf0864e789a065/defconfig

Build a6dc0fc7fc6faf5d73dd48116c01f71f5d135cb4
==============================================

Status         : NOK
Failure reason : dbus-1.4.20
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 10:17:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/a6dc0fc7fc6faf5d73dd48116c01f71f5d135cb4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a6dc0fc7fc6faf5d73dd48116c01f71f5d135cb4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a6dc0fc7fc6faf5d73dd48116c01f71f5d135cb4/config
Defconfig      : http://autobuild.buildroot.net/results/a6dc0fc7fc6faf5d73dd48116c01f71f5d135cb4/defconfig

Build 81d69da1d2966381ec416dae558099095cd42219
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 11:05:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/81d69da1d2966381ec416dae558099095cd42219/build-end.log
Complete log   : http://autobuild.buildroot.net/results/81d69da1d2966381ec416dae558099095cd42219/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/81d69da1d2966381ec416dae558099095cd42219/config
Defconfig      : http://autobuild.buildroot.net/results/81d69da1d2966381ec416dae558099095cd42219/defconfig

Build 2f09633ce60dbae8ecfed1cb7a7d8ccc9c8f7464
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.25
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 11:05:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/2f09633ce60dbae8ecfed1cb7a7d8ccc9c8f7464/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2f09633ce60dbae8ecfed1cb7a7d8ccc9c8f7464/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2f09633ce60dbae8ecfed1cb7a7d8ccc9c8f7464/config
Defconfig      : http://autobuild.buildroot.net/results/2f09633ce60dbae8ecfed1cb7a7d8ccc9c8f7464/defconfig

Build 2b6cab3ff547acd6beddc37972627785da11d02d
==============================================

Status         : NOK
Failure reason : libatomic_ops-1.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 11:57:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/2b6cab3ff547acd6beddc37972627785da11d02d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2b6cab3ff547acd6beddc37972627785da11d02d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2b6cab3ff547acd6beddc37972627785da11d02d/config
Defconfig      : http://autobuild.buildroot.net/results/2b6cab3ff547acd6beddc37972627785da11d02d/defconfig

Build ccc5e7653553a2011259ee510470c05047ba346f
==============================================

Status         : NOK
Failure reason : directfb-1.4.17
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 12:15:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/ccc5e7653553a2011259ee510470c05047ba346f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ccc5e7653553a2011259ee510470c05047ba346f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ccc5e7653553a2011259ee510470c05047ba346f/config
Defconfig      : http://autobuild.buildroot.net/results/ccc5e7653553a2011259ee510470c05047ba346f/defconfig

Build 31cbf4694983f59a212ebaeb38dfe365f6d0312d
==============================================

Status         : NOK
Failure reason : xapp_xfontsel-1.0.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 12:59:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/31cbf4694983f59a212ebaeb38dfe365f6d0312d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/31cbf4694983f59a212ebaeb38dfe365f6d0312d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/31cbf4694983f59a212ebaeb38dfe365f6d0312d/config
Defconfig      : http://autobuild.buildroot.net/results/31cbf4694983f59a212ebaeb38dfe365f6d0312d/defconfig

Build f62200a3941b59f7495c9ffc963cfdc6d7b2fb87
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 13:35:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/f62200a3941b59f7495c9ffc963cfdc6d7b2fb87/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f62200a3941b59f7495c9ffc963cfdc6d7b2fb87/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f62200a3941b59f7495c9ffc963cfdc6d7b2fb87/config
Defconfig      : http://autobuild.buildroot.net/results/f62200a3941b59f7495c9ffc963cfdc6d7b2fb87/defconfig

Build 06d21909e76320327d2ce359f11089bbbfd4c9d0
==============================================

Status         : NOK
Failure reason : libmbus-0.7.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 13:54:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/06d21909e76320327d2ce359f11089bbbfd4c9d0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/06d21909e76320327d2ce359f11089bbbfd4c9d0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/06d21909e76320327d2ce359f11089bbbfd4c9d0/config
Defconfig      : http://autobuild.buildroot.net/results/06d21909e76320327d2ce359f11089bbbfd4c9d0/defconfig

Build a6e65395121cb26cb20e7fe71fee79d8dbfa404a
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.25
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 14:04:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/a6e65395121cb26cb20e7fe71fee79d8dbfa404a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a6e65395121cb26cb20e7fe71fee79d8dbfa404a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a6e65395121cb26cb20e7fe71fee79d8dbfa404a/config
Defconfig      : http://autobuild.buildroot.net/results/a6e65395121cb26cb20e7fe71fee79d8dbfa404a/defconfig

Build 55052a84a837c28226c731ac9c7825f765cb856d
==============================================

Status         : NOK
Failure reason : sconeserver-178
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-01 15:00:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/55052a84a837c28226c731ac9c7825f765cb856d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/55052a84a837c28226c731ac9c7825f765cb856d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/55052a84a837c28226c731ac9c7825f765cb856d/config
Defconfig      : http://autobuild.buildroot.net/results/55052a84a837c28226c731ac9c7825f765cb856d/defconfig

Build 96cb6e25fe4c6e32360bc9b4bc5b385081d5ed1c
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 16:21:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/96cb6e25fe4c6e32360bc9b4bc5b385081d5ed1c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/96cb6e25fe4c6e32360bc9b4bc5b385081d5ed1c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/96cb6e25fe4c6e32360bc9b4bc5b385081d5ed1c/config
Defconfig      : http://autobuild.buildroot.net/results/96cb6e25fe4c6e32360bc9b4bc5b385081d5ed1c/defconfig

Build 308b1e7d2b28e97cadaa30e2fe55a16090ca9294
==============================================

Status         : NOK
Failure reason : host-microperl-5.12.4
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-01 18:15:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/308b1e7d2b28e97cadaa30e2fe55a16090ca9294/build-end.log
Complete log   : http://autobuild.buildroot.net/results/308b1e7d2b28e97cadaa30e2fe55a16090ca9294/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/308b1e7d2b28e97cadaa30e2fe55a16090ca9294/config
Defconfig      : http://autobuild.buildroot.net/results/308b1e7d2b28e97cadaa30e2fe55a16090ca9294/defconfig

Build be4d80356406b941c32f9fa210d576bed32f80e8
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 18:20:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/be4d80356406b941c32f9fa210d576bed32f80e8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/be4d80356406b941c32f9fa210d576bed32f80e8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/be4d80356406b941c32f9fa210d576bed32f80e8/config
Defconfig      : http://autobuild.buildroot.net/results/be4d80356406b941c32f9fa210d576bed32f80e8/defconfig

Build 0b7c7c1ec8b24d1de99989f11d0f9b4d24411308
==============================================

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-11-01 18:21:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/0b7c7c1ec8b24d1de99989f11d0f9b4d24411308/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0b7c7c1ec8b24d1de99989f11d0f9b4d24411308/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0b7c7c1ec8b24d1de99989f11d0f9b4d24411308/config
Defconfig      : http://autobuild.buildroot.net/results/0b7c7c1ec8b24d1de99989f11d0f9b4d24411308/defconfig

Build 42c36978c91a2966fbd0d10850caeaed830c6f1d
==============================================

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

Build 902ccfa8b42ab6d2bd1af119ee5e5814fcf14439
==============================================

Status         : NOK
Failure reason : sconeserver-178
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 20:11:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/902ccfa8b42ab6d2bd1af119ee5e5814fcf14439/build-end.log
Complete log   : http://autobuild.buildroot.net/results/902ccfa8b42ab6d2bd1af119ee5e5814fcf14439/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/902ccfa8b42ab6d2bd1af119ee5e5814fcf14439/config
Defconfig      : http://autobuild.buildroot.net/results/902ccfa8b42ab6d2bd1af119ee5e5814fcf14439/defconfig

Build adb8202302b12a199428cd15d70f7b15c33132a6
==============================================

Status         : NOK
Failure reason : lua-5.1.5
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 20:56:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/adb8202302b12a199428cd15d70f7b15c33132a6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/adb8202302b12a199428cd15d70f7b15c33132a6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/adb8202302b12a199428cd15d70f7b15c33132a6/config
Defconfig      : http://autobuild.buildroot.net/results/adb8202302b12a199428cd15d70f7b15c33132a6/defconfig

Build b016202b5c1c69e1c96e6da88570fdbbbbbced16
==============================================

Status         : NOK
Failure reason : gdisk-0.6.14
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 21:48:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/b016202b5c1c69e1c96e6da88570fdbbbbbced16/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b016202b5c1c69e1c96e6da88570fdbbbbbced16/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b016202b5c1c69e1c96e6da88570fdbbbbbced16/config
Defconfig      : http://autobuild.buildroot.net/results/b016202b5c1c69e1c96e6da88570fdbbbbbced16/defconfig

Build 0a82774d1905ec1e5adb4f003395f71bf570b689
==============================================

Status         : NOK
Failure reason : gdisk-0.6.14
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 22:29:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/0a82774d1905ec1e5adb4f003395f71bf570b689/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0a82774d1905ec1e5adb4f003395f71bf570b689/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0a82774d1905ec1e5adb4f003395f71bf570b689/config
Defconfig      : http://autobuild.buildroot.net/results/0a82774d1905ec1e5adb4f003395f71bf570b689/defconfig

Build b2366a742d60f1e7ae9554afc4bbc861e9eb1a3c
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 22:58:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/b2366a742d60f1e7ae9554afc4bbc861e9eb1a3c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b2366a742d60f1e7ae9554afc4bbc861e9eb1a3c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b2366a742d60f1e7ae9554afc4bbc861e9eb1a3c/config
Defconfig      : http://autobuild.buildroot.net/results/b2366a742d60f1e7ae9554afc4bbc861e9eb1a3c/defconfig

Build d166e9abfb2cc8ac73921af75d1a704aa17b38d6
==============================================

Status         : NOK
Failure reason : xapp_xfd-1.0.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-01 23:50:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/d166e9abfb2cc8ac73921af75d1a704aa17b38d6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d166e9abfb2cc8ac73921af75d1a704aa17b38d6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d166e9abfb2cc8ac73921af75d1a704aa17b38d6/config
Defconfig      : http://autobuild.buildroot.net/results/d166e9abfb2cc8ac73921af75d1a704aa17b38d6/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] efl is now at 1.7.1
From: Arnout Vandecappelle @ 2012-11-01 23:34 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351266080-12424-1-git-send-email-evgeni@plan42bg.com>

On 10/26/12 17:41, Evgeni Dobrev wrote:
> - bumped up revision to 1.7.1
> - choose between external and Buildroot built edje_cc and eet when building elemntary
> - finer control over building options

  This should be split up into separate patches.  We'd usually have one version-bump
patch per package, but I guess in this case bumping all of them together is
acceptable.  However, the feature-adding patches should definitely be done
separately (one per package).

[snip]
> +config BR2_PACKAGE_LIBEDJE_PROGRAM_CACHE
> +	bool "edje program cache"
> +	depends on BR2_PACKAGE_LIBEDJE
> +	help
> +	  Enable EDJE_PROGRAM_CACHE support.

  Can you give a more detailed explanation?

[snip]
> diff --git a/package/efl/libelementary/Config.in b/package/efl/libelementary/Config.in
> index 59af80e..13d03dc 100644
> --- a/package/efl/libelementary/Config.in
> +++ b/package/efl/libelementary/Config.in
> @@ -10,3 +10,74 @@ config BR2_PACKAGE_LIBELEMENTARY
>   	  with less code.
>
>   	  http://trac.enlightenment.org/e/wiki/Elementary
> +
> +choice
> +	prompt "edje_cc type"

  It's conceivable that several packages use edje_cc, so it makes more
sense to have this config option as part of libedje itself.  Then you'll
also need to define a variable $(host-libedje) which is empty if an external
edje_cc is used, and which is host-libedje if the buildroot-built one is
used, so dependent packages can add $(host-libedje) to their dependencies.


> +	default BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_BUILDROOT
> +	depends on BR2_PACKAGE_LIBELEMENTARY

  Wrap everything in a single
if BR2_PACKAGE_LIBELEMENTARY

choice
...

choice
...

endif # BR2_PACKAGE_LIBELEMENTARY

> +
> +config BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_BUILDROOT
> +	bool "Buildroot built"
> +	select BR2_PACKAGE_LIBEDJE_CC

  Why do you need edje_cc on the target in order to build it on
the host?

> +	help
> +	  Select this option if you want Buildroot to build edje_cc on your host.
> +
> +config BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PREINSTALLED
> +	bool "Pre-installed"
> +	help
> +	  Select this option if you want to use a pre-installed edje_cc
> +	  Specify the path to edje_cc in BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PATH
> +
> +endchoice
> +
> +config BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PATH
> +	string "edje_cc path"
> +	default "/path/to/edje_cc"

  I guess one typical use case is when edje_cc is already installed on
the host, so this should default to "edje_cc".

> +	depends on BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PREINSTALLED
> +	help
> +	  Path to an externally provided edje_cc
> +
> +choice
> +	prompt "eet type"
> +	default BR2_PACKAGE_LIBELEMENTARY_EET_BUILDROOT
> +	depends on BR2_PACKAGE_LIBELEMENTARY
> +
> +config BR2_PACKAGE_LIBELEMENTARY_EET_BUILDROOT
> +	bool "Buildroot built"
> +	help
> +	  Select this option if you want Buildroot to build eet on your host.
> +
> +config BR2_PACKAGE_LIBELEMENTARY_EET_PREINSTALLED
> +	bool "Pre-installed"
> +	help
> +	  Select this option if you want to use a pre-installed eer.

  eer -> eet.

> +	  Specify the path to eet in BR2_PACKAGE_LIBELEMENTARY_EET_PATH
> +
> +endchoice
> +
> +config BR2_PACKAGE_LIBELEMENTARY_EET_PATH
> +	string "eet path"
> +	default "/path/to/eet"

	default "eet"

> +	depends on BR2_PACKAGE_LIBELEMENTARY_EET_PREINSTALLED
> +	help
> +	  Path to an externally provided eet
> +
> +config BR2_PACKAGE_LIBELEMENTARY_TEST
> +	bool "build elementary_test"
> +	depends on BR2_PACKAGE_LIBELEMENTARY
> +	help
> +	  Build and install elementary_test for the target. Normally this
> +	  is not required.
> +
> +config BR2_PACKAGE_LIBELEMENTARY_CONFIG
> +	bool "build elementary_config"
> +	depends on BR2_PACKAGE_LIBELEMENTARY
> +	help
> +	  Build and install elementary_config for the target. Normally this
> +	  is not required.
> +
> +config BR2_PACKAGE_LIBELEMENTARY_QUICK_LAUNCH
> +	bool "enable quick-launch support"
> +	depends on BR2_PACKAGE_LIBELEMENTARY
> +	help
> +	  Enable quick-launch support.
> diff --git a/package/efl/libelementary/libelementary.mk b/package/efl/libelementary/libelementary.mk
> index 83c9005..18319d1 100644
> --- a/package/efl/libelementary/libelementary.mk
> +++ b/package/efl/libelementary/libelementary.mk
> @@ -4,15 +4,42 @@
>   #
>   ################################################################################
>
> -LIBELEMENTARY_VERSION = 0.8.0.65643
> +LIBELEMENTARY_VERSION = 1.7.1
>   LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.bz2
> -LIBELEMENTARY_SITE = http://download.enlightenment.org/snapshots/2011-11-28
> +LIBELEMENTARY_SITE = http://download.enlightenment.org/releases/
>   LIBELEMENTARY_INSTALL_STAGING = YES
>
> -LIBELEMENTARY_DEPENDENCIES = libeina libevas libecore libedje host-libedje \
> -				host-libeet
> +LIBELEMENTARY_DEPENDENCIES = libeina libevas libecore libedje
>
> -LIBELEMENTARY_CONF_OPT = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \
> -			 --with-eet-eet=$(HOST_DIR)/usr/bin/eet
> +ifneq ($(BR2_PACKAGE_LIBELEMENTARY_TEST),y)
> +LIBELEMENTARY_CONF_OPT += --disable-elementary-test
> +endif
> +
> +ifneq ($(BR2_PACKAGE_LIBELEMENTARY_CONFIG),y)
> +LIBELEMENTARY_CONF_OPT += --disable-elementary-config
> +endif
> +
> +ifneq ($(BR2_PACKAGE_LIBELEMENTARY_QUICK_LAUNCH),y)
> +LIBELEMENTARY_CONF_OPT += --disable-quick-launch
> +endif
> +
> +ifeq ($(BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PREINSTALLED),y)
> +LIBELEMENTARY_CONF_OPT += --with-edje-cc=$(BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PATH)

  If configure doesn't support searching path for what you specify here,
you can use --with-edje-cc=`which $(BR2_PACKAGE_LIBELEMENTARY_EDJE_CC_PATH)`

> +else
> +LIBELEMENTARY_DEPENDENCIES += host-libedje
> +LIBELEMENTARY_CONF_OPT += --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
> +endif
> +
> +ifeq ($(BR2_PACKAGE_LIBELEMENTARY_EET_PREINSTALLED),y)
> +LIBELEMENTARY_CONF_OPT += --with-eet-eet=$(BR2_PACKAGE_LIBELEMENTARY_EET_PATH)
> +else
> +LIBELEMENTARY_DEPENDENCIES += host-libeet
> +LIBELEMENTARY_CONF_OPT += --with-eet-eet=$(HOST_DIR)/usr/bin/eet
> +endif
> +
> +
> +ifneq ($(BR2_HAVE_DOCUMENTATION),y)
> +LIBELEMENTARY_CONF_OPT += --disable-doc
> +endif
>
>   $(eval $(autotools-package))
[snip]

  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 1/7] docs/manual: update 'adding packages' with the new _AVAILABLE symbol
From: Arnout Vandecappelle @ 2012-11-01 22:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <201211011721.23581.yann.morin.1998@free.fr>

On 11/01/12 17:21, Yann E. MORIN wrote:
> Arnout, All,
>
> On Thursday 01 November 2012 Arnout Vandecappelle wrote:
>> On 09/10/12 01:40, Yann E. MORIN wrote:
[snip]
>>> +21: ifeq ($(BR2_PACKAGE_LIBFOO_GOO),y)
>>> +22: LIBFOO_DEPENDENCIES += goo
>>> +23: LIBFOO_CONF_OPT += --enable-goo
>>> +24: else
>>> +25: LIBFOO_CONF_OPT += --disable-goo
>>> +26: endif
>>
>>    While you're at it, an automatic enable/disable example would
>> be nice too.
>
> What do you mean by "automatic"?

ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBFOO_DEPENDENCIES += openssl
LIBFOO_CONF_OPT += --enable-openssl
else
LIBFOO_CONF_OPT += --disable-openssl
endif

>
>>> --- a/docs/manual/adding-packages-directory.txt
>>> +++ b/docs/manual/adding-packages-directory.txt
>>> +* The syntax of the +Config.in+ file is the same as the one for the kernel
>>> +  Kconfig file. The documentation for this syntax is available at:
>>> +  https://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/kbuild/kconfig-language.txt[]
>>
>>    http://kernel.org/doc/Documentation/kbuild/kconfig-language.txt
>
> Does this URL always match the latest version in the git tree?

  I'm not sure, but anyway we don't sync with the upstream kconfig very
often either.

>
>>> +1. The +BR2_PACKAGE_LIBFOO_AVAILABLE+ symbol shall +depends on+ any
>>> +other package's +_AVAILABLE+ symbol. It may also depend on any other
>>> +symbol, such as toolchain features, but should not directly depend on
>>> +any package's main symbol.
>>
>>    ... except for _XORG7, _PYTHON, etc.
>
> Well, my opinion (FWIW) is those packages should not be treated
> differently just because they are /big/.
>
> (One of) the goal(s) of _AVAILABLE is to allow the user to say either:
>    - I want this package, enable whatever dependencies are required.
> or:
>    - I need this package, but I have to provide a toolchain that has
>      such and such feature
>
> _AVAILABLE makes that easy.
>
> Then, it's up to the user to understand what pulling-in a package implies.

  I actually agree, but that's not the current reality.

  OTOH, it makes sense to promote the wanted reality in the documentation.

  Regards,
  Arnout

[snip]
-- 
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


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