* [Buildroot] [PATCH] AVR32: fix libusb build
From: Maxime Ripard @ 2012-11-23 9:44 UTC (permalink / raw)
To: buildroot
In-Reply-To: <874nkgfyhp.fsf@dell.be.48ers.dk>
Le 23/11/2012 10:40, Peter Korsgaard a ?crit :
>>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:
>
> Maxime> The libc of the avr32 toolchains seem to lack the timerfd-associated
> Maxime> functions.
>
> Maxime> Pass --disable-timerfd to libusb configure script when building for
> Maxime> avr32.
>
> Maxime> Fixes most of the recent avr32 breakages, such as
> Maxime> http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
> Maxime> or
> Maxime> http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e
>
> Committed, thanks. Does this mean we can revert 2424cc6 (libhid: disable
> on avr32)?
Yes, from the build logs, it looks like it was the same error, so this
patch should fix it as well.
Maxime
--
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
* [Buildroot] [PATCH] AVR32: fix libusb build
From: Peter Korsgaard @ 2012-11-23 9:40 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353662196-3350-1-git-send-email-maxime.ripard@free-electrons.com>
>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:
Maxime> The libc of the avr32 toolchains seem to lack the timerfd-associated
Maxime> functions.
Maxime> Pass --disable-timerfd to libusb configure script when building for
Maxime> avr32.
Maxime> Fixes most of the recent avr32 breakages, such as
Maxime> http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
Maxime> or
Maxime> http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e
Committed, thanks. Does this mean we can revert 2424cc6 (libhid: disable
on avr32)?
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] AVR32: fix libusb build
From: Peter Korsgaard @ 2012-11-23 9:40 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=d15637d1715f155f7af6cd5fdf8ed3ffeedad04a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The libc of the avr32 toolchains seem to lack the timerfd-associated
functions.
Pass --disable-timerfd to libusb configure script when building for
avr32.
Fixes most of the recent avr32 breakages, such as
http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
or
http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/libusb/libusb.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk
index 06a1485..fc2f10b 100644
--- a/package/libusb/libusb.mk
+++ b/package/libusb/libusb.mk
@@ -11,5 +11,9 @@ LIBUSB_LICENSE_FILES = COPYING
LIBUSB_DEPENDENCIES = host-pkgconf
LIBUSB_INSTALL_STAGING = YES
+ifeq ($(BR2_avr32),y)
+LIBUSB_CONF_OPT += --disable-timerfd
+endif
+
$(eval $(autotools-package))
$(eval $(host-autotools-package))
^ permalink raw reply related
* [Buildroot] [PATCH] AVR32: fix libusb build
From: Maxime Ripard @ 2012-11-23 9:16 UTC (permalink / raw)
To: buildroot
The libc of the avr32 toolchains seem to lack the timerfd-associated
functions.
Pass --disable-timerfd to libusb configure script when building for
avr32.
Fixes most of the recent avr32 breakages, such as
http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
or
http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
package/libusb/libusb.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk
index 06a1485..fc2f10b 100644
--- a/package/libusb/libusb.mk
+++ b/package/libusb/libusb.mk
@@ -11,5 +11,9 @@ LIBUSB_LICENSE_FILES = COPYING
LIBUSB_DEPENDENCIES = host-pkgconf
LIBUSB_INSTALL_STAGING = YES
+ifeq ($(BR2_avr32),y)
+LIBUSB_CONF_OPT += --disable-timerfd
+endif
+
$(eval $(autotools-package))
$(eval $(host-autotools-package))
--
1.7.9.5
^ permalink raw reply related
* [Buildroot] [PATCH 07/33] fluxbox: fix build against imlib2
From: Peter Korsgaard @ 2012-11-23 9:14 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353543503-8952-8-git-send-email-s.martin49@gmail.com>
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> * fix missing dependency
Samuel> * set imlib2 prefix at configure time
Samuel> * fix configure script to take account of the imlib2 prefix if any
Ehh, fluxbox doesn't select imlib2 in it's Config.in and it looks like
it's an optional dependency:
From configure.in:
dnl Check whether to use imlib2
IMLIB2=false
AC_MSG_CHECKING([whether to have Imlib2 (pixmap themes) support])
AC_ARG_ENABLE(imlib2,
AC_HELP_STRING([--enable-imlib2],
[Imlib2 (pixmap themes) support ([default=yes])]), ,
[enable_imlib2=yes])
So all of this should only be done if BR2_PACKAGE_IMLIB2 is enabled.
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Samuel> ---
Samuel> package/fluxbox/fluxbox-fix-configure.patch | 19 +++++++++++++++++++
Please consider sending this patch upstream.
Samuel> package/fluxbox/fluxbox.mk | 7 ++++---
Samuel> 2 files changed, 23 insertions(+), 3 deletions(-)
Samuel> create mode 100644 package/fluxbox/fluxbox-fix-configure.patch
Samuel> diff --git a/package/fluxbox/fluxbox-fix-configure.patch b/package/fluxbox/fluxbox-fix-configure.patch
Samuel> new file mode 100644
Samuel> index 0000000..a739f08
Samuel> --- /dev/null
Samuel> +++ b/package/fluxbox/fluxbox-fix-configure.patch
Samuel> @@ -0,0 +1,19 @@
Samuel> +Avoid to call the imlib2-config that may be installed on the host system
Samuel> +(even when --with-imlib2-prefix or --with-imlib2-exec-prefix is passed to
Samuel> +the configure script), which totally screws up the resulting linker flags.
Samuel> +
Samuel> +Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Samuel> +
Samuel> +--- fluxbox-1.3.2.orig/configure.in 2012-10-21 16:11:59.445749396 +0200
Samuel> ++++ fluxbox-1.3.2/configure.in 2012-10-21 16:35:27.658390856 +0200
Samuel> +@@ -443,8 +443,8 @@ if test x$enable_imlib2 = "xyes"; then
Samuel> + [
Samuel> + IMLIB2=true
Samuel> + AC_DEFINE(HAVE_IMLIB2, [], [Imlib2 support])
Samuel> +- IMLIB2_LIBS=`imlib2-config --libs`
Samuel> +- IMLIB2_CFLAGS=`imlib2-config --cflags`
Samuel> ++ IMLIB2_LIBS=`$IMLIB2_CONFIG --libs`
Samuel> ++ IMLIB2_CFLAGS=`$IMLIB2_CONFIG --cflags`
Samuel> + LIBS="$LIBS $IMLIB2_LIBS"
Samuel> + CXXFLAGS="$CXXFLAGS $IMLIB2_CFLAGS"
Samuel> + ], [ AC_MSG_RESULT(no)]
Samuel> diff --git a/package/fluxbox/fluxbox.mk b/package/fluxbox/fluxbox.mk
Samuel> index 15136c9..bb34379 100644
Samuel> --- a/package/fluxbox/fluxbox.mk
Samuel> +++ b/package/fluxbox/fluxbox.mk
Samuel> @@ -7,11 +7,12 @@
Samuel> FLUXBOX_VERSION = 1.3.2
Samuel> FLUXBOX_SOURCE = fluxbox-$(FLUXBOX_VERSION).tar.bz2
Samuel> FLUXBOX_SITE = http://downloads.sourceforge.net/project/fluxbox/fluxbox/$(FLUXBOX_VERSION)
Samuel> -
Samuel> +FLUXBOX_AUTORECONF = YES
Samuel> FLUXBOX_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
Samuel> - --x-libraries=$(STAGING_DIR)/usr/lib
Samuel> + --x-libraries=$(STAGING_DIR)/usr/lib \
Samuel> + --with-imlib2-prefix=$(STAGING_DIR)/usr
Samuel> -FLUXBOX_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
Samuel> +FLUXBOX_DEPENDENCIES = imlib2 xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
Samuel> define FLUXBOX_INSTALL_XSESSION_FILE
Samuel> [ -f $(TARGET_DIR)/root/.xsession ] || $(INSTALL) -m 0755 -D \
Samuel> --
Samuel> 1.8.0
Samuel> _______________________________________________
Samuel> buildroot mailing list
Samuel> buildroot at busybox.net
Samuel> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [PATCH 06/33] sylpheed: fix build disabling gpgme support
From: Peter Korsgaard @ 2012-11-23 9:10 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353543503-8952-7-git-send-email-s.martin49@gmail.com>
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Samuel> ---
Samuel> package/sylpheed/sylpheed.mk | 2 +-
Samuel> 1 file changed, 1 insertion(+), 1 deletion(-)
Samuel> diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk
Samuel> index cf55c90..3ac2e1e 100644
Samuel> --- a/package/sylpheed/sylpheed.mk
Samuel> +++ b/package/sylpheed/sylpheed.mk
Samuel> @@ -9,7 +9,7 @@ SYLPHEED_VERSION = $(SYLPHEED_VERSION_MAJOR).$(SYLPHEED_VERSION_MINOR)
Samuel> SYLPHEED_SOURCE = sylpheed-$(SYLPHEED_VERSION).tar.bz2
Samuel> SYLPHEED_SITE = http://sylpheed.sraoss.jp/sylpheed/v$(SYLPHEED_VERSION_MAJOR)
Samuel> -SYLPHEED_CONF_OPT = --disable-gtkspell
Samuel> +SYLPHEED_CONF_OPT = --disable-gtkspell --disable-gpgme
Why? Does it pick up libgpgme from the host?
It would be good if you could write a bit more detailed commit messages.
Samuel> SYLPHEED_DEPENDENCIES = host-pkgconf libgtk2
Samuel> --
Samuel> 1.8.0
Samuel> _______________________________________________
Samuel> buildroot mailing list
Samuel> buildroot at busybox.net
Samuel> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [PATCH 05/33] imagemagick: explicitly disable c++ support if no c++ compiler available
From: Peter Korsgaard @ 2012-11-23 9:09 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353543503-8952-6-git-send-email-s.martin49@gmail.com>
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Samuel> ---
Samuel> package/imagemagick/imagemagick.mk | 6 ++++++
Samuel> 1 file changed, 6 insertions(+)
Samuel> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
Samuel> index 61a379d..365a073 100644
Samuel> --- a/package/imagemagick/imagemagick.mk
Samuel> +++ b/package/imagemagick/imagemagick.mk
Samuel> @@ -35,6 +35,12 @@ IMAGEMAGICK_CONF_OPT = --program-transform-name='s,,,' \
Samuel> IMAGEMAGICK_DEPENDENCIES = host-pkgconf
Samuel> +ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
Samuel> +IMAGEMAGICK_CONF_OPT = --with-magick-plus-plus
Samuel> +else
Samuel> +IMAGEMAGICK_CONF_OPT = --without-magick-plus-plus
Samuel> +endif
Why? We set TARGET_CXX to 'false' if we don't have C++ support, and the
configure script seems to handle it OK. I just did a quick test build
with a minimal config:
BR2_arm=y
BR2_arm926t=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_PATH="/opt/br/arm926t/usr"
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_PACKAGE_IMAGEMAGICK=y
And I see the imagemagick configure script saying:
Magick++ --with-magick-plus-plus=yes no (failed tests)
(and the build doesn't fail)
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [PATCH 01/33] libecore: fix build with glibc >=2.16
From: Peter Korsgaard @ 2012-11-23 9:00 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353543503-8952-2-git-send-email-s.martin49@gmail.com>
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] libecore: fix build with glibc >= 2.16
From: Peter Korsgaard @ 2012-11-23 8:59 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=a645383c841f5016f81e90e29b829fcf6a8a312b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
...ecore-ecore_exe-fix-build-with-glibc-2-16.patch | 94 ++++++++++++++++++++
1 files changed, 94 insertions(+), 0 deletions(-)
diff --git a/package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch b/package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch
new file mode 100644
index 0000000..d9b439c
--- /dev/null
+++ b/package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch
@@ -0,0 +1,94 @@
+Backported for commit a0df6712b6afcd07facd32e5a66809170277bdf3
+Fixed the ChangeLog part.
+
+This patch fix build with glibc >=2.16, avoiding the following error occurs:
+
+Making all in ecore
+make[6]: Entering directory `/opt/buildroot/output/build/host-libecore-1.1.0/src/lib/ecore'
+ CC ecore.lo
+ CC ecore_anim.lo
+ CC ecore_app.lo
+ CC ecore_events.lo
+ CC ecore_getopt.lo
+ CC ecore_idle_enterer.lo
+ CC ecore_idle_exiter.lo
+ CC ecore_idler.lo
+ CC ecore_job.lo
+ CC ecore_main.lo
+ CC ecore_pipe.lo
+ CC ecore_poll.lo
+ CC ecore_time.lo
+ CC ecore_timer.lo
+ CC ecore_thread.lo
+ CC ecore_glib.lo
+ CC ecore_throttle.lo
+ CC ecore_signal.lo
+ CC ecore_exe.lo
+ecore_exe.c: In function ???ecore_exe_pipe_run???:
+ecore_exe.c:486:15: warning: implicit declaration of function ???setpriority??? [-Wimplicit-function-declaration]
+ecore_exe.c:486:27: error ???PRIO_PROCESS??? undeclared (first use in this function)
+ecore_exe.c:486:27: note: each undeclared identifier is reported only once for each function it appears in
+make[6]: *** [ecore_exe.lo] Error 1
+
+
+Signed-off-by: Samuel Martin <s.martin49@gmail.com>
+
+---
+From a0df6712b6afcd07facd32e5a66809170277bdf3 Mon Sep 17 00:00:00 2001
+From: caro <caro>
+Date: Fri, 22 Jun 2012 05:36:00 +0000
+Subject: [PATCH] ecore_exe: fix compilation on fedora 18.
+
+setpriority needs sys/resource.h. See:
+
+http://linux.die.net/man/2/setpriority
+
+I let sys/time.h, it does not hurt on linux and is anyway needed for BSD systems.
+
+
+git-svn-id: http://svn.enlightenment.org/svn/e at 72684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
+---
+ ChangeLog | 4 ++++
+ src/lib/ecore/ecore_exe.c | 7 ++-----
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/ChangeLog b/ChangeLog
+index a306f75..549ad19 100644
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -763,3 +763,7 @@
+ 2011-11-29 Mike McCormack
+
+ * Allow quitting before entering the glib version of the main loop
++
++2012-06-22 Vincent Torri
++
++ * ecore_exe: fix compilation on fedora 18.
+diff --git a/src/lib/ecore/ecore_exe.c b/src/lib/ecore/ecore_exe.c
+index 7931a96..6db32a9 100644
+--- a/src/lib/ecore/ecore_exe.c
++++ b/src/lib/ecore/ecore_exe.c
+@@ -2,11 +2,6 @@
+ # include <config.h>
+ #endif
+
+-#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
+-# include <sys/time.h>
+-# include <sys/resource.h>
+-#endif
+-
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+@@ -14,6 +9,8 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#include <sys/time.h>
++#include <sys/resource.h>
+
+ #ifdef HAVE_SYS_PRCTL_H
+ # include <sys/prctl.h>
+--
+1.7.12.2
+
^ permalink raw reply related
* [Buildroot] [PATCH] arptables: needs mmu
From: Peter Korsgaard @ 2012-11-23 8:56 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1353577595-23602-1-git-send-email-gustavo@zacarias.com.ar>
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> arptables uses fork() and breaks on !mmu.
Gustavo> Fixes
Gustavo> http://autobuild.buildroot.net/results/fe18dd4a0b0d17404560abf3e4a332b58751f5cb/
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] arptables: needs mmu
From: Peter Korsgaard @ 2012-11-23 8:55 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=8fd455921296751f142c655b013f602a6522fa8d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
arptables uses fork() and breaks on !mmu.
Fixes
http://autobuild.buildroot.net/results/fe18dd4a0b0d17404560abf3e4a332b58751f5cb/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/arptables/Config.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/arptables/Config.in b/package/arptables/Config.in
index 510eedf..414fabb 100644
--- a/package/arptables/Config.in
+++ b/package/arptables/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_ARPTABLES
bool "arptables"
+ # needs fork()
+ depends on BR2_USE_MMU
help
Tool to set up, maintain, and inspect the tables of ARP rules.
^ permalink raw reply related
* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Arnout Vandecappelle @ 2012-11-23 8:38 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50AF2BB8.8060908@calao-systems.com>
On 23/11/12 08:54, Gr?gory Hermant wrote:
> Le 22/11/2012 18:45, Thomas Petazzoni a ?crit :
>> Dear Gr?gory Hermant,
>>
>> On Thu, 22 Nov 2012 18:33:05 +0100, Gr?gory Hermant wrote:
>>> Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
>>>> It should be passed in the environment, not in the make argument list.
>>>> Otherwise it will override the definition in the Makefile itself.
>>>>
>>>> A good Makefile appends to LDFLAGS passed in from the environment, but this
>>>> is not always the case... Anyway the worst that can happen is that the LDFLAGS
>>>> are just ignored.
>>> You mean that way:
>>>
>>> SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
>>>
>>> $(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)
>> No, just:
>>
>> $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
>>
>> Thomas
>
> It doesn't work with this Makefile.
>
> Indeed if i use $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D), CC is set to the host gcc compiler.
Silly Makefile...
You can do either:
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) CC="$(TARGET_CC)"
or fix the Makefile in a patch.
But if the Makefile overrides CC, it will most likely also override all the
other stuff so passing TARGET_CONFIGURE_OPTS in the environment doesn't help
much.
What should be our philosophy for bad Makefiles? Fix the Makefile and try
to upstream the patch, or just work around it in a package-specific way?
We can actually work around it generically, using:
$(MAKE) -C $(@D) CC="$(TARGET_CC) $(TARGET_CPPFLAGS) $(TARGET_CFLAGS)"
but I don't like forcing flags into the CC command.
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 v3 1/6] snowball-hdmiservice: new package
From: Grégory Hermant @ 2012-11-23 7:54 UTC (permalink / raw)
To: buildroot
In-Reply-To: <20121122184521.1599d90d@skate>
Le 22/11/2012 18:45, Thomas Petazzoni a ?crit :
> Dear Gr?gory Hermant,
>
> On Thu, 22 Nov 2012 18:33:05 +0100, Gr?gory Hermant wrote:
>> Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
>>> It should be passed in the environment, not in the make argument list.
>>> Otherwise it will override the definition in the Makefile itself.
>>>
>>> A good Makefile appends to LDFLAGS passed in from the environment, but this
>>> is not always the case... Anyway the worst that can happen is that the LDFLAGS
>>> are just ignored.
>> You mean that way:
>>
>> SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
>>
>> $(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)
> No, just:
>
> $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
>
> Thomas
It doesn't work with this Makefile.
Indeed if i use $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D), CC is set to the host gcc compiler.
gregory
^ permalink raw reply
* [Buildroot] [autobuild.buildroot.net] Build results for 2012-11-22
From: Thomas Petazzoni @ 2012-11-23 7:34 UTC (permalink / raw)
To: buildroot
Hello,
On 2012-11-22, 144 random build tests have been done and
submitted on autobuild.buildroot.net.
107 builds have been successful
37 builds have failed
Below the results of the failed builds. Successful builds are omitted.
Build de516586671567f9a475e588de372610c46f1f2b
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 01:36:44
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/build-end.log
Complete log : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/config
Defconfig : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/defconfig
Build dbab5027e37ab57af27e9c7ea7e4e88b111af350
==============================================
Status : NOK
Failure reason : mplayer-1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 02:07:42
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/build-end.log
Complete log : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/config
Defconfig : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/defconfig
Build 7f370b999ba9baa56fde03879cf00836b0f662ba
==============================================
Status : NOK
Failure reason : squid-3.2.3
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 04:09:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/build-end.log
Complete log : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/config
Defconfig : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/defconfig
Build 424af345cbb023808ba5eebfbaae81ab8ff229f5
==============================================
Status : NOK
Failure reason : gettext-0.16.1
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 06:08:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/build-end.log
Complete log : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/config
Defconfig : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/defconfig
Build 59b8f6b277f6a5360eba87b932d9067ab31a3165
==============================================
Status : NOK
Failure reason : libgcrypt-1.5.0
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 06:09:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/build-end.log
Complete log : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/config
Defconfig : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/defconfig
Build 4e37d302e5563fe9eb7a7df135a04c0ca697c4a5
==============================================
Status : NOK
Failure reason : gnupg-1.4.12
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 06:24:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/build-end.log
Complete log : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/config
Defconfig : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/defconfig
Build ea8e28e6020b4675078100ea20b979d5832274b2
==============================================
Status : NOK
Failure reason : icu-4.8.1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 08:40:57
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/build-end.log
Complete log : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/config
Defconfig : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/defconfig
Build 8f24fc25bd952adf51df2fce527f7c8d35a48a58
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 08:46:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/build-end.log
Complete log : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/config
Defconfig : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/defconfig
Build 23424d2ecddda8b4340559a2bad7ab03e2bda62d
==============================================
Status : NOK
Failure reason : mplayer-1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 09:26:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/build-end.log
Complete log : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/config
Defconfig : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/defconfig
Build f4015174822910c5ab9dfa5acac72004c71ab778
==============================================
Status : NOK
Failure reason : cairo-1.10.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 10:29:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/build-end.log
Complete log : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/config
Defconfig : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/defconfig
Build d7192d067278e882207b7f575edbf27cddee8019
==============================================
Status : NOK
Failure reason : libnspr-4.8.7
Architecture : aarch64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 10:51:40
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/build-end.log
Complete log : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/config
Defconfig : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/defconfig
Build b3a4f202dba6e69379143cb7b5a052b1be49ff18
==============================================
Status : NOK
Failure reason : icu-4.8.1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 13:33:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/build-end.log
Complete log : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/config
Defconfig : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/defconfig
Build c41773c0014cb713e3d46c9aab1f5bf4fffa9314
==============================================
Status : NOK
Failure reason : qt-4.8.3
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 14:17:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/build-end.log
Complete log : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/config
Defconfig : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/defconfig
Build 3e8602af5b860195d6f20ea9f14695a284334eb2
==============================================
Status : NOK
Failure reason : berkeleydb-5.3.21
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 14:43:06
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/build-end.log
Complete log : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/config
Defconfig : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/defconfig
Build cab37ee0c88bc2093127c2a8b3670e9c7ef0b892
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 14:48:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/build-end.log
Complete log : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/config
Defconfig : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/defconfig
Build 14bb406787aa57673894ec585b3452b91a20fd1a
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 15:05:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/build-end.log
Complete log : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/config
Defconfig : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/defconfig
Build 7e2e2c0df891da3b7e7779afa8557d047644a341
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 15:20:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/build-end.log
Complete log : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/config
Defconfig : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/defconfig
Build 123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1
==============================================
Status : NOK
Failure reason : mtd-1.5.0
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 15:47:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/build-end.log
Complete log : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/config
Defconfig : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/defconfig
Build cdbf2c80cd760055231d1860894ebcd67d4257d4
==============================================
Status : NOK
Failure reason : pixman-0.25.2
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 15:49:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/build-end.log
Complete log : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/config
Defconfig : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/defconfig
Build ea91dbbe7a606944206ba01fa443148335c37b32
==============================================
Status : NOK
Failure reason : gnupg-1.4.12
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 16:29:00
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/build-end.log
Complete log : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/config
Defconfig : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/defconfig
Build 1a9e571998bc0a40822dca84267abbdd969bab5e
==============================================
Status : NOK
Failure reason : libnfc-fda8d60ce062
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 16:50:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/build-end.log
Complete log : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/config
Defconfig : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/defconfig
Build 565c90640673d5c0de24414b233ea63a1f876bab
==============================================
Status : NOK
Failure reason : m4-1.4.16
Architecture : xtensa
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 16:59:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/build-end.log
Complete log : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/config
Defconfig : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/defconfig
Build d719ef012b8dbc40f2a822eb2401d639c9c46510
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 17:27:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/build-end.log
Complete log : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/config
Defconfig : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/defconfig
Build db0b67ad66f7faeab8c2c12951adf3184fa438a7
==============================================
Status : NOK
Failure reason : boost-1.49.0
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 18:40:21
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/build-end.log
Complete log : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/config
Defconfig : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/defconfig
Build f418b6c0b026891c27467f61444b6eac8c105681
==============================================
Status : NOK
Failure reason : dhcpdump-1.8
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 18:53:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/build-end.log
Complete log : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/config
Defconfig : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/defconfig
Build e4ddf2f884e21fd740b49e7482202eac7e4e7d87
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 19:15:04
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/build-end.log
Complete log : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/config
Defconfig : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/defconfig
Build 0744155cf483a23052888d30201c5410cca046ee
==============================================
Status : NOK
Failure reason : lcdproc-0.5.6
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 19:42:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/build-end.log
Complete log : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/config
Defconfig : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/defconfig
Build 8c3b25536750fb498f187e9d136c1718e1da3eb6
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 19:43:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/build-end.log
Complete log : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/config
Defconfig : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/defconfig
Build 86b03ea0538723a8a810862769e8d18edb15ff1c
==============================================
Status : NOK
Failure reason : dbus-1.4.24
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 20:14:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/build-end.log
Complete log : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/config
Defconfig : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/defconfig
Build 3d3f6c74e106e2d554509c0034db1ec16e4f8461
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 20:30:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/build-end.log
Complete log : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/config
Defconfig : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/defconfig
Build ac1b2801b9565d8660ba7fd94780922924f42b90
==============================================
Status : NOK
Failure reason : bzip2-1.0.6
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 20:49:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/build-end.log
Complete log : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/config
Defconfig : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/defconfig
Build e06c2514884bc4680f4425b59ca6ebc6529d52b0
==============================================
Status : NOK
Failure reason : cairo-1.10.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 21:04:10
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/build-end.log
Complete log : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/config
Defconfig : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/defconfig
Build 88c9ac0864a49d87b1f27aa36927131744609236
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 21:09:56
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/build-end.log
Complete log : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/config
Defconfig : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/defconfig
Build 92d75d75381d291c46011f92b89f8320c81e3f05
==============================================
Status : NOK
Failure reason : libnss-3.12.9
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 21:51:10
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/build-end.log
Complete log : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/config
Defconfig : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/defconfig
Build 4b8bebaa92da357766d4356148625ab9ff0dd0b0
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-22 21:52:11
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/build-end.log
Complete log : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/config
Defconfig : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/defconfig
Build b8212534ad95b31d365d89254e06ba543e7c67ad
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 21:54:27
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/build-end.log
Complete log : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/config
Defconfig : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/defconfig
Build f47ecb8116fe6995fbc44b98f2407b8107e59913
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-22 22:23:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/build-end.log
Complete log : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/config
Defconfig : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/defconfig
--
http://autobuild.buildroot.net
^ permalink raw reply
* [Buildroot] [Qt] Qt framebuffer for ARM
From: Zoran Djordjevic @ 2012-11-23 6:52 UTC (permalink / raw)
To: buildroot
In-Reply-To: <7054975.hZU6daKNYx@localhost.localdomain>
It seems to me so, about the wrong options, but options I do
passed was in graphical menues of IDE. So I?went to?menu
Project Options and in?Dialog box "Options for project",?
item - "Compiler options" and subitem "Other", I entered
"-dQTOPIA -k-L/home/djdjdjole/lazarus/fpc/libcross"?.
In Building mode subitem I entered LCLWidgetType -qt.
There must be some missunderstanding from my side.
Lazarus?version is 1.0 (GTK).
?
Regards
________________________________
From: Den Jean <Den.Jean@telenet.be>
To: Items specific to the Qt widget set <qt@lists.lazarus.freepascal.org>
Sent: Thursday, November 22, 2012 10:09 PM
Subject: Re: [Qt] Qt framebuffer for ARM
Zeljko,
? FYI : http://forum.lazarus.freepascal.org/index.php/topic,18957
> I have success when using GTK over X11 for ARM, but now I want to try Qt with
> -qws option ie. using framebuffer.
> I successfuly used Qt (over X11) on desktops, using Lazarus. Also I successfully
> built libqt4pas.so for ARM and when tried to compile Qt project for ARM (also
> added -dQTOPIA in options), got few errors at linking phase, all starting with:
> undefined reference to QX11Info....
QX11Info seems properly ifdefed so you did not pass correctly the options.
make PREFIX=/usr clean all LCL_PLATFORM=qt OPT="-dQTOPIA"
> Where I go wrong and is it possible at all to crosscompile Qt project with Lazarus
> which would not use X11 but framebuffer?
There are alot of fixes for X11 and MSWINDOWS in lcl/qt
so I do not know the state of Lazarus on Qt Qtopia/QWS
grep -e? 'HASX11\|MSWINDOWS' /storage/svn/lazarus/lcl/interfaces/qt/*.p*? | wc -l
reveals 141 Windows or X11 specific fixes. No work specifically has been done for Qtopia
regards,
Jan
_______________________________________________
Qt mailing list
Qt at lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/qt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121122/a259a9b3/attachment-0001.html>
^ permalink raw reply
* [Buildroot] git sourced packages
From: Thomas Petazzoni @ 2012-11-22 23:14 UTC (permalink / raw)
To: buildroot
In-Reply-To: <140A1F4F62E34D098AF770FE7C37486A@JohanW7>
Dear Sagaert Johan,
On Thu, 22 Nov 2012 22:08:11 +0100, Sagaert Johan wrote:
> I think it would be a good idea to always specify a hash or tag when packages are sourced from git.
> There i no way otherwise to be sure what you are actually building.
I think this is what we already do. Which package(s) do you think are
not matching this?
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
* [Buildroot] git sourced packages
From: Sagaert Johan @ 2012-11-22 21:08 UTC (permalink / raw)
To: buildroot
Hi
I think it would be a good idea to always specify a hash or tag when packages are sourced from git.
There i no way otherwise to be sure what you are actually building.
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121122/842ccb5f/attachment.html>
^ permalink raw reply
* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Thomas Petazzoni @ 2012-11-22 17:45 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50AE61D1.7070303@calao-systems.com>
Dear Gr?gory Hermant,
On Thu, 22 Nov 2012 18:33:05 +0100, Gr?gory Hermant wrote:
> Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
> > It should be passed in the environment, not in the make argument list.
> > Otherwise it will override the definition in the Makefile itself.
> >
> > A good Makefile appends to LDFLAGS passed in from the environment, but this
> > is not always the case... Anyway the worst that can happen is that the LDFLAGS
> > are just ignored.
> You mean that way:
>
> SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
>
> $(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)
No, just:
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
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 v3 1/6] snowball-hdmiservice: new package
From: Grégory Hermant @ 2012-11-22 17:33 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50AE2FE3.8020801@mind.be>
Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
> It should be passed in the environment, not in the make argument list.
> Otherwise it will override the definition in the Makefile itself.
>
> A good Makefile appends to LDFLAGS passed in from the environment, but this
> is not always the case... Anyway the worst that can happen is that the LDFLAGS
> are just ignored.
You mean that way:
SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
$(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)
BR,
gregory
^ permalink raw reply
* [Buildroot] pygtk and friends
From: Steve Morris @ 2012-11-22 17:06 UTC (permalink / raw)
To: buildroot
Hi All,
I'd like to use pygtk in a buildroot based project.
After some searching, the only references I found were patches ifrom
2007 to add pycairo, pygobject and pygtk. I'm sure I can use this a as
basis for adding to a current build, but I'm surprised I didn't find any
more recent references.
Is anybody already doing this, or perhaps there are unseen difficulties
which will become apparent later on?
Any pointers would be appreciated.
Thanks,
Steve
^ permalink raw reply
* [Buildroot] [autobuild.buildroot.net] Build results for 2012-11-21
From: Markos Chandras @ 2012-11-22 15:36 UTC (permalink / raw)
To: buildroot
In-Reply-To: <20121122073420.55E8652C105@lolut.humanoidz.org>
On Thu, Nov 22, 2012 at 7:34 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
>
> Hello,
>
>
> Status : NOK
> Failure reason : webkit-1.2.7
> Architecture : arm
> Submitted by : Thomas Petazzoni (Free Electrons build server)
> Submitted at : 2012-11-21 21:08:57
> Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
> End of log : http://autobuild.buildroot.net/results/747fb6239b37cc958a5b35e5d6f843b016fab344/build-end.log
> Complete log : http://autobuild.buildroot.net/results/747fb6239b37cc958a5b35e5d6f843b016fab344/build.log.bz2
> Configuration : http://autobuild.buildroot.net/results/747fb6239b37cc958a5b35e5d6f843b016fab344/config
> Defconfig : http://autobuild.buildroot.net/results/747fb6239b37cc958a5b35e5d6f843b016fab344/defconfig
>
I had a brief look on this problem. This seems to be caused by
bison-2.6 like the upstream bug suggests[1]. Back-porting the patch[2]
to 1.2.7 is not trivial so I guess the easiest (and maybe safest)
thing to do is to bump this package to the latest release.
[1]https://bugs.webkit.org/show_bug.cgi?id=92264
[2]http://trac.webkit.org/changeset/124099
--
Regards,
Markos
^ permalink raw reply
* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Arnout Vandecappelle @ 2012-11-22 14:00 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50AE1C2D.8010905@calao-systems.com>
On 22/11/12 13:35, Gr?gory Hermant wrote:
> Arnout,
> Le 21/11/2012 07:51, Arnout Vandecappelle a ?crit :
>> On 15/11/12 09:25, Gregory Hermant wrote:
>>>
>>> Signed-off-by: Gregory Hermant<gregory.hermant@calao-systems.com>
>> [snip]
>>> +
>>> +define SNOWBALL_HDMISERVICE_BUILD_CMDS
>>> + $(MAKE) CC="$(TARGET_CC)" -C $(@D)
>>> +endef
>>
>> I may have asked this before, but is there a reason to not pass buildroot's
>> CFLAGS and LDFLAGS? We usually pass $(TARGET_CONFIGURE_OPTS) to sub-makes.
>>
>> [snip]
>>
> The build of the hdmiservice.so fails if i pass the buildroot's LDFLAGS.
It should be passed in the environment, not in the make argument list.
Otherwise it will override the definition in the Makefile itself.
A good Makefile appends to LDFLAGS passed in from the environment, but this
is not always the case... Anyway the worst that can happen is that the LDFLAGS
are just ignored.
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] gstreamer: Added option to disable plugin
From: Tim Sheridan @ 2012-11-22 13:53 UTC (permalink / raw)
To: buildroot
The plugin registry can take a while to be generated when GStreamer is initialized. Turning it off speeds up GStreamer application launch times. Default behaviour is unchanged.
Signed-off-by: Tim Sheridan <tim.sheridan@imgtec.com>
---
package/multimedia/gstreamer/Config.in | 9 +++++++++
package/multimedia/gstreamer/gstreamer.mk | 3 ++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in
index 4d279b8..e946b18 100644
--- a/package/multimedia/gstreamer/Config.in
+++ b/package/multimedia/gstreamer/Config.in
@@ -16,5 +16,14 @@ config BR2_PACKAGE_GSTREAMER_GST_DEBUG
in gstreamer. This has limited CPU overhead, but does
increase the rootfs size somewhat.
+config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
+ bool "enable plugin registry"
+ default y
+ depends on BR2_PACKAGE_GSTREAMER
+ help
+ Enable support for the GStreamer plugin registry.
+ This may increase the launch-time for a GStreamer
+ application.
+
comment "gstreamer requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index a9841b1..b87f029 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -21,7 +21,8 @@ GSTREAMER_CONF_OPT = \
--disable-tests \
--disable-failing-tests \
--disable-loadsave \
- $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug)
+ $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \
+ $(if
+ $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry)
GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf
--
1.7.1
^ permalink raw reply related
* [Buildroot] [PATCH] gstreamer: Added option to disable plugin registry.
From: Thomas Petazzoni @ 2012-11-22 13:27 UTC (permalink / raw)
To: buildroot
In-Reply-To: <98E3058E5505294895CA69F176CAD66272CE5E@LEMAIL01.le.imgtec.org>
Dear Tim Sheridan,
On Thu, 22 Nov 2012 13:19:05 +0000, Tim Sheridan wrote:
> Whoops, I forgot to include the sign-off for the patch. The amended patch is included below:
Please resend the patch properly, this one cannot be applied.
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
* [Buildroot] [PATCH] gstreamer: Added option to disable plugin registry.
From: Tim Sheridan @ 2012-11-22 13:19 UTC (permalink / raw)
To: buildroot
Whoops, I forgot to include the sign-off for the patch. The amended patch is included below:
---------SNIP---------
The plugin registry can take a while to be generated when GStreamer is
initialized. Turning it off speeds up GStreamer application launch times.
Default behavior unchanged.
Signed-off-by: Tim Sheridan <tim.sheridan@imgtec.com>
---
package/multimedia/gstreamer/Config.in | 9 +++++++++
package/multimedia/gstreamer/gstreamer.mk | 3 ++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in
index 4d279b8..e946b18 100644
--- a/package/multimedia/gstreamer/Config.in
+++ b/package/multimedia/gstreamer/Config.in
@@ -16,5 +16,14 @@ config BR2_PACKAGE_GSTREAMER_GST_DEBUG
in gstreamer. This has limited CPU overhead, but does
increase the rootfs size somewhat.
+config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
+ bool "enable plugin registry"
+ default y
+ depends on BR2_PACKAGE_GSTREAMER
+ help
+ Enable support for the GStreamer plugin registry.
+ This may increase the launch-time for a GStreamer
+ application.
+
comment "gstreamer requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index a9841b1..b87f029 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -21,7 +21,8 @@ GSTREAMER_CONF_OPT = \
--disable-tests \
--disable-failing-tests \
--disable-loadsave \
- $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug)
+ $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \
+ $(if $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry)
GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf
--
1.7.1
^ permalink raw reply related
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox