Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] allyespackageconfig build on ARM/Linaro
From: Thomas Petazzoni @ 2012-12-18  9:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <878v8v7lwq.fsf@dell.be.48ers.dk>

Dear Peter Korsgaard,

On Tue, 18 Dec 2012 10:24:37 +0100, Peter Korsgaard wrote:

>  Thomas> Here are my notes:
> 
>  Thomas>  * I've disabled JamVM and Classpath, because my testing chroot does
>  Thomas>    not have javac. So those packages are not tested.
> 
>  Thomas>  * mplayer failed to build, so I had to disable it, and also disable
>  Thomas>    libplayer, which was selecting mplayer. The mplayer build failure is
>  Thomas>    FPU related:
> 
> Sounds related to the mplayer/fpu discussion we had fairly recently.

Indeed.

>  Thomas>  * ltp-testsuite fails to build (build failures already seen with the
>  Thomas>    autobuilders):
> 
>  Thomas> common.c: In function 'create_net_namespace':
>  Thomas> common.c:64:17: error: 'CLONE_NEWNS' undeclared (first use in this function)
>  Thomas> common.c:64:17: note: each undeclared identifier is reported only once for each function it appears in
>  Thomas> common.c: In function 'child_fn':
>  Thomas> common.c:124:11: error: 'CLONE_NEWNS' undeclared (first use in this function)
>  Thomas> common.c:127:11: error: 'CLONE_FS' undeclared (first use in this function)
> 
> Odd, CLONE_NEWNS has existing for many years and common.c seems to
> include sched.h

Yes, I haven't looked at this one yet, but it is strange.

>  Thomas>  * pcmanfm failed to build:
> 
>  Thomas> /home/test/outputs/allpkg/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: fm-desktop.o: undefined reference to symbol 'XSendEvent'
>  Thomas> /home/test/outputs/allpkg/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: note: 'XSendEvent' is defined in DSO /home/test/outputs/allpkg/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libX11.so.6 so try adding it to the linker command line
>  Thomas> /home/test/outputs/allpkg/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libX11.so.6: could not read symbols: Invalid operation
>  Thomas> collect2: error: ld returned 1 exit status
>  Thomas> make[4]: *** [pcmanfm] Error 1
> 
> Strange about all these linker issues.

No, not really strange. There has been a change in gcc 4.6 with regard
to linking some time ago. See
http://www.gentoo.org/proj/en/qa/asneeded.xml. This is causing build
breakage in some packages that had an incorrect list of libraries to
link with.

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] imx-lib: new package
From: Arnout Vandecappelle @ 2012-12-18 10:06 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1232481150.1002440.1355759448787.JavaMail.root@advansee.com>

On 17/12/12 16:50, Beno?t Th?baudeau wrote:
> This looks good. There is however a missing runtime dependency on firmware-imx.

  You only need that firmware when running a vpu encoder or decoder.

  Forcing a select seems like a bad idea.  Instead, I'll add a comment in 
the help text of the gst plugins that you need the firmware as well.

  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] allyespackageconfig build on ARM/Linaro
From: Peter Korsgaard @ 2012-12-18 10:11 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121218104040.7f5f3c79@skate>

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

 >> Strange about all these linker issues.

 Thomas> No, not really strange. There has been a change in gcc 4.6 with
 Thomas> regard to linking some time ago. See
 Thomas> http://www.gentoo.org/proj/en/qa/asneeded.xml. This is causing
 Thomas> build breakage in some packages that had an incorrect list of
 Thomas> libraries to link with.

