Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/3] php: bump to version 5.3.20
From: Gustavo Zacarias @ 2012-12-26 17:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356543388-23649-1-git-send-email-gustavo@zacarias.com.ar>

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

diff --git a/package/php/php.mk b/package/php/php.mk
index 4290170..a1badab 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-PHP_VERSION = 5.3.19
+PHP_VERSION = 5.3.20
 PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
 PHP_SITE = http://www.php.net/distributions
 PHP_INSTALL_STAGING = YES
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 1/3] gettext: bump to version 0.18.2
From: Gustavo Zacarias @ 2012-12-26 17:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gettext/gettext-uclibc-compat.patch        |   27 --------------------
 .../gettext/gettext-uclibc-sched_param-def.patch   |   20 --------------
 package/gettext/gettext.mk                         |    2 +-
 3 files changed, 1 insertions(+), 48 deletions(-)
 delete mode 100644 package/gettext/gettext-uclibc-compat.patch
 delete mode 100644 package/gettext/gettext-uclibc-sched_param-def.patch

diff --git a/package/gettext/gettext-uclibc-compat.patch b/package/gettext/gettext-uclibc-compat.patch
deleted file mode 100644
index 5e52665..0000000
--- a/package/gettext/gettext-uclibc-compat.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-The glibc fix/hack isn't valid for uClibc.
-Patch taken from OpenWRT.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
---- a/gettext-runtime/intl/localename.c
-+++ b/gettext-runtime/intl/localename.c
-@@ -2607,7 +2607,7 @@ gl_locale_name_thread_unsafe (int catego
-     locale_t thread_locale = uselocale (NULL);
-     if (thread_locale != LC_GLOBAL_LOCALE)
-       {
--#  if __GLIBC__ >= 2
-+#  if __GLIBC__ >= 2 && !defined __UCLIBC__
-         /* Work around an incorrect definition of the _NL_LOCALE_NAME macro in
-            glibc < 2.12.
-            See <http://sourceware.org/bugzilla/show_bug.cgi?id=10968>.  */
---- a/gettext-tools/gnulib-lib/localename.c
-+++ b/gettext-tools/gnulib-lib/localename.c
-@@ -2607,7 +2607,7 @@ gl_locale_name_thread_unsafe (int catego
-     locale_t thread_locale = uselocale (NULL);
-     if (thread_locale != LC_GLOBAL_LOCALE)
-       {
--#  if __GLIBC__ >= 2
-+#  if __GLIBC__ >= 2 && !defined __UCLIBC__
-         /* Work around an incorrect definition of the _NL_LOCALE_NAME macro in
-            glibc < 2.12.
-            See <http://sourceware.org/bugzilla/show_bug.cgi?id=10968>.  */
diff --git a/package/gettext/gettext-uclibc-sched_param-def.patch b/package/gettext/gettext-uclibc-sched_param-def.patch
deleted file mode 100644
index 4e39278..0000000
--- a/package/gettext/gettext-uclibc-sched_param-def.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-uclibc defines __GLIBC__ but it does not expose struct shed_param as much as glibc
-and is not needed too per standard. gnulib attempts to use it but we have to account
-for it because in this case uclibc does not behave like glibc.
-
--Khem
-
-http://bugs.gentoo.org/336484
-http://bugs.gentoo.org/323377
-
---- gettext/gettext-tools/gnulib-lib/spawn.in.h
-+++ gettext/gettext-tools/gnulib-lib/spawn.in.h
-@@ -31,7 +31,7 @@
- 
- /* Get definitions of 'struct sched_param' and 'sigset_t'.
-    But avoid namespace pollution on glibc systems.  */
--#ifndef __GLIBC__
-+#if !defined __GLIBC__ || defined __UCLIBC__
- # include <sched.h>
- # include <signal.h>
- #endif
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index a91cb7f..953077d 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-GETTEXT_VERSION = 0.18.1.1
+GETTEXT_VERSION = 0.18.2
 GETTEXT_SITE = $(BR2_GNU_MIRROR)/gettext
 GETTEXT_INSTALL_STAGING = YES
 GETTEXT_LICENSE = GPLv2+
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH v3] usbip: new package
From: Thomas Petazzoni @ 2012-12-26 17:32 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <defa5c66-81f8-43bf-b529-5d890db965d4@zimbra2.corp.accelance.fr>

Dear Jeremy Rosen,

On Wed, 26 Dec 2012 17:49:57 +0100 (CET), Jeremy Rosen wrote:

> I would be interested too, more and more tools are distributed with
> the kernel that we might want to build... I'm thinking of the perf
> tools in particular
> 
> is there an example somewhere on how to handle these ?

Unfortunately, there isn't a really good and nice way of handling these
in Buildroot for now.

I see two options:

 * Add sub-options to the "Linux kernel" package, to allow the
   installation of perf, usbip or other userspace packages whose source
   code is bundled with the kernel source code. This is the easiest
   solution, since the kernel version, sources and al. is already
   defined. But it also has major drawbacks: 1/ it makes those tools
   available only if you build your kernel with Buildroot and 2/ it
   puts the configuration options to install those tools inside the
   "Linux kernel" menu, which is not very intuitive.

 * Add separate packages for each of those tools in package/, with
   those packages depending on the "linux" package. The extract step of
   those packages could copy the source code of these tools from the
   Linux kernel source tree into their build directory, or simply build
   then directly from within the Linux kernel source tree. It solves
   drawback (2) described above, but not drawback (1).

 * Add separate packages for each of those tools in package/, and make
   them independent from the Linux package. They would for example
   download the latest stable version of the Linux kernel source code,
   and use that as a source. The extract step could be customized to
   only extract the part of the kernel sources that are actually
   relevant for this package. This would solve both drawbacks (1) and
   (2), but adds different drawbacks: it's another place where we have
   to bump the kernel version regularly, and people may want to
   configure the version of the kernel sources used to build those
   tools: the primary reason why those tools are bundled with the
   kernel sources is because the userspace-to-kernel ABI specific to
   those tools gets changed from time to time, and therefore there may
   be compatibility issues in running those tools from kernel version X
   under a system running kernel version Y.

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 v3] usbip: new package
From: Jeremy Rosen @ 2012-12-26 16:49 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121226163521.GL11946@sapphire.tkos.co.il>

> 
> This package is very old. Newer version is distributed with the
> kernel sources
> under drivers/staging/usbip/userspace/. I'm not sure how to extract
> these
> files during build. Maybe the experts here have an Idea?
> 


I would be interested too, more and more tools are distributed with the kernel that we might want to build... I'm thinking of the perf tools in particular

is there an example somewhere on how to handle these ?

^ permalink raw reply

* [Buildroot] [PATCH v3] usbip: new package
From: Baruch Siach @ 2012-12-26 16:35 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAOPBCFUzO64CXWKr4Z2rJeUb2NXExu=H1Gp2QyymrHcjVNaJuA@mail.gmail.com>

Hi Marcin,

On Wed, Dec 26, 2012 at 09:55:47AM +0100, Marcin Bis wrote:
[...]
> +USBIP_VERSION = 0.1.7

This package is very old. Newer version is distributed with the kernel sources 
under drivers/staging/usbip/userspace/. I'm not sure how to extract these 
files during build. Maybe the experts here have an Idea?

baruch

> +USBIP_SITE = http://downloads.sourceforge.net/project/usbip/usbip/$(USBIP_VERSION)
> +USBIP_LICENSE = GPLv2+
> +USBIP_LICENSE_FILES = COPYING
> +USBIP_CONF_OPT = --without-tcpwrappers
> +USBIP_DEPENDENCIES = libglib2 libsysfs

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply

* [Buildroot] [PATCH 3/3] libmicrohttpd: bump to version 0.9.24
From: Gustavo Zacarias @ 2012-12-26 13:55 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356530149-12305-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libmicrohttpd/Config.in        |    5 +++++
 package/libmicrohttpd/libmicrohttpd.mk |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/package/libmicrohttpd/Config.in b/package/libmicrohttpd/Config.in
index cfedc8f..4e78a99 100644
--- a/package/libmicrohttpd/Config.in
+++ b/package/libmicrohttpd/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBMICROHTTPD
 	bool "libmicrohttpd"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  GNU libmicrohttpd is a small C library that makes it easy to
 	  run an HTTP server as part of another application.
@@ -9,6 +10,10 @@ config BR2_PACKAGE_LIBMICROHTTPD
 config BR2_PACKAGE_LIBMICROHTTPD_SSL
        bool "https support"
        depends on BR2_PACKAGE_LIBMICROHTTPD
+       select BR2_PACKAGE_GNUTLS
        select BR2_PACKAGE_LIBGCRYPT
        help
          Enable HTTPS (SSL) support.
+
+comment "libmicrohttpd needs a toolchain with thread support"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/libmicrohttpd/libmicrohttpd.mk b/package/libmicrohttpd/libmicrohttpd.mk
index f8690ee..cf84b2d 100644
--- a/package/libmicrohttpd/libmicrohttpd.mk
+++ b/package/libmicrohttpd/libmicrohttpd.mk
@@ -3,14 +3,14 @@
 # libmicrohttpd
 #
 #############################################################
-LIBMICROHTTPD_VERSION = 0.4.6
-LIBMICROHTTPD_SOURCE = libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz
+
+LIBMICROHTTPD_VERSION = 0.9.24
 LIBMICROHTTPD_SITE = $(BR2_GNU_MIRROR)/libmicrohttpd
 LIBMICROHTTPD_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_LIBMICROHTTPD_SSL),y)
