* [Buildroot] [git commit] mii-diag: add license info
From: Peter Korsgaard @ 2012-11-14 21:35 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=8bbe6cc414b954dc29ef0a351cd4ea72ba636da3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/mii-diag/mii-diag.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/mii-diag/mii-diag.mk b/package/mii-diag/mii-diag.mk
index 702e5a2..a4ad474 100644
--- a/package/mii-diag/mii-diag.mk
+++ b/package/mii-diag/mii-diag.mk
@@ -7,6 +7,8 @@ MII_DIAG_VERSION = 2.11
MII_DIAG_SOURCE = mii-diag_$(MII_DIAG_VERSION).orig.tar.gz
MII_DIAG_PATCH = mii-diag_$(MII_DIAG_VERSION)-3.diff.gz
MII_DIAG_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mii-diag
+MII_DIAG_LICENSE = GPL # No version specified
+MII_DIAG_LICENSE_FILES = mii-diag.c
MII_DIAG_MAKE_OPT = $(TARGET_CONFIGURE_OPTS)
^ permalink raw reply related
* [Buildroot] [git commit] lsof: add license info
From: Peter Korsgaard @ 2012-11-14 21:35 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=e3322e2c7ebe739aa67abfb0775f9b5e5e43a3b0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/lsof/lsof.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
index fa55e6a..f74eca4 100644
--- a/package/lsof/lsof.mk
+++ b/package/lsof/lsof.mk
@@ -7,6 +7,10 @@
LSOF_VERSION = 4.85
LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2
LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
+LSOF_LICENSE = lsof license
+# License is repeated in each file, this is a relatively small one.
+# It is also defined in 00README, but that contains a lot of other cruft.
+LSOF_LICENSE_FILES = dialects/linux/dproto.h
# Make certain full-blown lsof gets built after the busybox version (1.20+)
LSOF_DEPENDENCIES += $(if $(BR2_PACKAGE_BUSYBOX),busybox)
^ permalink raw reply related
* [Buildroot] [git commit] logrotate: add license info
From: Peter Korsgaard @ 2012-11-14 21:34 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=0c294a3de61f448a067349ff55d61b2c3adbf27d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/logrotate/logrotate.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk
index ae622b0..da8e4b3 100644
--- a/package/logrotate/logrotate.mk
+++ b/package/logrotate/logrotate.mk
@@ -6,6 +6,8 @@
LOGROTATE_VERSION = 3.7.9
LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz
LOGROTATE_SITE = https://fedorahosted.org/releases/l/o/logrotate/
+LOGROTATE_LICENSE = GPLv2+
+LOGROTATE_LICENSE_FILES = COPYING
LOGROTATE_DEPENDENCIES = popt
^ permalink raw reply related
* [Buildroot] [git commit] lockfile-progs: add license info
From: Peter Korsgaard @ 2012-11-14 21:34 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=7b49179a53f47a3e78a05b243e887dd8f108d391
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/lockfile-progs/lockfile-progs.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/lockfile-progs/lockfile-progs.mk b/package/lockfile-progs/lockfile-progs.mk
index 333ddce..1c3cb51 100644
--- a/package/lockfile-progs/lockfile-progs.mk
+++ b/package/lockfile-progs/lockfile-progs.mk
@@ -7,6 +7,8 @@ LOCKFILE_PROGS_VERSION = 0.1.15
LOCKFILE_PROGS_SOURCE = lockfile-progs_$(LOCKFILE_PROGS_VERSION).tar.gz
LOCKFILE_PROGS_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/l/lockfile-progs/
LOCKFILE_PROGS_DEPENDENCIES = liblockfile
+LOCKFILE_PROGS_LICENSE = GPLv2
+LOCKFILE_PROGS_LICENSE_FILES = COPYING
LOCKFILE_BINS = \
$(addprefix lockfile-,check create remove touch) \
^ permalink raw reply related
* [Buildroot] [git commit] lm-sensors: add license info
From: Peter Korsgaard @ 2012-11-14 21:34 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=56f14aac04e1705c00313f9ef177c9cf820265de
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/lm-sensors/lm-sensors.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/lm-sensors/lm-sensors.mk b/package/lm-sensors/lm-sensors.mk
index 34aa742..3f95676 100644
--- a/package/lm-sensors/lm-sensors.mk
+++ b/package/lm-sensors/lm-sensors.mk
@@ -8,6 +8,8 @@ LM_SENSORS_VERSION = 3.3.3
LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2
LM_SENSORS_SITE = http://dl.lm-sensors.org/lm-sensors/releases
LM_SENSORS_INSTALL_STAGING = YES
+LM_SENSORS_LICENSE = libsensors LGPLv2.1+, programs GPLv2+
+LM_SENSORS_LICENSE_FILES = COPYING.LGPL COPYING
LM_SENSORS_BINS_ = bin/sensors-conf-convert
LM_SENSORS_BINS_$(BR2_PACKAGE_LM_SENSORS_SENSORS) += bin/sensors
^ permalink raw reply related
* [Buildroot] [git commit] libtool: add license info
From: Peter Korsgaard @ 2012-11-14 21:34 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=019144c859385505a5351871839fea00a7339bf6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/libtool/libtool.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 4b9657c..0934ffe 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -7,6 +7,8 @@ LIBTOOL_VERSION = 2.2.10
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
+LIBTOOL_LICENSE = GPLv2+
+LIBTOOL_LICENSE_FILES = COPYING
HOST_LIBTOOL_LIBTOOL_PATCH = NO
^ permalink raw reply related
* [Buildroot] [git commit] liblockfile: add license info
From: Peter Korsgaard @ 2012-11-14 21:34 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=6e94083920c01ae1849703a0aa026ed369a85d42
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/liblockfile/liblockfile.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/liblockfile/liblockfile.mk b/package/liblockfile/liblockfile.mk
index 037983e..84b0212 100644
--- a/package/liblockfile/liblockfile.mk
+++ b/package/liblockfile/liblockfile.mk
@@ -8,6 +8,9 @@ LIBLOCKFILE_SOURCE:=liblockfile_$(LIBLOCKFILE_VERSION).orig.tar.gz
LIBLOCKFILE_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/libl/liblockfile/
LIBLOCKFILE_PATCH:=liblockfile_$(LIBLOCKFILE_VERSION)-4.debian.tar.bz2
+LIBLOCKFILE_LICENSE = LGPLv2+, dotlockfile GPLv2+
+# No license file included, it refers to the gnu.org website
+
LIBLOCKFILE_INSTALL_STAGING = YES
LIBLOCKFILE_CONF_OPT = --mandir=/usr/share/man
^ permalink raw reply related
* [Buildroot] [git commit] libffi: add license info
From: Peter Korsgaard @ 2012-11-14 21:33 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=0189bc2744501913114f69c7e87585da017d0d42
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/libffi/libffi.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk
index 81ac043..7570583 100644
--- a/package/libffi/libffi.mk
+++ b/package/libffi/libffi.mk
@@ -6,6 +6,8 @@
LIBFFI_VERSION = 3.0.11
LIBFFI_SITE = ftp://sources.redhat.com/pub/libffi/
+LIBFFI_LICENSE = MIT
+LIBFFI_LICENSE_FILES = LICENSE
LIBFFI_INSTALL_STAGING = YES
^ permalink raw reply related
* [Buildroot] [git commit] file: add license info
From: Peter Korsgaard @ 2012-11-14 21:33 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=ba1c9131537573169f7bc1cfbb39a261118107ab
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/file/file.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/file/file.mk b/package/file/file.mk
index 3fa3fb3..db68f66 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -8,6 +8,8 @@ FILE_VERSION = 5.11
FILE_SITE = ftp://ftp.astron.com/pub/file
FILE_DEPENDENCIES = host-file zlib
FILE_INSTALL_STAGING = YES
+FILE_LICENSE = BSD-2c, one file BSD-4c, one file BSD-3c
+FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
define FILE_UNINSTALL_TARGET_CMDS
$(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)
^ permalink raw reply related
* [Buildroot] [git commit] ethtool: fix license info variable
From: Peter Korsgaard @ 2012-11-14 21:33 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=4869f2ecabf050a916912a1fe4d63bbe9f1e403f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/ethtool/ethtool.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index a336b52..8c5961c 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -7,6 +7,6 @@
ETHTOOL_VERSION = 3.6
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
ETHTOOL_LICENSE = GPLv2
-ETHTOOL_LICENSE_FILE = COPYING
+ETHTOOL_LICENSE_FILES = COPYING
$(eval $(autotools-package))
^ permalink raw reply related
* [Buildroot] [git commit] e2fsprogs: add license info
From: Peter Korsgaard @ 2012-11-14 21:33 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=342d54e9a595d013030dbd4a24c458ecfcf93fe5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/e2fsprogs/e2fsprogs.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index e958158..5b3b7d0 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -6,6 +6,8 @@
E2FSPROGS_VERSION = 1.42.6
E2FSPROGS_SITE = http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)
+E2FSPROGS_LICENSE = GPLv2, libuuid BSD-3c, libss and libet MIT-like with advertising clause
+E2FSPROGS_LICENSE_FILES = COPYING lib/uuid/COPYING lib/ss/mit-sipb-copyright.h lib/et/internal.h
E2FSPROGS_CONF_OPT = \
--disable-tls \
^ permalink raw reply related
* [Buildroot] [git commit] dropbear: add license info
From: Peter Korsgaard @ 2012-11-14 21:32 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=c7634120801c56e5f84ea7260ee75d1aa344b237
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/dropbear/dropbear.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index 64d3a01..bd45221 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -10,6 +10,9 @@ DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh
DROPBEAR_MAKE = $(MAKE) MULTI=1 SCPPROGRESS=1 \
PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
+DROPBEAR_LICENSE = MIT, BSD-2c-like, BSD-2c
+DROPBEAR_LICENSE_FILES = LICENSE
+
ifeq ($(BR2_PREFER_STATIC_LIB),y)
DROPBEAR_MAKE += STATIC=1
endif
^ permalink raw reply related
* [Buildroot] [git commit] dmalloc: add license info
From: Peter Korsgaard @ 2012-11-14 21:32 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=6737b052b2d75dffb3f4098e85588ea406ccbcb2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/dmalloc/dmalloc.mk | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package/dmalloc/dmalloc.mk b/package/dmalloc/dmalloc.mk
index e2fdda4..42e2e64 100644
--- a/package/dmalloc/dmalloc.mk
+++ b/package/dmalloc/dmalloc.mk
@@ -7,6 +7,10 @@ DMALLOC_VERSION:=5.4.3
DMALLOC_SOURCE:=dmalloc-$(DMALLOC_VERSION).tgz
DMALLOC_SITE:=http://dmalloc.com/releases
+DMALLOC_LICENSE = MIT-like
+# license is in each file, dmalloc.h.1 is the smallest one
+DMALLOC_LICENSE_FILES = dmalloc.h.1
+
DMALLOC_INSTALL_STAGING = YES
DMALLOC_CONF_OPT:= --enable-shlib
^ permalink raw reply related
* [Buildroot] [git commit] binutils: add license info
From: Peter Korsgaard @ 2012-11-14 21:31 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=1629ea3ff9215c18036abd95ac16cf05cd3118d8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/binutils/binutils.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index e1aac9b..6c51fc7 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -29,6 +29,8 @@ endif
BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS))
BINUTILS_INSTALL_STAGING = YES
BINUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
+BINUTILS_LICENSE = GPLv3+, libiberty LGPLv2.1+
+BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
# We need to specify host & target to avoid breaking ARM EABI
BINUTILS_CONF_OPT = --disable-multilib --disable-werror \
^ permalink raw reply related
* [Buildroot] [git commit] bash: add license info
From: Peter Korsgaard @ 2012-11-14 21:31 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=ef2d26003fbee27b7e53e49110ed3badd65c7200
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/bash/bash.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index 1466d26..d28c615 100644
--- a/package/bash/bash.mk
+++ b/package/bash/bash.mk
@@ -7,6 +7,9 @@
BASH_VERSION = 4.2
BASH_SITE = $(BR2_GNU_MIRROR)/bash
BASH_DEPENDENCIES = ncurses
+BASH_LICENSE = GPLv3+
+BASH_LICENSE_FILES = COPYING
+
BASH_CONF_ENV += \
bash_cv_job_control_missing=present \
bash_cv_sys_named_pipes=present \
^ permalink raw reply related
* [Buildroot] [git commit] ncurses: add license info
From: Peter Korsgaard @ 2012-11-14 21:31 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=037aaa00f3d16d9749d9b84149ed910155a6e2fa
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/ncurses/ncurses.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index d823996..4c48e8d 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -27,6 +27,8 @@ NCURSES_VERSION = 5.9
NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
NCURSES_INSTALL_STAGING = YES
NCURSES_DEPENDENCIES = host-ncurses
+NCURSES_LICENSE = MIT with advertising clause
+NCURSES_LICENSE_FILES = README
NCURSES_CONF_OPT = \
$(if $(BR2_PREFER_STATIC_LIB),--without-shared,--with-shared) \
^ permalink raw reply related
* [Buildroot] [git commit] autoconf: add license info
From: Peter Korsgaard @ 2012-11-14 21:31 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=29cf4090705781f764653c5ed36e585d78fc27d2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/autoconf/autoconf.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/autoconf/autoconf.mk b/package/autoconf/autoconf.mk
index 0cb50db..8807c10 100644
--- a/package/autoconf/autoconf.mk
+++ b/package/autoconf/autoconf.mk
@@ -7,6 +7,9 @@
AUTOCONF_VERSION = 2.68
AUTOCONF_SITE = $(BR2_GNU_MIRROR)/autoconf
+AUTOCONF_LICENSE = GPLv3+ with exceptions
+AUTOCONF_LICENSE_FILES = COPYINGv3 COPYING.EXCEPTION
+
AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
ac_cv_prog_gnu_m4_gnu=no
^ permalink raw reply related
* [Buildroot] [PATCH v2] bluez-utils: disable on avr32
From: Peter Korsgaard @ 2012-11-14 21:30 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352797007-9509-1-git-send-email-spdawson@gmail.com>
>>>>> "spdawson" == spdawson <spdawson@gmail.com> writes:
spdawson> From: Simon Dawson <spdawson@gmail.com>
spdawson> The bluez-utils package does not build for the avr32
spdawson> architecture; this results in autobuilder failures such as
spdawson> the following.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] bluez-utils: disable on avr32
From: Peter Korsgaard @ 2012-11-14 21:30 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=5bebca0c550a795350d90c33a09be5820dff616f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The bluez-utils package does not build for the avr32 architecture; this
results in autobuilder failures such as the following.
http://autobuild.buildroot.net/results/d737d1220d7566289eee802fd580a49d8c456c97/build-end.log
The underlying problem is with the <sys/epoll.h> header provided by the
antiquated avr32 toolchain; this header lacks definitions for
epoll_create1() and EPOLL_CLOEXEC.
This patch disables support for the bluez-utils package on the avr32
architecture.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/bluez_utils/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in
index 9836b21..c06f8cd 100644
--- a/package/bluez_utils/Config.in
+++ b/package/bluez_utils/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_BLUEZ_UTILS
bool "bluez-utils"
+ depends on !BR2_avr32
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib
select BR2_PACKAGE_DBUS
^ permalink raw reply related
* [Buildroot] [PATCH v2] kexec: disable on avr32
From: Peter Korsgaard @ 2012-11-14 21:30 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352796707-9197-1-git-send-email-spdawson@gmail.com>
>>>>> "spdawson" == spdawson <spdawson@gmail.com> writes:
spdawson> From: Simon Dawson <spdawson@gmail.com>
spdawson> kexec does not support the avr32 architecture; this results
spdawson> in autobuilder failures such as the following.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] kexec: disable on avr32
From: Peter Korsgaard @ 2012-11-14 21:29 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=d7520d3564bdade478d2778a0d3a2cdcc8c1ac81
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
kexec does not support the avr32 architecture; this results in autobuilder
failures such as the following.
http://autobuild.buildroot.net/results/5f5e91c3eb622bce88402a9afc8a3e7bd5007136/build-end.log
This patch disables support for the kexec package on the avr32 architecture.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/kexec/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index 6f10b89..e59a07b 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_KEXEC
bool "kexec"
+ depends on !BR2_avr32
help
Kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
^ permalink raw reply related
* [Buildroot] [git commit] CHANGES: update with recent changes
From: Peter Korsgaard @ 2012-11-14 21:28 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=d36fcceb07635fb46425122ad691cca0be252564
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
CHANGES | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/CHANGES b/CHANGES
index ae5f75d..f5d4cdf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,70 @@
2012.11, Not released yet:
+ Fixes all over the tree and new features.
+
+ Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
+ sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
+ + nitrogen6x defconfigs.
+
+ Bootloaders: add u-boot 2012.07/10, ais target format, add
+ barebox 2012.08/09/10, linker overlap issue fix for
+ at91bootstrap.
+
+ Toolchains: binutils 2.23, gcc 4.72, default to gcc 4.6.x,
+ Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
+ Libtirpc support for modern glibc variants.
+
+ Initial Aarch64 support.
+
+ Infrastructure: Use shallow git clone when possible, use
+ tarballs rather than git URLs for github. Moved to pkgconf
+ rather than pkg-config. System directory added, default
+ skeleton/device tables moved.
+
+ Updated/fixed packages: acpid, alsa-lib, alsamixergui,
+ automake, bind, binutils, bison, blackbox, busybox, cairo,
+ cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
+ coreutils, cups, cvs, dbus, dhcp, directfb, dnsmasq,
+ e2fsprogs, ethtool, fbdump, feh, fftw, flashrom, fluxbox, gdb,
+ gdisk, gdk-pixbuf, genext2fs, gettext, gnutls, gpsd, gqview,
+ grep, gst-plugins-{bad,good}, hdparm, hiawatha, hostapd,
+ input-tools, iproute2, ipset, iptables, iw, json-c, kmod,
+ lcdproc, leafpad, less, libcurl, libdrm, libdvdnav,
+ libdvdread, libfuse, libglib2, libhid, libmad, libmbus,
+ libmnl, libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
+ libnfnetlink, libnl, libnspr, libnss, libpcap, libplayer,
+ libtorrent, liburcu, libv4l, libxcb, libxml2, libxslt, links,
+ linux-firmware, lm-sensors, lmbench, lshw, lttng-babeltrace,
+ lttng-tools, luajit, mesa3d, microperl, mpc, mpd, mpg123,
+ mplayer, mtd-utils, mysql_client, nbd, netatalk, netkitbase,
+ netkittelnet, netsnmp, newt, nfs-utils, openssh, openssl,
+ opkg, patch, pcre, php, poco, portmap, pppd, pulseaudio,
+ python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
+ scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
+ sylpheed, ttcp, tiff, unionfs, usb_modeswitch, vala, vpnc,
+ vsftpd, webkit, wget, wpa_supplicant, x11vnc, xapp_*,
+ xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
+ xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
+
+ New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
+ ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
+ fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
+ lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
+ macchanger, mtdev, mtdev2tuio, nfacct, opus, opus-tools,
+ pcsc-lite, perl, pkgconf, python-meld3, python3, qemu,
+ qextserialport, qtuio, rpcbind, schifra, sconeserver,
+ supervisor, time, ulogd, usb_modeswitch_data, yasm
+
+ Deprecated packages: netkitbase, netkittelnet
+
+ Issues resolved (http://bugs.uclibc.org):
+
+ #807: [PATCH] samba - make iconv and smbd optional
+ #3049: binutils have a sysroot bug in ld
+ #5330: update vsftpd to 3.0.0
+ #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
+ #5666: Fails to build python 2.7.2 for 2440 arm
+
2012.08, Release August 31th, 2012
Updated/fixed packages: microperl, cups, luajit, rrdtool,
^ permalink raw reply related
* [Buildroot] How to build Kernel 2.6.x
From: Richard Braun @ 2012-11-14 15:28 UTC (permalink / raw)
To: buildroot
In-Reply-To: <20121114162456.01d6258b@skate>
On Wed, Nov 14, 2012 at 04:24:56PM +0100, Thomas Petazzoni wrote:
> > The one reason I feel hestitate to use 3.6 is
> > that I am not sure 3.6 will results in a zImage too large thant that I
> > could got with 2.6. Do you have an experience in this? Thanks.
>
> Depends on what configuration options you enable in the kernel, and how
> small your zImage needs to be. Most likely on a S3C2410 based platform
> you have enough flash space to handle a reasonably sized zImage.
Not to mention the improvements regarding kernel compression.
--
Richard Braun
^ permalink raw reply
* [Buildroot] How to build Kernel 2.6.x
From: Jeremy Rosen @ 2012-11-14 15:25 UTC (permalink / raw)
To: buildroot
In-Reply-To: <CAAsE_ueNA-H3u2EHg0vMpEURR+u4+z8COmY-cY4ATyo_xpr1DA@mail.gmail.com>
>
> > Nooooo. If you're starting a project now, start with a recent
> > kernel.
> > 3.6 is the current one. Of course, check beforehand that there is
> > support for one platform in the mainline Linux kernel.
>
> Yes, 3.6 has the ARM support. The one reason I feel hestitate to use
> 3.6 is that I am not sure 3.6 will results in a zImage too large
> thant that I could got with 2.6. Do you have an experience in this?
> Thanks.
>
in that case my advice would be to try 3.6 FIRST,
if it doesn't fit, optimize out what can be
if it still doesn't fit (and only then) should you try downgrading the kernel...
but do it in that order, do not jump to ancient kernel if you can avoid it, maintaining aging kernel is hard and costly, you will be much better if you start your project with the newest kernel
^ permalink raw reply
* [Buildroot] How to build Kernel 2.6.x
From: Thomas Petazzoni @ 2012-11-14 15:24 UTC (permalink / raw)
To: buildroot
In-Reply-To: <CAAsE_ueNA-H3u2EHg0vMpEURR+u4+z8COmY-cY4ATyo_xpr1DA@mail.gmail.com>
Dear Woody Wu,
On Wed, 14 Nov 2012 23:13:05 +0800, Woody Wu wrote:
> Yes, 3.6 has the ARM support.
The fact that is has ARM support does not mean that it will work on
your particular board, using a particular ARM SoC. For sure the S3C2410
is supported. You didn't tell us which board you're using, so there's
no way we can tell you.
> The one reason I feel hestitate to use 3.6 is
> that I am not sure 3.6 will results in a zImage too large thant that I
> could got with 2.6. Do you have an experience in this? Thanks.
Depends on what configuration options you enable in the kernel, and how
small your zImage needs to be. Most likely on a S3C2410 based platform
you have enough flash space to handle a reasonably sized zImage.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
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