But is --as-needed now default, or is that something special to the
Linaro toolchain? We also default to 4.6 with the internal toolchain,
and I don't recall those linker issues.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 toolchain/kernel-headers/Config.in                 |    8 ++++----
 ...all-fix-__packed-in-exported-kernel-head.patch} |    0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename toolchain/kernel-headers/{linux-3.0.56-headers_install-fix-__packed-in-exported-kernel-head.patch => linux-3.0.57-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 daffef7..a8a8a2b 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -58,13 +58,13 @@ config BR2_DEFAULT_KERNEL_VERSION
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.0.56"	if BR2_KERNEL_HEADERS_3_0
+	default "3.0.57"	if BR2_KERNEL_HEADERS_3_0
 	default "3.1.10"	if BR2_KERNEL_HEADERS_3_1
 	default "3.2.35"	if BR2_KERNEL_HEADERS_3_2
 	default "3.3.8"		if BR2_KERNEL_HEADERS_3_3
-	default "3.4.23"	if BR2_KERNEL_HEADERS_3_4
+	default "3.4.24"	if BR2_KERNEL_HEADERS_3_4
 	default "3.5.7"		if BR2_KERNEL_HEADERS_3_5
-	default "3.6.10"	if BR2_KERNEL_HEADERS_3_6
-	default "3.7"		if BR2_KERNEL_HEADERS_3_7
+	default "3.6.11"	if BR2_KERNEL_HEADERS_3_6
+	default "3.7.1"		if BR2_KERNEL_HEADERS_3_7
 	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.56-headers_install-fix-__packed-in-exported-kernel-head.patch b/toolchain/kernel-headers/linux-3.0.57-headers_install-fix-__packed-in-exported-kernel-head.patch
similarity index 100%
rename from toolchain/kernel-headers/linux-3.0.56-headers_install-fix-__packed-in-exported-kernel-head.patch
rename to toolchain/kernel-headers/linux-3.0.57-headers_install-fix-__packed-in-exported-kernel-head.patch
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/2] linux: bump 3.7.x stable version
From: Gustavo Zacarias @ 2012-12-18 11:11 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355829060-27996-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 51810e2..910d9a5 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_3_7
-	bool "3.7"
+	bool "3.7.1"
 
 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.7" if BR2_LINUX_KERNEL_3_7
+	default "3.7.1" if BR2_LINUX_KERNEL_3_7
 	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] gadget-test: inherit arch dependencies from libaio
From: Maxime Ripard @ 2012-12-18 11:21 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.org/results/7ad59020d4584a777d721352ae73ab2dd33326d7/build-end.log

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 package/gadgetfs-test/Config.in |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/gadgetfs-test/Config.in b/package/gadgetfs-test/Config.in
index a582db6..36713fc 100644
--- a/package/gadgetfs-test/Config.in
+++ b/package/gadgetfs-test/Config.in
@@ -6,8 +6,13 @@ config BR2_PACKAGE_GADGETFS_TEST
 
 config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
 	bool "use asynchronous i/o"
-	depends on BR2_PACKAGE_GADGETFS_TEST
 	select BR2_PACKAGE_LIBAIO
+	depends on BR2_PACKAGE_GADGETFS_TEST
+	# libaio is available only on few architectures
+	depends on \
+		BR2_arm   || BR2_armeb || BR2_avr32  || BR2_i386    || \
+		BR2_m68k  || BR2_mips  || BR2_mipsel || BR2_powerpc || \
+		BR2_sparc || BR2_x86_64
 	help
 	  Select this to have gadgetfs-test do asynchronous I/O using
 	  the libaio library.
-- 
1.7.9.5

^ permalink raw reply related

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

commit: http://git.buildroot.net/buildroot/commit/?id=7f1c97c34ab5e5a264fd355de78b18261a05df6b
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 daffef7..a8a8a2b 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -58,13 +58,13 @@ config BR2_DEFAULT_KERNEL_VERSION
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.0.56"	if BR2_KERNEL_HEADERS_3_0
+	default "3.0.57"	if BR2_KERNEL_HEADERS_3_0
 	default "3.1.10"	if BR2_KERNEL_HEADERS_3_1
 	default "3.2.35"	if BR2_KERNEL_HEADERS_3_2
 	default "3.3.8"		if BR2_KERNEL_HEADERS_3_3
-	default "3.4.23"	if BR2_KERNEL_HEADERS_3_4
+	default "3.4.24"	if BR2_KERNEL_HEADERS_3_4
 	default "3.5.7"		if BR2_KERNEL_HEADERS_3_5
-	default "3.6.10"	if BR2_KERNEL_HEADERS_3_6
-	default "3.7"		if BR2_KERNEL_HEADERS_3_7
+	default "3.6.11"	if BR2_KERNEL_HEADERS_3_6
+	default "3.7.1"		if BR2_KERNEL_HEADERS_3_7
 	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.56-headers_install-fix-__packed-in-exported-kernel-head.patch b/toolchain/kernel-headers/linux-3.0.57-headers_install-fix-__packed-in-exported-kernel-head.patch
similarity index 100%
rename from toolchain/kernel-headers/linux-3.0.56-headers_install-fix-__packed-in-exported-kernel-head.patch
rename to toolchain/kernel-headers/linux-3.0.57-headers_install-fix-__packed-in-exported-kernel-head.patch

^ permalink raw reply related