-LIBMICROHTTPD_DEPENDENCIES += libgcrypt
-LIBMICROHTTPD_CONF_OPT += --enable-https \
+LIBMICROHTTPD_DEPENDENCIES += gnutls libgcrypt
+LIBMICROHTTPD_CONF_OPT += --enable-https --with-gnutls=$(STAGING_DIR)/usr \
 			  --with-libgcrypt-prefix=$(STAGING_DIR)/usr
 else
 LIBMICROHTTPD_CONF_OPT += --disable-https
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/3] gnutls: make it non-wchar friendly
From: Gustavo Zacarias @ 2012-12-26 13:55 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356530149-12305-1-git-send-email-gustavo@zacarias.com.ar>

Make gnutls work for non-wchar toolchains.
It's just a matter of throwing a helping hand to configure.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/connman/Config.in         |    2 +-
 package/gnutls/Config.in          |    4 ----
 package/gnutls/gnutls.mk          |    5 ++++-
 package/libsoup/Config.in         |    2 +-
 package/network-manager/Config.in |    2 +-
 5 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/package/connman/Config.in b/package/connman/Config.in
index 93f9ab5..4c9741b 100644
--- a/package/connman/Config.in
+++ b/package/connman/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_CONNMAN
 	select BR2_PACKAGE_IPTABLES
 	select BR2_PACKAGE_GNUTLS
 	depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
-	depends on BR2_USE_WCHAR # libglib2 and gnutls
+	depends on BR2_USE_WCHAR # libglib2
 	depends on BR2_INET_IPV6
 	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
 	depends on BR2_USE_MMU # dbus
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
index 556caea..cedf120 100644
--- a/package/gnutls/Config.in
+++ b/package/gnutls/Config.in
@@ -1,12 +1,8 @@
 config BR2_PACKAGE_GNUTLS
 	bool "gnutls"
 	select BR2_PACKAGE_LIBGCRYPT
-	depends on BR2_USE_WCHAR
 	help
 	  GnuTLS is a secure communications library implementing the SSL
 	  and TLS protocols and technologies around them.
 
 	  http://www.gnu.org/software/gnutls/gnutls.html
-
-comment "gnutls requires a toolchain with WCHAR support"
-	depends on !BR2_USE_WCHAR
diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 2634642..506d7f5 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -10,7 +10,10 @@ GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls
 GNUTLS_LICENSE = GPLv3+ LGPLv2.1+
 GNUTLS_LICENSE_FILES = COPYING lib/COPYING
 GNUTLS_DEPENDENCIES = host-pkgconf libgcrypt $(if $(BR2_PACKAGE_ZLIB),zlib)
-GNUTLS_CONF_ENV = acl_cv_rpath=no
+GNUTLS_CONF_ENV = acl_cv_rpath=no \
+	ac_cv_header_wchar_h=$(if $(BR2_USE_WCHAR),yes,no) \
+	gt_cv_c_wchar_t=$(if $(BR2_USE_WCHAR),yes,no) \
+	gt_cv_c_wint_t=$(if $(BR2_USE_WCHAR),yes,no)
 GNUTLS_CONF_OPT = --with-libgcrypt --without-libgcrypt-prefix \
 		--without-p11-kit --disable-rpath
 GNUTLS_INSTALL_STAGING = YES
diff --git a/package/libsoup/Config.in b/package/libsoup/Config.in
index 57b425f..c3b4ceb 100644
--- a/package/libsoup/Config.in
+++ b/package/libsoup/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBSOUP
 	bool "libsoup"
-	depends on BR2_USE_WCHAR # glib2 and gnutls
+	depends on BR2_USE_WCHAR # glib2
 	select BR2_PACKAGE_LIBXML2
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
diff --git a/package/network-manager/Config.in b/package/network-manager/Config.in
index e2324d6..f2544da 100644
--- a/package/network-manager/Config.in
+++ b/package/network-manager/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
 	select BR2_PACKAGE_DBUS
 	depends on BR2_INET_IPV6
 	depends on BR2_LARGEFILE # acl
-	depends on BR2_USE_WCHAR # libglib2 and gnutls
+	depends on BR2_USE_WCHAR # libglib2
 	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
 	depends on BR2_USE_MMU # dbus
 	select BR2_PACKAGE_DBUS_GLIB
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 1/3] libgcrypt: disable tests
From: Gustavo Zacarias @ 2012-12-26 13:55 UTC (permalink / raw)
  To: buildroot

The testsuite uses fork() hence fails on !MMU targets.
We don't use/install these so just get rid of them.

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

diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
index a320e48..3aa60c6 100644
--- a/package/libgcrypt/libgcrypt.mk
+++ b/package/libgcrypt/libgcrypt.mk
@@ -10,6 +10,7 @@ LIBGCRYPT_LICENSE = LGPLv2.1+
 LIBGCRYPT_LICENSE_FILES = COPYING.LIB
 LIBGCRYPT_SITE = ftp://ftp.gnupg.org/gcrypt/libgcrypt
 LIBGCRYPT_INSTALL_STAGING = YES
+LIBGCRYPT_DEPENDENCIES = libgpg-error
 
 LIBGCRYPT_CONF_ENV = \
 	ac_cv_sys_symbol_underscore=no
@@ -17,6 +18,12 @@ LIBGCRYPT_CONF_OPT = \
 	--disable-optimization \
 	--with-gpg-error-prefix=$(STAGING_DIR)/usr
 
-LIBGCRYPT_DEPENDENCIES = libgpg-error
+# Tests use fork()
+define LIBGCRYPT_DISABLE_TESTS
+	$(SED) 's/ tests//' $(@D)/Makefile.in
+endef
+
+LIBGCRYPT_POST_PATCH_HOOKS += LIBGCRYPT_DISABLE_TESTS
+
 
 $(eval $(autotools-package))
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/2] libfuse: needs mmu
From: Gustavo Zacarias @ 2012-12-26 10:49 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356518959-30055-1-git-send-email-gustavo@zacarias.com.ar>

Fixes
http://autobuild.buildroot.net/results/5c64ea05e0ffedcc78f5255f6f76afa1f159cda0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libfuse/Config.in |    1 +
 package/sshfs/Config.in   |    1 +
 package/unionfs/Config.in |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/libfuse/Config.in b/package/libfuse/Config.in
index 2e9b7dc..5d30892 100644
--- a/package/libfuse/Config.in
+++ b/package/libfuse/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBFUSE
 	bool "libfuse"
 	depends on BR2_LARGEFILE
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	help
 	  FUSE (Filesystem in UserSpacE)
 
diff --git a/package/sshfs/Config.in b/package/sshfs/Config.in
index d0cf932..11b6bb9 100644
--- a/package/sshfs/Config.in
+++ b/package/sshfs/Config.in
@@ -8,6 +8,7 @@ config BR2_PACKAGE_SSHFS
 	depends on BR2_LARGEFILE
 	depends on BR2_USE_WCHAR # glib2
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
+	depends on BR2_USE_MMU # libfuse
 	help
 	  FUSE filesystem client based on the SSH File Transfer Protocol.
 
diff --git a/package/unionfs/Config.in b/package/unionfs/Config.in
index 92f1787..2ac7be9 100644
--- a/package/unionfs/Config.in
+++ b/package/unionfs/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_UNIONFS
 	select BR2_PACKAGE_LIBFUSE
 	depends on BR2_LARGEFILE
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
+	depends on BR2_USE_MMU # libfuse
 	help
 	  A userspace unionfs implementation.
 
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 1/2] cdrkit: needs mmu
From: Gustavo Zacarias @ 2012-12-26 10:49 UTC (permalink / raw)
  To: buildroot

Fixes
autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34

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

diff --git a/package/cdrkit/Config.in b/package/cdrkit/Config.in
index 7ff50f3..dfe3811 100644
--- a/package/cdrkit/Config.in
+++ b/package/cdrkit/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_CDRKIT
 	select BR2_PACKAGE_BZIP2
 	select BR2_PACKAGE_LIBCAP
 	depends on BR2_LARGEFILE
+	depends on BR2_USE_MMU # fork
 	bool "cdrkit"
 	help
 	  cdrkit is a suite of programs for recording CDs and DVDs,
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH v3] usbip: new package
From: Marcin Bis @ 2012-12-26  8:55 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121226094937.3c2b9383@skate>

Signed-off-by: Marcin Bis <marcin@bis.org.pl>
---
 package/Config.in       |    1 +
 package/usbip/Config.in |   33 +++++++++++++++++++++++++++++++++
 package/usbip/usbip.mk  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 3d556b2..c773c46 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -684,6 +684,7 @@ source "package/transmission/Config.in"
 source "package/ttcp/Config.in"
 source "package/udpcast/Config.in"
 source "package/ulogd/Config.in"
+source "package/usbip/Config.in"
 source "package/ushare/Config.in"
 source "package/vde2/Config.in"
 source "package/vpnc/Config.in"
diff --git a/package/usbip/Config.in b/package/usbip/Config.in
new file mode 100644
index 0000000..7abf1d1
--- /dev/null
+++ b/package/usbip/Config.in
@@ -0,0 +1,33 @@
+config BR2_PACKAGE_USBIP
+	bool "usbip"
+	depends on BR2_USE_WCHAR # glib2
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_LIBSYSFS
+	help
+	  Userspace tools for sharing USB devices over TCP/IP network.
+
+	  http://usbip.sourceforge.net/
+
+	  Depends on glib.
+
+	  Note: For exporting or connecting to exported USB devices
+	  additional kernel drivers are needed (available since 2.6.28
+	  under Stagging).
+
+comment "usbip requires a toolchain with WCHAR support"
+        depends on !BR2_USE_WCHAR
+
+if BR2_PACKAGE_USBIP
+
+config BR2_USBIP_CLIENT
+	bool "usbip client"
+	default y
+	help
+	  the client part of usbip
+
+config BR2_USBIP_SERVER
+	bool "usbip server"
+	help
+	  the server part of usbip
+
+endif
diff --git a/package/usbip/usbip.mk b/package/usbip/usbip.mk
new file mode 100644
index 0000000..d1f7021
--- /dev/null
+++ b/package/usbip/usbip.mk
@@ -0,0 +1,32 @@
+#############################################################
+#
+# usbip
+#
+#############################################################
+
+USBIP_VERSION = 0.1.7
+USBIP_SITE = http://downloads.sourceforge.net/project/usbip/usbip/$(USBIP_VERSION)
+USBIP_LICENSE = GPLv2+
+USBIP_LICENSE_FILES = COPYING
+USBIP_CONF_OPT = --without-tcpwrappers
+USBIP_DEPENDENCIES = libglib2 libsysfs
+
+#The userspace applications are in the src/ subdirectory.
+USBIP_SUBDIR = src
+#Running autogen.sh is needed to create configure script.
+USBIP_AUTORECONF = YES
+
+ifneq ($(BR2_USBIP_CLIENT),y)
+        USBIP_TOREMOVE += usbip
+endif
+ifneq ($(BR2_USBIP_SERVER),y)
+        USBIP_TOREMOVE += usbipd bind_driver
+endif
+
+define USBIP_CLEANUP_AFTER_INSTALL
+        rm -f $(addprefix $(TARGET_DIR)/usr/bin/, $(USBIP_TOREMOVE))
+endef
+
+USBIP_POST_INSTALL_TARGET_HOOKS += USBIP_CLEANUP_AFTER_INSTALL
+
+$(eval $(autotools-package))