* [Buildroot] [git commit] linux: bump 3.7.x stable version
From: Peter Korsgaard @ 2012-12-18 12:01 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=78342d5834bc4cf846d41ab7792768bf8f93763d
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 51810e2..910d9a5 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_3_7
-	bool "3.7"
+	bool "3.7.1"
 
 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.7" if BR2_LINUX_KERNEL_3_7
+	default "3.7.1" if BR2_LINUX_KERNEL_3_7
 	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] gadget-test: inherit arch dependencies from libaio
From: Peter Korsgaard @ 2012-12-18 12:01 UTC (permalink / raw)
  To: buildroot

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

Fixes
http://autobuild.buildroot.org/results/7ad59020d4584a777d721352ae73ab2dd33326d7/build-end.log

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/gadgetfs-test/Config.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/package/gadgetfs-test/Config.in b/package/gadgetfs-test/Config.in
index a582db6..36713fc 100644
--- a/package/gadgetfs-test/Config.in
+++ b/package/gadgetfs-test/Config.in
@@ -6,8 +6,13 @@ config BR2_PACKAGE_GADGETFS_TEST
 
 config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
 	bool "use asynchronous i/o"
-	depends on BR2_PACKAGE_GADGETFS_TEST
 	select BR2_PACKAGE_LIBAIO
+	depends on BR2_PACKAGE_GADGETFS_TEST
+	# libaio is available only on few architectures
+	depends on \
+		BR2_arm   || BR2_armeb || BR2_avr32  || BR2_i386    || \
+		BR2_m68k  || BR2_mips  || BR2_mipsel || BR2_powerpc || \
+		BR2_sparc || BR2_x86_64
 	help
 	  Select this to have gadgetfs-test do asynchronous I/O using
 	  the libaio library.

^ permalink raw reply related

* [Buildroot] [PATCH 1/2] kernel-headers: bump 3.{0, 4, 6, 7}.x stable versions
From: Peter Korsgaard @ 2012-12-18 12:01 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355829060-27996-1-git-send-email-gustavo@zacarias.com.ar>

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] gadget-test: inherit arch dependencies from libaio
From: Peter Korsgaard @ 2012-12-18 12:01 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355829689-15812-1-git-send-email-maxime.ripard@free-electrons.com>

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

 Maxime> Fixes
 Maxime> http://autobuild.buildroot.org/results/7ad59020d4584a777d721352ae73ab2dd33326d7/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 1/3] bison: bump to version 2.7
From: Gustavo Zacarias @ 2012-12-18 12:08 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index c93f716..31fc22c 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-BISON_VERSION = 2.6.3
+BISON_VERSION = 2.7
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPLv3+
 BISON_LICENSE_FILES = COPYING
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/3] ethtool: bump to version 3.7
From: Gustavo Zacarias @ 2012-12-18 12:08 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355832502-3907-1-git-send-email-gustavo@zacarias.com.ar>

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

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index 8c5961c..11abbc2 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 3.6
+ETHTOOL_VERSION = 3.7
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
 ETHTOOL_LICENSE = GPLv2
 ETHTOOL_LICENSE_FILES = COPYING
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 3/3] libidn: bump to version 1.26
From: Gustavo Zacarias @ 2012-12-18 12:08 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355832502-3907-1-git-send-email-gustavo@zacarias.com.ar>

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

diff --git a/package/libidn/libidn.mk b/package/libidn/libidn.mk
index b06b1ec..39f3973 100644
--- a/package/libidn/libidn.mk
+++ b/package/libidn/libidn.mk
@@ -4,12 +4,14 @@
 #
 #############################################################
 
-LIBIDN_VERSION = 1.25
+LIBIDN_VERSION = 1.26
 LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn
 LIBIDN_INSTALL_STAGING = YES
 LIBIDN_CONF_ENV = EMACS="no"
 LIBIDN_CONF_OPT = --disable-java --enable-csharp=no
 LIBIDN_DEPENDENCIES = host-pkgconf $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) $(if $(BR2_PACKAGE_LIBICONV),libiconv)
+LIBIDN_LICENSE = GPLv2+ GPLv3+ LGPLv3+
+LIBIDN_LICENSE_FILES = COPYINGv2 COPYINGv3 COPYING.LESSERv3
 
 define LIBIDN_REMOVE_BINARY
 	rm -f $(TARGET_DIR)/usr/bin/idn
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] Using a precompiled busybox toolchain as an external toolchain
From: Willy Lambert @ 2012-12-18 12:42 UTC (permalink / raw)
  To: buildroot

Hi all,