^ permalink raw reply related

* [Buildroot] [PATCH] usbip: new package
From: Thomas Petazzoni @ 2012-12-26  8:49 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121226070612.GC7402@sapphire.tkos.co.il>


On Wed, 26 Dec 2012 09:06:12 +0200, Baruch Siach wrote:
> Hi Marcin,
> 
> On Wed, Dec 26, 2012 at 07:44:32AM +0100, Marcin Bis wrote:
> > The following patch adds new package: usbip (tools for sharing USB
> > devices over network).
> > I have tested it under various ARM builds.
> > 
> > Please consider adding it to Buildroot.
> 
> This sentence is not part of the commit log. You can put it below...
> 
> > 
> > Signed-off-by: Marcin Bis <marcin@bis.org.pl>

Please use a real e-mail here, i.e marcin at bis.org.pl

> > --
> 
> here.

And the separator should be --- and not --, if I'm correct.

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] Packet menu: X.org X Window System
From: Thomas Petazzoni @ 2012-12-26  8:47 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121226022529.GA5440@zuhnb712.ap.bm.net>

Dear Woody Wu,

On Wed, 26 Dec 2012 10:25:29 +0800, Woody Wu wrote:

> I feel a little confused in the 'X.org X Window System' packet menu.
> It present me with 'X Window System server' as well as 'X11R7
> servers'. Under 'X Window System server' I can choice TinyX, under
> the 'X11R7 servers', I can choice x.org server.  Is that a conflict?
> Or does it means, in additional to TinyX, I still need to pick up a
> X11R7 server to work with it?

There are two things:

 * The selection of the "Server Type" (i.e TinyX or Modular X.org)
 * The enabling or disabling of the X.org server

In fact, the X.org server can be compiled in two different flavors:

 * The modular X.org flavor, which is the one used on virtually all
   Linux distributions. In this flavor, the device drivers (video,
   input, etc.) are compiled separately from the X.org server and can
   be dynamically loaded.

 * The TinyX variant, in which drivers are directly bundled into the X
   server. Those drivers are more limited (in number), and are directly
   part of the X.org server code base (as opposed to the modular X.org,
   where each driver is a separate project, separate tarball.

It would probably be more clear to have the Server Type selection as a
sub-option of the X.org server selection.

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 v2] usbip: new package
From: Marcin Bis @ 2012-12-26  8:27 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121226070612.GC7402@sapphire.tkos.co.il>

Signed-off-by: Marcin Bis <marcin@bis.org.pl>
--
 package/Config.in       |    1 +
 package/usbip/Config.in |   33 +++++++++++++++++++++++++++++++++
 package/usbip/usbip.mk  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 3d556b2..c773c46 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -684,6 +684,7 @@ source "package/transmission/Config.in"
 source "package/ttcp/Config.in"
 source "package/udpcast/Config.in"
 source "package/ulogd/Config.in"
+source "package/usbip/Config.in"
 source "package/ushare/Config.in"
 source "package/vde2/Config.in"
 source "package/vpnc/Config.in"
diff --git a/package/usbip/Config.in b/package/usbip/Config.in
new file mode 100644
index 0000000..7abf1d1
--- /dev/null
+++ b/package/usbip/Config.in
@@ -0,0 +1,33 @@
+config BR2_PACKAGE_USBIP
+	bool "usbip"
+	depends on BR2_USE_WCHAR # glib2
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_LIBSYSFS
+	help
+	  Userspace tools for sharing USB devices over TCP/IP network.
+
+	  http://usbip.sourceforge.net/
+
+	  Depends on glib.
+
+	  Note: For exporting or connecting to exported USB devices
+	  additional kernel drivers are needed (available since 2.6.28
+	  under Stagging).
+
+comment "usbip requires a toolchain with WCHAR support"
+        depends on !BR2_USE_WCHAR
+
+if BR2_PACKAGE_USBIP
+
+config BR2_USBIP_CLIENT
+	bool "usbip client"
+	default y
+	help
+	  the client part of usbip
+
+config BR2_USBIP_SERVER
+	bool "usbip server"
+	help
+	  the server part of usbip
+
+endif
diff --git a/package/usbip/usbip.mk b/package/usbip/usbip.mk
new file mode 100644
index 0000000..d1f7021
--- /dev/null
+++ b/package/usbip/usbip.mk
@@ -0,0 +1,32 @@
+#############################################################
+#
+# usbip
+#
+#############################################################
+
+USBIP_VERSION = 0.1.7
+USBIP_SITE = http://downloads.sourceforge.net/project/usbip/usbip/$(USBIP_VERSION)
+USBIP_LICENSE = GPLv2+
+USBIP_LICENSE_FILES = COPYING
+USBIP_CONF_OPT = --without-tcpwrappers
+USBIP_DEPENDENCIES = libglib2 libsysfs
+
+#The userspace applications are in the src/ subdirectory.
+USBIP_SUBDIR = src
+#Running autogen.sh is needed to create configure script.
+USBIP_AUTORECONF = YES
+
+ifneq ($(BR2_USBIP_CLIENT),y)
+        USBIP_TOREMOVE += usbip
+endif
+ifneq ($(BR2_USBIP_SERVER),y)
+        USBIP_TOREMOVE += usbipd bind_driver
+endif
+
+define USBIP_CLEANUP_AFTER_INSTALL
+        rm -f $(addprefix $(TARGET_DIR)/usr/bin/, $(USBIP_TOREMOVE))
+endef
+
+USBIP_POST_INSTALL_TARGET_HOOKS += USBIP_CLEANUP_AFTER_INSTALL
+
+$(eval $(autotools-package))

^ permalink raw reply related

* [Buildroot] [PATCH 1/1] new package: libfribidi
From: Mikhail Boiko @ 2012-12-26  7:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com>
---
 package/Config.in                |    1 +
 package/libfribidi/Config.in     |    7 +++++++
 package/libfribidi/libfribidi.mk |   13 +++++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 package/libfribidi/Config.in
 create mode 100644 package/libfribidi/libfribidi.mk

diff --git a/package/Config.in b/package/Config.in
index 3d556b2..e60f22e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -519,6 +519,7 @@ source "package/libelf/Config.in"
 source "package/libevent/Config.in"
 source "package/libev/Config.in"
 source "package/libffi/Config.in"
+source "package/libfribidi/Config.in"
 source "package/gsl/Config.in"
 source "package/libglib2/Config.in"
 source "package/libical/Config.in"
diff --git a/package/libfribidi/Config.in b/package/libfribidi/Config.in
new file mode 100644
index 0000000..11aed62
--- /dev/null
+++ b/package/libfribidi/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBFRIBIDI
+	bool "libfribidi"
+	help
+	  GNU FriBidi is an implementation of the Unicode 
+	  Bidirectional Algorithm (bidi).
+
+	  http://www.fribidi.org/
diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk
new file mode 100644
index 0000000..578438a
--- /dev/null
+++ b/package/libfribidi/libfribidi.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# libfribidi
+#
+#############################################################
+
+LIBFRIBIDI_VERSION = 0.19.5
+LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
+LIBFRIBIDI_SITE = http://www.fribidi.org/download/
+LIBFRIBIDI_LICENSE = LGPLv2.1+
+LIBFRIBIDI_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 1/1] dosfstools: fix download link
From: Mikhail Boiko @ 2012-12-26  7:40 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com>
---
 package/dosfstools/dosfstools.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
index 08201d3..507f485 100644
--- a/package/dosfstools/dosfstools.mk
+++ b/package/dosfstools/dosfstools.mk
@@ -5,7 +5,7 @@
 #############################################################
 
 DOSFSTOOLS_VERSION = 3.0.12
-DOSFSTOOLS_SITE = http://www.daniel-baumann.ch/software/dosfstools
+DOSFSTOOLS_SITE = http://fossies.org/linux/misc/
 MKDOSFS_BINARY = mkdosfs
 DOSFSCK_BINARY = dosfsck
 DOSFSLABEL_BINARY = dosfslabel
-- 
1.7.9.5

^ permalink raw reply related

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


Hello,

On 2012-12-25, 145 random build tests have been done and
submitted on autobuild.buildroot.net.
 111 builds have been successful
 34 builds have failed

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

Build 33fc6f5b7bc5daa03462430cf1b5f656e67bf244
==============================================

Status         : NOK
Failure reason : luajit-2.0.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 00:15:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/33fc6f5b7bc5daa03462430cf1b5f656e67bf244/build-end.log
Complete log   : http://autobuild.buildroot.net/results/33fc6f5b7bc5daa03462430cf1b5f656e67bf244/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/33fc6f5b7bc5daa03462430cf1b5f656e67bf244/config
Defconfig      : http://autobuild.buildroot.net/results/33fc6f5b7bc5daa03462430cf1b5f656e67bf244/defconfig

Build b0b46c8fa7889b18b8fe2de9c6e065be1e3a142b
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 00:25:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/b0b46c8fa7889b18b8fe2de9c6e065be1e3a142b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b0b46c8fa7889b18b8fe2de9c6e065be1e3a142b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b0b46c8fa7889b18b8fe2de9c6e065be1e3a142b/config
Defconfig      : http://autobuild.buildroot.net/results/b0b46c8fa7889b18b8fe2de9c6e065be1e3a142b/defconfig

Build c1fbf17c7bc5329df434f36c79b17a56fba6a84e
==============================================

Status         : NOK
Failure reason : ltrace-0.7.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 01:04:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/c1fbf17c7bc5329df434f36c79b17a56fba6a84e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c1fbf17c7bc5329df434f36c79b17a56fba6a84e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c1fbf17c7bc5329df434f36c79b17a56fba6a84e/config
Defconfig      : http://autobuild.buildroot.net/results/c1fbf17c7bc5329df434f36c79b17a56fba6a84e/defconfig

Build d981db60240df97ca486a043d356a1deea67a14c
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 04:15:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/d981db60240df97ca486a043d356a1deea67a14c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d981db60240df97ca486a043d356a1deea67a14c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d981db60240df97ca486a043d356a1deea67a14c/config
Defconfig      : http://autobuild.buildroot.net/results/d981db60240df97ca486a043d356a1deea67a14c/defconfig

Build 63678072af089c009a6bd703af1f3475838c60ab
==============================================

Status         : NOK
Failure reason : m4-1.4.16
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 04:23:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/63678072af089c009a6bd703af1f3475838c60ab/build-end.log
Complete log   : http://autobuild.buildroot.net/results/63678072af089c009a6bd703af1f3475838c60ab/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/63678072af089c009a6bd703af1f3475838c60ab/config
Defconfig      : http://autobuild.buildroot.net/results/63678072af089c009a6bd703af1f3475838c60ab/defconfig

Build dc6da1512ae0ac460348a76616d052d1530e41f3
==============================================

Status         : NOK
Failure reason : squid-3.2.5
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 04:33:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/dc6da1512ae0ac460348a76616d052d1530e41f3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc6da1512ae0ac460348a76616d052d1530e41f3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc6da1512ae0ac460348a76616d052d1530e41f3/config
Defconfig      : http://autobuild.buildroot.net/results/dc6da1512ae0ac460348a76616d052d1530e41f3/defconfig

Build 10129d06088149a5ce9bd9762b5a17e5d89eec34
==============================================

Status         : NOK
Failure reason : cdrkit-1.1.11
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 05:26:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34/build-end.log
Complete log   : http://autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34/config
Defconfig      : http://autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34/defconfig

Build dd0b9e27d816c9d005dcf2c808d70798484be6dd
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 06:42:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/dd0b9e27d816c9d005dcf2c808d70798484be6dd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dd0b9e27d816c9d005dcf2c808d70798484be6dd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dd0b9e27d816c9d005dcf2c808d70798484be6dd/config
Defconfig      : http://autobuild.buildroot.net/results/dd0b9e27d816c9d005dcf2c808d70798484be6dd/defconfig

Build 335b5780e4d10fd216634984b417043ed4a3bc70
==============================================

Status         : NOK
Failure reason : libiconv-1.14
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 08:56:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/335b5780e4d10fd216634984b417043ed4a3bc70/build-end.log
Complete log   : http://autobuild.buildroot.net/results/335b5780e4d10fd216634984b417043ed4a3bc70/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/335b5780e4d10fd216634984b417043ed4a3bc70/config
Defconfig      : http://autobuild.buildroot.net/results/335b5780e4d10fd216634984b417043ed4a3bc70/defconfig

Build caa913c61f9d3b540aefd8607e399eba70045a2c
==============================================

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

Build 293f5c73db2087e21e65db64281bbe226ea95e0f
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 09:54:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/293f5c73db2087e21e65db64281bbe226ea95e0f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/293f5c73db2087e21e65db64281bbe226ea95e0f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/293f5c73db2087e21e65db64281bbe226ea95e0f/config
Defconfig      : http://autobuild.buildroot.net/results/293f5c73db2087e21e65db64281bbe226ea95e0f/defconfig

Build b7ceb7c1d019bbc74bb33c7840bc0025be2d217b
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 11:16:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/b7ceb7c1d019bbc74bb33c7840bc0025be2d217b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b7ceb7c1d019bbc74bb33c7840bc0025be2d217b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b7ceb7c1d019bbc74bb33c7840bc0025be2d217b/config
Defconfig      : http://autobuild.buildroot.net/results/b7ceb7c1d019bbc74bb33c7840bc0025be2d217b/defconfig