I have played a bit with buildroot for some weeks so I'm now trying to
do things correctly. One on my first aim was to save a previsouly
compiled buildroot toolchain and use it as an external toolchain as
suggested by the manual at section "5.3.2. Using an external
toolchain".

What I did is :
_ create a .config and a plain working system with the internal
compiled toolchain
_ copy ouptut/host/usr in ${MY_TOOLCHAIN_PATH}
_ use the "same" .config twice in changing just the toolchain to an
external one at ${MY_TOOLCHAIN_PATH} location with related
largefile,C++,,...
_ make clean
_ make

It ends in error with "configure: error: C compiler cannot create executables"

BTW, is there a way to ask buildroot to *only* build the toolchain
(not the linux rootfs) ? So I can have among my buildroot configs a
toolchain-****.config


Enclosed my : utput/build/libtirpc-0.2.2/config.log
Here is an extract of my build output :

>>> libtirpc 0.2.2 Configuring
(cd /wix/buildroot/output/build/libtirpc-0.2.2/ && rm -rf config.cache
&& PATH="/wix/buildroot/output/host/bin:/wix/buildroot/output/host/usr/bin:/wix/buildroot/output/host/usr/sbin/:/home/ard/ccache:/opt/ros_addons/orocos_toolchain/orogen/bin:/opt/ros_addons/orocos_toolchain/.gems/bin:/opt/ros/ros/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
AR="/wix/buildroot/output/host/usr/bin/i686-linux-ar"
AS="/wix/buildroot/output/host/usr/bin/i686-linux-as"
LD="/wix/buildroot/output/host/usr/bin/i686-linux-ld"
NM="/wix/buildroot/output/host/usr/bin/i686-linux-nm"
CC="/wix/buildroot/output/host/usr/bin/i686-linux-gcc"
GCC="/wix/buildroot/output/host/usr/bin/i686-linux-gcc"
CPP="/wix/buildroot/output/host/usr/bin/i686-linux-cpp"
CXX="/wix/buildroot/output/host/usr/bin/i686-linux-g++"
FC="/wix/buildroot/output/host/usr/bin/i686-linux-gfortran"
RANLIB="/wix/buildroot/output/host/usr/bin/i686-linux-ranlib"
READELF="/wix/buildroot/output/host/usr/bin/i686-linux-readelf"
STRIP="/wix/buildroot/output/host/usr/bin/i686-linux-strip"
OBJCOPY="/wix/buildroot/output/host/usr/bin/i686-linux-objcopy"
OBJDUMP="/wix/buildroot/output/host/usr/bin/i686-linux-objdump"
AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as"
CC_FOR_BUILD="/home/ard/ccache/gcc"
GCC_FOR_BUILD="/home/ard/ccache/gcc"
CXX_FOR_BUILD="/home/ard/ccache/g++" FC_FOR_BUILD="/usr/bin/ld"
LD_FOR_BUILD="/usr/bin/ld"
CPPFLAGS_FOR_BUILD="-I/wix/buildroot/output/host/usr/include"
CFLAGS_FOR_BUILD="-O2 -I/wix/buildroot/output/host/usr/include"
CXXFLAGS_FOR_BUILD="-O2 -I/wix/buildroot/output/host/usr/include"
LDFLAGS_FOR_BUILD="-L/wix/buildroot/output/host/lib
-L/wix/buildroot/output/host/usr/lib
-Wl,-rpath,/wix/buildroot/output/host/usr/lib" FCFLAGS_FOR_BUILD=""
DEFAULT_ASSEMBLER="/wix/buildroot/output/host/usr/bin/i686-linux-as"
DEFAULT_LINKER="/wix/buildroot/output/host/usr/bin/i686-linux-ld"
CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os "
CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64  -pipe -Os " LDFLAGS="" FCFLAGS=""
PKG_CONFIG="/wix/buildroot/output/host/usr/bin/pkg-config"
PERLLIB="/wix/buildroot/output/host/usr/lib/perl"
STAGING_DIR="/wix/buildroot/output/host/usr/i686-buildroot-linux-uclibc/sysroot"
ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes
gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no
CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64  -pipe -Os  -DGQ" ./configure
--target=i686-buildroot-linux-uclibc
--host=i686-buildroot-linux-uclibc --build=i686-pc-linux-gnu
--prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --program-prefix=""
--disable-gtk-doc   --enable-ipv6 --enable-static --enable-shared   )
configure: WARNING: unrecognized options: --disable-gtk-doc, --enable-ipv6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-buildroot-linux-uclibc-strip...
/wix/buildroot/output/host/usr/bin/i686-linux-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for i686-buildroot-linux-uclibc-gcc...
/wix/buildroot/output/host/usr/bin/i686-linux-gcc
checking whether the C compiler works... no
configure: error: in `/wix/buildroot/output/build/libtirpc-0.2.2':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** [/wix/buildroot/output/build/libtirpc-0.2.2/.stamp_configured]
Error 77
-------------- next part --------------
wlambert at vDevEmbTech:~/workspace_nfs/cfederation/common/cle/sources/federation/libfederationC$ cat config.log 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtirpc configure 0.2.2, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --target=i686-buildroot-linux-uclibc --host=i686-buildroot-linux-uclibc --build=i686-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --program-prefix= --disable-gtk-doc --enable-ipv6 --enable-static --enable-shared

## --------- ##
## Platform. ##
## --------- ##

hostname = ard-host
uname -m = i686
uname -r = 2.6.38.8-vm-10.2
uname -s = Linux
uname -v = #4 SMP PREEMPT Thu Dec 13 21:36:16 CET 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /wix/buildroot/output/host/bin
PATH: /wix/buildroot/output/host/usr/bin
PATH: /wix/buildroot/output/host/usr/sbin/
PATH: /home/ard/ccache
PATH: /opt/ros_addons/orocos_toolchain/orogen/bin
PATH: /opt/ros_addons/orocos_toolchain/.gems/bin
PATH: /opt/ros/ros/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2243: checking for a BSD-compatible install
configure:2311: result: /usr/bin/install -c
configure:2322: checking whether build environment is sane
configure:2372: result: yes
configure:2421: checking for i686-buildroot-linux-uclibc-strip
configure:2448: result: /wix/buildroot/output/host/usr/bin/i686-linux-strip
configure:2513: checking for a thread-safe mkdir -p
configure:2552: result: /bin/mkdir -p
configure:2565: checking for gawk
configure:2581: found /usr/bin/gawk
configure:2592: result: gawk
configure:2603: checking whether make sets $(MAKE)
configure:2625: result: yes
configure:2706: checking whether to enable maintainer-specific portions of Makefiles
configure:2715: result: no
configure:2743: checking for style of include used by make
configure:2771: result: GNU
configure:2802: checking for i686-buildroot-linux-uclibc-gcc
configure:2829: result: /wix/buildroot/output/host/usr/bin/i686-linux-gcc
configure:3098: checking for C compiler version
configure:3107: /wix/buildroot/output/host/usr/bin/i686-linux-gcc --version >&5
i686-linux-gcc (Buildroot 2012.11-svn19-dirty) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3118: $? = 0
configure:3107: /wix/buildroot/output/host/usr/bin/i686-linux-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/wix/toolchain/i686_buildroot/bin/i686-linux-gcc
COLLECT_LTO_WRAPPER=/wix/toolchain/i686_buildroot/bin/../libexec/gcc/i686-buildroot-linux-uclibc/4.6.3/lto-wrapper
Target: i686-buildroot-linux-uclibc
Configured with: /wix/buildroot/output/toolchain/gcc-4.6.3/configure --prefix=/wix/buildroot/output/host/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-buildroot-linux-uclibc --enable-languages=c,c++ --with-sysroot=/wix/buildroot/output/host/usr/i686-buildroot-linux-uclibc/sysroot --with-build-time-tools=/wix/buildroot/output/host/usr/i686-buildroot-linux-uclibc/bin --disable-__cxa_atexit --enable-target-optspace --disable-libgomp --with-gnu-ld --disable-libssp --disable-multilib --enable-tls --enable-shared --with-gmp=/wix/buildroot/output/host/usr --with-mpfr=/wix/buildroot/output/host/usr --with-mpc=/wix/buildroot/output/host/usr --enable-threads --disable-decimal-float --with-arch=pentiumpro --with-tune=pentiumpro --with-pkgversion='Buildroot 2012.11-svn19-dirty' --with-bugurl=http://bugs.buildroot.net/
Thread model: posix
gcc version 4.6.3 (Buildroot 2012.11-svn19-dirty) 
configure:3118: $? = 0
configure:3107: /wix/buildroot/output/host/usr/bin/i686-linux-gcc -V >&5
i686-linux-gcc: error: unrecognized option '-V'
i686-linux-gcc: fatal error: no input files
compilation terminated.
configure:3118: $? = 1
configure:3107: /wix/buildroot/output/host/usr/bin/i686-linux-gcc -qversion >&5
i686-linux-gcc: error: unrecognized option '-qversion'
i686-linux-gcc: fatal error: no input files
compilation terminated.
configure:3118: $? = 1
configure:3138: checking whether the C compiler works
configure:3160: /wix/buildroot/output/host/usr/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -DGQ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  >&5
/wix/toolchain/i686_buildroot/bin/../libexec/gcc/i686-buildroot-linux-uclibc/4.6.3/cc1: error while loading shared libraries: libmpc.so.3: cannot open shared object file: No such file or directory
configure:3164: $? = 1
configure:3202: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtirpc"
| #define PACKAGE_TARNAME "libtirpc"
| #define PACKAGE_VERSION "0.2.2"
| #define PACKAGE_STRING "libtirpc 0.2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libtirpc"
| #define VERSION "0.2.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3207: error: in `/wix/buildroot/output/build/libtirpc-0.2.2':
configure:3210: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_bigendian='no'
ac_cv_env_CC_set='set'
ac_cv_env_CC_value='/wix/buildroot/output/host/usr/bin/i686-linux-gcc'
ac_cv_env_CFLAGS_set='set'
ac_cv_env_CFLAGS_value='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -DGQ'
ac_cv_env_CPPFLAGS_set='set'
ac_cv_env_CPPFLAGS_value='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
ac_cv_env_CPP_set='set'
ac_cv_env_CPP_value='/wix/buildroot/output/host/usr/bin/i686-linux-cpp'
ac_cv_env_GSSGLUE_CFLAGS_set=''
ac_cv_env_GSSGLUE_CFLAGS_value=''
ac_cv_env_GSSGLUE_LIBS_set=''
ac_cv_env_GSSGLUE_LIBS_value=''
ac_cv_env_LDFLAGS_set='set'
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set='set'
ac_cv_env_PKG_CONFIG_value='/wix/buildroot/output/host/usr/bin/pkg-config'
ac_cv_env_build_alias_set='set'
ac_cv_env_build_alias_value='i686-pc-linux-gnu'
ac_cv_env_host_alias_set='set'
ac_cv_env_host_alias_value='i686-buildroot-linux-uclibc'
ac_cv_env_target_alias_set='set'
ac_cv_env_target_alias_value='i686-buildroot-linux-uclibc'
ac_cv_func_calloc_0_nonnull='yes'
ac_cv_func_malloc_0_nonnull='yes'
ac_cv_func_memcmp_working='yes'
ac_cv_func_mmap_fixed_mapped='yes'
ac_cv_func_realloc_0_nonnull='yes'
ac_cv_have_decl_malloc='yes'
ac_cv_lbl_unaligned_fail='no'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir='/bin/mkdir'
ac_cv_prog_AWK='gawk'
ac_cv_prog_CC='/wix/buildroot/output/host/usr/bin/i686-linux-gcc'
ac_cv_prog_STRIP='/wix/buildroot/output/host/usr/bin/i686-linux-strip'
ac_cv_prog_make_make_set='yes'
gl_cv_func_malloc_0_nonnull='yes'
lt_cv_sys_lib_search_path_spec=''

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /wix/buildroot/output/build/libtirpc-0.2.2/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='/wix/buildroot/output/host/usr/bin/i686-linux-ar'
AUTOCONF='${SHELL} /wix/buildroot/output/build/libtirpc-0.2.2/missing --run autoconf'
AUTOHEADER='${SHELL} /wix/buildroot/output/build/libtirpc-0.2.2/missing --run autoheader'
AUTOMAKE='${SHELL} /wix/buildroot/output/build/libtirpc-0.2.2/missing --run automake-1.11'
AWK='gawk'
CC='/wix/buildroot/output/host/usr/bin/i686-linux-gcc'
CCDEPMODE=''
CC_FOR_BUILD='/home/ard/ccache/gcc'
CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -DGQ'
CPP='/wix/buildroot/output/host/usr/bin/i686-linux-cpp'
CPPFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
GSSGLUE_CFLAGS=''
GSSGLUE_LIBS=''
GSS_FALSE=''
GSS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/wix/buildroot/output/host/usr/bin/i686-linux-ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /wix/buildroot/output/build/libtirpc-0.2.2/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/wix/buildroot/output/host/usr/bin/i686-linux-nm'
NMEDIT=''
OBJDUMP='/wix/buildroot/output/host/usr/bin/i686-linux-objdump'
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='libtirpc'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libtirpc'
PACKAGE_STRING='libtirpc 0.2.2'
PACKAGE_TARNAME='libtirpc'
PACKAGE_URL=''
PACKAGE_VERSION='0.2.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/wix/buildroot/output/host/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='/wix/buildroot/output/host/usr/bin/i686-linux-ranlib'
SED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='/wix/buildroot/output/host/usr/bin/i686-linux-strip'
VERSION='0.2.2'
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr'
host='i686-buildroot-linux-uclibc'
host_alias='i686-buildroot-linux-uclibc'
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /wix/buildroot/output/build/libtirpc-0.2.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s&^&&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias='i686-buildroot-linux-uclibc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "libtirpc"
#define PACKAGE_TARNAME "libtirpc"
#define PACKAGE_VERSION "0.2.2"
#define PACKAGE_STRING "libtirpc 0.2.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libtirpc"
#define VERSION "0.2.2"

configure: exit 77

^ permalink raw reply

* [Buildroot] Using a precompiled busybox toolchain as an external toolchain
From: Thomas Petazzoni @ 2012-12-18 12:53 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAKvQZ_0sLwXqmGeTdeC6EBqqZ_FN4s6cVcnM3OwVrSHHYHfWDA@mail.gmail.com>

Dear Willy Lambert,

On Tue, 18 Dec 2012 13:42:07 +0100, Willy Lambert wrote:

> _ copy ouptut/host/usr in ${MY_TOOLCHAIN_PATH}

No, this will not work. The toolchain produced by Buildroot is not
relocatable.

Instead, set BR2_HOST_DIR to ${MY_TOOLCHAIN_PATH}, and then do your
toolchain build. The toolchain will be installed in
${MY_TOOLCHAIN_PATH}, and you can use it as an external toolchain for
other Buildroot builds.

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] libseccomp: Fix install option order
From: Maxime Ripard @ 2012-12-18 13:03 UTC (permalink / raw)
  To: buildroot

Commit ca0e5152 introduced a bad option order, leading to another build
failure.

Fixes
http://autobuild.buildroot.org/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/build-end.log

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 ...eccomp-0002-Remove-the-dependency-on-proc.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch b/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch
index 82ae44a..081bca7 100644
--- a/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch
+++ b/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch
@@ -32,7 +32,7 @@ index 6162900..eb61ead 100644
 -		$(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0644 \
 -			"$$(cat /proc/$$$$/cmdline | awk '{print $$(NF)}')" \
 -			"$(INSTALL_LIB_DIR)/pkgconfig"; \#
-+		$(INSTALL) -t -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0644 \
++		$(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0644 -t \
 +			"$(INSTALL_LIB_DIR)/pkgconfig"
  
  ifeq ($(V),0)
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH] linux-firmware: add support for the Marvell Wifi-Ex SD8787 firmware
From: Thomas Petazzoni @ 2012-12-18 13:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/linux-firmware/Config.in         |    9 +++++++++
 package/linux-firmware/linux-firmware.mk |    4 ++++
 2 files changed, 13 insertions(+)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 0c24d98..f156756 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -41,6 +41,15 @@ config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688
 
 endmenu
 
+menu "Marvell WiFi-Ex"
+
+config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
+	bool "Marvell Wifi-Ex SD 8787"
+	help
+	  Firmware files for the Marvell Wifi-Ex 8787 module on SDIO.
+
+endmenu
+
 menu "Ralink"
 
 config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 09836a4..e9a5424 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -52,6 +52,10 @@ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9) += \
 LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688) += \
 	libertas/sd8688.bin libertas/sd8688_helper.bin LICENCE.Marvell
 