Build 7e08ac8116c08ecd628c8f4aa8311863cd4710b8
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 12:22:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/7e08ac8116c08ecd628c8f4aa8311863cd4710b8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7e08ac8116c08ecd628c8f4aa8311863cd4710b8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7e08ac8116c08ecd628c8f4aa8311863cd4710b8/config
Defconfig      : http://autobuild.buildroot.net/results/7e08ac8116c08ecd628c8f4aa8311863cd4710b8/defconfig

Build 16e54f6442de6366e00afa2f3085698d3bd0d32d
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 12:24:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/16e54f6442de6366e00afa2f3085698d3bd0d32d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/16e54f6442de6366e00afa2f3085698d3bd0d32d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/16e54f6442de6366e00afa2f3085698d3bd0d32d/config
Defconfig      : http://autobuild.buildroot.net/results/16e54f6442de6366e00afa2f3085698d3bd0d32d/defconfig

Build ee29b65f587db4c0387e3688f43f47c73777d63e
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 12:24:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/ee29b65f587db4c0387e3688f43f47c73777d63e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ee29b65f587db4c0387e3688f43f47c73777d63e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ee29b65f587db4c0387e3688f43f47c73777d63e/config
Defconfig      : http://autobuild.buildroot.net/results/ee29b65f587db4c0387e3688f43f47c73777d63e/defconfig

Build e380b838296c85ff9aeaec9fa088bded69670307
==============================================

Status         : NOK
Failure reason : pcre-8.31
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 12:25:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/e380b838296c85ff9aeaec9fa088bded69670307/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e380b838296c85ff9aeaec9fa088bded69670307/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e380b838296c85ff9aeaec9fa088bded69670307/config
Defconfig      : http://autobuild.buildroot.net/results/e380b838296c85ff9aeaec9fa088bded69670307/defconfig

Build ea6788a49b8c9fb994e27b441c5cf7596dc29517
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 14:12:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/ea6788a49b8c9fb994e27b441c5cf7596dc29517/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ea6788a49b8c9fb994e27b441c5cf7596dc29517/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ea6788a49b8c9fb994e27b441c5cf7596dc29517/config
Defconfig      : http://autobuild.buildroot.net/results/ea6788a49b8c9fb994e27b441c5cf7596dc29517/defconfig

Build 1c321e5f5a5431d05794ab97c41ec9d9a2033d83
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 14:13:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/1c321e5f5a5431d05794ab97c41ec9d9a2033d83/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1c321e5f5a5431d05794ab97c41ec9d9a2033d83/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1c321e5f5a5431d05794ab97c41ec9d9a2033d83/config
Defconfig      : http://autobuild.buildroot.net/results/1c321e5f5a5431d05794ab97c41ec9d9a2033d83/defconfig

Build 488b8cf67dfa3fa41dbc7dcaba6baefeef36d382
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 15:29:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/488b8cf67dfa3fa41dbc7dcaba6baefeef36d382/build-end.log
Complete log   : http://autobuild.buildroot.net/results/488b8cf67dfa3fa41dbc7dcaba6baefeef36d382/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/488b8cf67dfa3fa41dbc7dcaba6baefeef36d382/config
Defconfig      : http://autobuild.buildroot.net/results/488b8cf67dfa3fa41dbc7dcaba6baefeef36d382/defconfig

Build 41d4a6ee6c1fe6c253e2c1ce34aa03f76b185a30
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 15:39:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/41d4a6ee6c1fe6c253e2c1ce34aa03f76b185a30/build-end.log
Complete log   : http://autobuild.buildroot.net/results/41d4a6ee6c1fe6c253e2c1ce34aa03f76b185a30/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/41d4a6ee6c1fe6c253e2c1ce34aa03f76b185a30/config
Defconfig      : http://autobuild.buildroot.net/results/41d4a6ee6c1fe6c253e2c1ce34aa03f76b185a30/defconfig

Build 0e640d3f26899a34c45f28093565bbf82485e776
==============================================

Status         : NOK
Failure reason : luajit-2.0.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 16:32:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/0e640d3f26899a34c45f28093565bbf82485e776/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0e640d3f26899a34c45f28093565bbf82485e776/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0e640d3f26899a34c45f28093565bbf82485e776/config
Defconfig      : http://autobuild.buildroot.net/results/0e640d3f26899a34c45f28093565bbf82485e776/defconfig

Build ce65338c4f8a83c16f33032ec878a3527b567f87
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 16:58:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/ce65338c4f8a83c16f33032ec878a3527b567f87/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ce65338c4f8a83c16f33032ec878a3527b567f87/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ce65338c4f8a83c16f33032ec878a3527b567f87/config
Defconfig      : http://autobuild.buildroot.net/results/ce65338c4f8a83c16f33032ec878a3527b567f87/defconfig

Build 6c6d90b64cf51daa2de4b34593d7dac8abe04a61
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-25 17:27:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/6c6d90b64cf51daa2de4b34593d7dac8abe04a61/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6c6d90b64cf51daa2de4b34593d7dac8abe04a61/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6c6d90b64cf51daa2de4b34593d7dac8abe04a61/config
Defconfig      : http://autobuild.buildroot.net/results/6c6d90b64cf51daa2de4b34593d7dac8abe04a61/defconfig

Build 96a86b9e755f50acc528a53d2fd2da7cb3df2d3d
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 18:37:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/96a86b9e755f50acc528a53d2fd2da7cb3df2d3d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/96a86b9e755f50acc528a53d2fd2da7cb3df2d3d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/96a86b9e755f50acc528a53d2fd2da7cb3df2d3d/config
Defconfig      : http://autobuild.buildroot.net/results/96a86b9e755f50acc528a53d2fd2da7cb3df2d3d/defconfig

Build df1971b195470f1b89f37027cc46f18a7d3b11a7
==============================================

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

Build a29216312755730e1d7d39b700e6e6aead230593
==============================================

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

Build 79a8fd7601a8e6ca7ddd7216ff28f78f9f6df5ec
==============================================

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

Build 127fffb6f279c9c9674e0b6360bd13cac76d9367
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 20:28:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/127fffb6f279c9c9674e0b6360bd13cac76d9367/build-end.log
Complete log   : http://autobuild.buildroot.net/results/127fffb6f279c9c9674e0b6360bd13cac76d9367/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/127fffb6f279c9c9674e0b6360bd13cac76d9367/config
Defconfig      : http://autobuild.buildroot.net/results/127fffb6f279c9c9674e0b6360bd13cac76d9367/defconfig

Build dd7710c1b88b098938cb6b9774b929afa52ed9df
==============================================

Status         : NOK
Failure reason : libcap-ng-0.6.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 21:31:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/dd7710c1b88b098938cb6b9774b929afa52ed9df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dd7710c1b88b098938cb6b9774b929afa52ed9df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dd7710c1b88b098938cb6b9774b929afa52ed9df/config
Defconfig      : http://autobuild.buildroot.net/results/dd7710c1b88b098938cb6b9774b929afa52ed9df/defconfig