+# sd8787
+LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787) += \
+	mrvl/sd8787_uapsta.bin LICENCE.Marvell
+
 # wl127x
 LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X) += \
 	ti-connectivity/wl1271-fw-2.bin				\
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [git commit] libseccomp: Fix install option order
From: Peter Korsgaard @ 2012-12-18 13:27 UTC (permalink / raw)
  To: buildroot

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

Commit ca0e5152 introduced a bad option order, leading to another build
failure.

Fixes
http://autobuild.buildroot.org/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/build-end.log

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...eccomp-0002-Remove-the-dependency-on-proc.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch b/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch
index 82ae44a..081bca7 100644
--- a/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch
+++ b/package/libseccomp/libseccomp-0002-Remove-the-dependency-on-proc.patch
@@ -32,7 +32,7 @@ index 6162900..eb61ead 100644
 -		$(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0644 \
 -			"$$(cat /proc/$$$$/cmdline | awk '{print $$(NF)}')" \
 -			"$(INSTALL_LIB_DIR)/pkgconfig"; \#
-+		$(INSTALL) -t -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0644 \
++		$(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0644 -t \
 +			"$(INSTALL_LIB_DIR)/pkgconfig"
  
  ifeq ($(V),0)

^ permalink raw reply related

* [Buildroot] [git commit] linux-firmware: add support for the Marvell Wifi-Ex SD8787 firmware
From: Peter Korsgaard @ 2012-12-18 13:27 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=e4715c2b5b89b5a091924ea199f098963b63e470
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>
---
 package/linux-firmware/Config.in         |    9 +++++++++
 package/linux-firmware/linux-firmware.mk |    4 ++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 0c24d98..f156756 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -41,6 +41,15 @@ config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688
 
 endmenu
 
+menu "Marvell WiFi-Ex"
+
+config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
+	bool "Marvell Wifi-Ex SD 8787"
+	help
+	  Firmware files for the Marvell Wifi-Ex 8787 module on SDIO.
+
+endmenu
+
 menu "Ralink"
 
 config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 09836a4..e9a5424 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -52,6 +52,10 @@ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9) += \
 LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688) += \
 	libertas/sd8688.bin libertas/sd8688_helper.bin LICENCE.Marvell
 
+# sd8787
+LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787) += \
+	mrvl/sd8787_uapsta.bin LICENCE.Marvell
+
 # wl127x
 LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X) += \
 	ti-connectivity/wl1271-fw-2.bin				\

^ permalink raw reply related

* [Buildroot] [git commit] bison: bump to version 2.7
From: Peter Korsgaard @ 2012-12-18 13:28 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0e1c22b85e40197a7c40ec41a1763217ffc4ce17
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>
---
 package/bison/bison.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index c93f716..31fc22c 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-BISON_VERSION = 2.6.3
+BISON_VERSION = 2.7
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
 BISON_LICENSE = GPLv3+
 BISON_LICENSE_FILES = COPYING

^ permalink raw reply related

* [Buildroot] [git commit] ethtool: bump to version 3.7
From: Peter Korsgaard @ 2012-12-18 13:28 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=297bd27f4d42528ad1d583e59d25a3a86a5a65f8
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>
---
 package/ethtool/ethtool.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index 8c5961c..11abbc2 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 3.6
+ETHTOOL_VERSION = 3.7
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
 ETHTOOL_LICENSE = GPLv2
 ETHTOOL_LICENSE_FILES = COPYING

^ permalink raw reply related

* [Buildroot] [git commit] libidn: bump to version 1.26
From: Peter Korsgaard @ 2012-12-18 13:28 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
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>
---
 package/libidn/libidn.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/libidn/libidn.mk b/package/libidn/libidn.mk