Build c7a2a8b19d7f40c30d2f19ca05b461083407fa4e
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 22:08:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/c7a2a8b19d7f40c30d2f19ca05b461083407fa4e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c7a2a8b19d7f40c30d2f19ca05b461083407fa4e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c7a2a8b19d7f40c30d2f19ca05b461083407fa4e/config
Defconfig      : http://autobuild.buildroot.net/results/c7a2a8b19d7f40c30d2f19ca05b461083407fa4e/defconfig

Build 01b953dafbfd539cd8b863085a871830b9ddb914
==============================================

Status         : NOK
Failure reason : gpsd-3.7
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 22:28:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/01b953dafbfd539cd8b863085a871830b9ddb914/build-end.log
Complete log   : http://autobuild.buildroot.net/results/01b953dafbfd539cd8b863085a871830b9ddb914/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/01b953dafbfd539cd8b863085a871830b9ddb914/config
Defconfig      : http://autobuild.buildroot.net/results/01b953dafbfd539cd8b863085a871830b9ddb914/defconfig

Build 521cac53bcd930a4bf4a56d791cb42b9a3fe1e2d
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 22:34:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/521cac53bcd930a4bf4a56d791cb42b9a3fe1e2d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/521cac53bcd930a4bf4a56d791cb42b9a3fe1e2d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/521cac53bcd930a4bf4a56d791cb42b9a3fe1e2d/config
Defconfig      : http://autobuild.buildroot.net/results/521cac53bcd930a4bf4a56d791cb42b9a3fe1e2d/defconfig

Build 5d7629bcaaa8377933b1aeaa0a7a45558a173001
==============================================

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

Build 5c68d6a3f4127ff2000741c0013b8596cadd9c03
==============================================

Status         : NOK
Failure reason : gstreamer-0.10.36
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-25 22:57:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5f70f5caea8a8e229a5adad948b32fe4e3c88289
End of log     : http://autobuild.buildroot.net/results/5c68d6a3f4127ff2000741c0013b8596cadd9c03/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5c68d6a3f4127ff2000741c0013b8596cadd9c03/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5c68d6a3f4127ff2000741c0013b8596cadd9c03/config
Defconfig      : http://autobuild.buildroot.net/results/5c68d6a3f4127ff2000741c0013b8596cadd9c03/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] usbip: new package
From: Baruch Siach @ 2012-12-26  7:06 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAOPBCFULJTm7iooZ8=nnpMoooaRq=1PK11hhYyyGVr=DdM2e2w@mail.gmail.com>

Hi Marcin,

On Wed, Dec 26, 2012 at 07:44:32AM +0100, Marcin Bis wrote:
> The following patch adds new package: usbip (tools for sharing USB
> devices over network).
> I have tested it under various ARM builds.
> 
> Please consider adding it to Buildroot.

This sentence is not part of the commit log. You can put it below...

> 
> Signed-off-by: Marcin Bis <marcin@bis.org.pl>
> --

here.

>  package/Config.in       |    1 +
>  package/usbip/Config.in |   13 +++++++++++++
>  package/usbip/usbip.mk  |   15 +++++++++++++++
>  3 files changed, 29 insertions(+), 0 deletions(-)
> 
> diff --git a/package/Config.in b/package/Config.in
> index 3d556b2..c773c46 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -684,6 +684,7 @@ source "package/transmission/Config.in"
>  source "package/ttcp/Config.in"
>  source "package/udpcast/Config.in"
>  source "package/ulogd/Config.in"
> +source "package/usbip/Config.in"
>  source "package/ushare/Config.in"
>  source "package/vde2/Config.in"
>  source "package/vpnc/Config.in"
> diff --git a/package/usbip/Config.in b/package/usbip/Config.in
> new file mode 100644
> index 0000000..3cdbbc7
> --- /dev/null
> +++ b/package/usbip/Config.in
> @@ -0,0 +1,13 @@
> +config BR2_PACKAGE_USBIP
> +	bool "usbip"
> +	select BR2_PACKAGE_LIBGLIB2
> +	select BR2_PACKAGE_LIBSYSFS

Please add a 'depends' for each dependency of these packages. glib2 depends on 
BR2_USE_WCHAR.

> +	help
> +	  Userspace tools for sharing USB devices over TCP/IP network.
> +
> +	  http://usbip.sourceforge.net/
> +
> +	  This package adds both: client and server support.

Letting the user select the client and server support independently from each 
other would be nice, but this can be done later.

> +	  Note: For exporting or connecting to exported USB devices
> +	  additional kernel drivers are needed (available since 2.6.28
> +	  under Stagging).
> diff --git a/package/usbip/usbip.mk b/package/usbip/usbip.mk
> new file mode 100644
> index 0000000..2ec3ce9
> --- /dev/null
> +++ b/package/usbip/usbip.mk
> @@ -0,0 +1,15 @@
> +#############################################################
> +#
> +# usbip
> +#
> +#############################################################
> +
> +USBIP_VERSION = 0.1.7
> +USBIP_SITE = http://downloads.sourceforge.net/project/usbip/usbip/$(USBIP_VERSION)
> +USBIP_LICENSE = GPLv2+
> +USBIP_LICENSE_FILES = COPYING
> +USBIP_CONF_OPT = --without-tcpwrappers
> +USBIP_SUBDIR = src
> +USBIP_AUTORECONF = YES

Why is this needed? Please add an explanation comment.

You also need to add a USBIP_DEPENDENCIES listing the packages that you select 
in Config.in, to ensure correct build order.

> +
> +$(eval $(autotools-package))

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply

* [Buildroot] [PATCH] usbip: new package
From: Marcin Bis @ 2012-12-26  6:44 UTC (permalink / raw)
  To: buildroot

Hi

The following patch adds new package: usbip (tools for sharing USB
devices over network).
I have tested it under various ARM builds.

Please consider adding it to Buildroot.

Signed-off-by: Marcin Bis <marcin@bis.org.pl>
--
 package/Config.in       |    1 +
 package/usbip/Config.in |   13 +++++++++++++
 package/usbip/usbip.mk  |   15 +++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 3d556b2..c773c46 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -684,6 +684,7 @@ source "package/transmission/Config.in"
 source "package/ttcp/Config.in"
 source "package/udpcast/Config.in"
 source "package/ulogd/Config.in"
+source "package/usbip/Config.in"
 source "package/ushare/Config.in"
 source "package/vde2/Config.in"
 source "package/vpnc/Config.in"