index b06b1ec..39f3973 100644
--- a/package/libidn/libidn.mk
+++ b/package/libidn/libidn.mk
@@ -4,12 +4,14 @@
 #
 #############################################################
 
-LIBIDN_VERSION = 1.25
+LIBIDN_VERSION = 1.26
 LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn
 LIBIDN_INSTALL_STAGING = YES
 LIBIDN_CONF_ENV = EMACS="no"
 LIBIDN_CONF_OPT = --disable-java --enable-csharp=no
 LIBIDN_DEPENDENCIES = host-pkgconf $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) $(if $(BR2_PACKAGE_LIBICONV),libiconv)
+LIBIDN_LICENSE = GPLv2+ GPLv3+ LGPLv3+
+LIBIDN_LICENSE_FILES = COPYINGv2 COPYINGv3 COPYING.LESSERv3
 
 define LIBIDN_REMOVE_BINARY
 	rm -f $(TARGET_DIR)/usr/bin/idn

^ permalink raw reply related

* [Buildroot] [PATCH 1/3] bison: bump to version 2.7
From: Peter Korsgaard @ 2012-12-18 13:28 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355832502-3907-1-git-send-email-gustavo@zacarias.com.ar>

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed all 3, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] libseccomp: Fix install option order
From: Peter Korsgaard @ 2012-12-18 13:29 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355835825-29410-1-git-send-email-maxime.ripard@free-electrons.com>

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

 Maxime> Commit ca0e5152 introduced a bad option order, leading to another build
 Maxime> failure.

 Maxime> Fixes
 Maxime> http://autobuild.buildroot.org/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ 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