diff --git a/package/usbip/Config.in b/package/usbip/Config.in
new file mode 100644
index 0000000..3cdbbc7
--- /dev/null
+++ b/package/usbip/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_USBIP
+	bool "usbip"
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_LIBSYSFS
+	help
+	  Userspace tools for sharing USB devices over TCP/IP network.
+
+	  http://usbip.sourceforge.net/
+
+	  This package adds both: client and server support.
+	  Note: For exporting or connecting to exported USB devices
+	  additional kernel drivers are needed (available since 2.6.28
+	  under Stagging).
diff --git a/package/usbip/usbip.mk b/package/usbip/usbip.mk
new file mode 100644
index 0000000..2ec3ce9
--- /dev/null
+++ b/package/usbip/usbip.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# usbip
+#
+#############################################################
+
+USBIP_VERSION = 0.1.7
+USBIP_SITE = http://downloads.sourceforge.net/project/usbip/usbip/$(USBIP_VERSION)
+USBIP_LICENSE = GPLv2+
+USBIP_LICENSE_FILES = COPYING
+USBIP_CONF_OPT = --without-tcpwrappers
+USBIP_SUBDIR = src
+USBIP_AUTORECONF = YES
+
+$(eval $(autotools-package))

^ permalink raw reply related

* [Buildroot] [PATCH] new package: libfribidi
From: Baruch Siach @ 2012-12-26  4:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356469718-20828-1-git-send-email-mikhailboiko85@gmail.com>

Hi Mikhail,

On Tue, Dec 25, 2012 at 11:08:38PM +0200, Mikhail Boiko wrote:
[...]
> +LIBFRIBIDI_VERSION = 0.19.5
> +LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
> +LIBFRIBIDI_SITE = http://www.fribidi.org/download/
> +LIBFRIBIDI_LICENSE = GPLv2+
> +LIBFRIBIDI_LICENSE_FILES = COPYING

The COPYING contains the LGPLv2.1 text. In addition, the README file includes 
the "or later" language in its License section. So LIBFRIBIDI_LICENSE should 
be LGPLv2.1+

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply

* [Buildroot] Packet menu: X.org X Window System
From: Woody Wu @ 2012-12-26  2:25 UTC (permalink / raw)
  To: buildroot

Hi,

I feel a little confused in the 'X.org X Window System' packet menu. It
present me with 'X Window System server' as well as 'X11R7 servers'.
Under 'X Window System server' I can choice TinyX, under the 'X11R7
servers', I can choice x.org server.  Is that a conflict? Or does it
means, in additional to TinyX, I still need to pick up a X11R7 server to
work with it?

I know I have some concepts not so clear in the area. If so, please help
to point it out.

Thanks in advance!

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply

* [Buildroot] [PATCH] new package: libfribidi
From: Mikhail Boiko @ 2012-12-25 21:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com>
---
 package/Config.in                |    1 +
 package/libfribidi/Config.in     |    7 +++++++
 package/libfribidi/libfribidi.mk |   13 +++++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 package/libfribidi/Config.in
 create mode 100644 package/libfribidi/libfribidi.mk

diff --git a/package/Config.in b/package/Config.in
index 3d556b2..e60f22e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -519,6 +519,7 @@ source "package/libelf/Config.in"
 source "package/libevent/Config.in"
 source "package/libev/Config.in"
 source "package/libffi/Config.in"
+source "package/libfribidi/Config.in"
 source "package/gsl/Config.in"
 source "package/libglib2/Config.in"
 source "package/libical/Config.in"
diff --git a/package/libfribidi/Config.in b/package/libfribidi/Config.in
new file mode 100644
index 0000000..11aed62
--- /dev/null
+++ b/package/libfribidi/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBFRIBIDI
+	bool "libfribidi"
+	help
+	  GNU FriBidi is an implementation of the Unicode 
+	  Bidirectional Algorithm (bidi).
+
+	  http://www.fribidi.org/
diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk
new file mode 100644
index 0000000..578438a
--- /dev/null
+++ b/package/libfribidi/libfribidi.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# libfribidi
+#
+#############################################################
+
+LIBFRIBIDI_VERSION = 0.19.5
+LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
+LIBFRIBIDI_SITE = http://www.fribidi.org/download/
+LIBFRIBIDI_LICENSE = GPLv2+
+LIBFRIBIDI_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 2/2] package/keyutils: disable on avr32
From: Yann E. MORIN @ 2012-12-25 18:11 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <cover.1356459033.git.yann.morin.1998@free.fr>

keyutils does not build on avr32 (probably
because the toolchain is way too old).

Fixes:
    http://autobuild.buildroot.net/results/aa86f6a68f5d0ea4914ab259ed270615bc9d6a99/

Merry X-Mas!

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/keyutils/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in
index 9b5a24b..f77eb52 100644
--- a/package/keyutils/Config.in
+++ b/package/keyutils/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_KEYUTILS
 	bool "keyutils"
+	depends on !BR2_avr32
 	help
 	  These tools are used to control the key management system
 	  built into the Linux kernel.
-- 
1.7.2.5

^ permalink raw reply related

* [Buildroot] [PATCH 1/2] package/spice: don't enable GUI if dependencies not met
From: Yann E. MORIN @ 2012-12-25 18:11 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <cover.1356459033.git.yann.morin.1998@free.fr>

The spice GUI selects unconditionally selects cegui06, but cegui06 requires
threads and C++, so spice GUI must also depend on threads and C++.

Fixes:
    http://autobuild.buildroot.net/results/37f8ee90bb4348db97daef83493005c42a193b91/

Merry X-Mas! ;-)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/spice/Config.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/package/spice/Config.in b/package/spice/Config.in
index 1b264e7..5c4975a 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -35,8 +35,13 @@ config BR2_PACKAGE_SPICE_CLIENT
 	select BR2_PACKAGE_XLIB_LIBXFIXES
 	select BR2_PACKAGE_XLIB_LIBXRANDR
 
+comment "GUI requires a toolchain with threads and C++"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
+
 config BR2_PACKAGE_SPICE_GUI
 	bool "Enable GUI"
+	depends on BR2_TOOLCHAIN_HAS_THREADS    # cegui06
+	depends on BR2_INSTALL_LIBSTDCPP        # cegui06
 	depends on BR2_PACKAGE_SPICE_CLIENT
 	select BR2_PACKAGE_CEGUI06
 	help
-- 
1.7.2.5

^ permalink raw reply related

* [Buildroot] [pull request] Pull request for branch yem-misc-fixes
From: Yann E. MORIN @ 2012-12-25 18:11 UTC (permalink / raw)
  To: buildroot

Hello All!

Here are two fixes for packages I recently submitted.

The following changes since commit 5f70f5caea8a8e229a5adad948b32fe4e3c88289:

  new package: proxychains (2012-12-23 21:57:45 +0100)

are available in the git repository at:
  git://gitorious.org/buildroot/buildroot.git yem-misc-fixes

Yann E. MORIN (2):
      package/spice: don't enable GUI if dependencies not met
      package/keyutils: disable on avr32

 package/keyutils/Config.in |    1 +
 package/spice/Config.in    |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

Regards,
Yann E. MORIN

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

^ permalink raw reply


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