Arnout Vandecappelle (Essensium/Mind)
0189bc2744
libffi: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:33:55 +01:00
Arnout Vandecappelle (Essensium/Mind)
ba1c913153
file: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:33:29 +01:00
Arnout Vandecappelle (Essensium/Mind)
4869f2ecab
ethtool: fix license info variable
...
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 >
2012-11-14 22:33:22 +01:00
Arnout Vandecappelle (Essensium/Mind)
342d54e9a5
e2fsprogs: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:33:01 +01:00
Arnout Vandecappelle (Essensium/Mind)
c763412080
dropbear: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:32:35 +01:00
Arnout Vandecappelle (Essensium/Mind)
6737b052b2
dmalloc: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:32:10 +01:00
Arnout Vandecappelle (Essensium/Mind)
1629ea3ff9
binutils: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:31:48 +01:00
Arnout Vandecappelle (Essensium/Mind)
ef2d26003f
bash: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:31:37 +01:00
Arnout Vandecappelle (Essensium/Mind)
037aaa00f3
ncurses: add license info
...
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:31:24 +01:00
Arnout Vandecappelle (Essensium/Mind)
29cf409070
autoconf: add license info
...
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 >
2012-11-14 22:31:08 +01:00
Simon Dawson
5bebca0c55
bluez-utils: disable on avr32
...
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 >
2012-11-14 22:30:35 +01:00
Simon Dawson
d7520d3564
kexec: disable on avr32
...
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 >
2012-11-14 22:29:55 +01:00
Peter Korsgaard
d36fcceb07
CHANGES: update with recent changes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-14 22:28:05 +01:00
Arnout Vandecappelle
234fe44334
perl: build with perlcross instead of qemu
...
The perlcross project makes it possible to properly cross-compile
perl. It creates a host-miniperl that is configured for the target
and uses that to cross-compile the perl modules.
Unfortunately there are still a few hacks needed to make it work.
Proper fixes can be developed and upstreamed later.
Since there is no longer a dependency on qemu, it works on all
architectures again.
Also removed some config options:
- BR2_PACKAGE_PERL_CUSTOM_INSTALL just allows a selection of modules;
this can also be encoded by an empty BR2_PACKAGE_PERL_MODULES.
- BR2_PACKAGE_PERL_DB_FILE and BR2_PACKAGE_PERL_GDBM_FILE can be
derived automatically from the package configs.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-09 10:04:31 +01:00
Zoltan Gyarmati
062129c16e
add new package grantlee
...
[Peter: sort alphabetically in Config.in]
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-09 09:56:58 +01:00
Arnout Vandecappelle
fc73d4d262
xlib_libX11: fix compilation of makekeys
...
xlib_libX11 builds a makekeys executable for the host, but uses the
targets X11_CFLAGS. This leads to build failures like
http://autobuild.buildroot.net/results/411eb3aefea859a7e31986a44acd50b475f174cb/
This problem was introduced by the version bump, because then also
the AUTORECONF was removed so the existing fix didn't work anymore.
As a slightly cleaner solution, just remove X11_CFLAGS from the
Makefile. We know we don't need it, because the X11 stuff is in
$(HOST_DIR)/usr/include which is already in HOST_CFLAGS.
[Peter: reword comments]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-09 08:12:31 +01:00
Sagaert Johan
35b7560a1b
qextserialport : fix download and bump version
...
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-09 00:31:49 +01:00
Mark Jackson
ce70d058f5
libgcrypt: add license information
...
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 22:36:09 +01:00
Mark Jackson
1c03b907bb
ntp: add license information
...
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 22:30:36 +01:00
Gregory Hermant
3d3047f28d
at91bootstrap: fix overlap linker issue
...
The linker script of the at91bootstrap package has to be modified when
built from gcc-4.6.x version. Indeed a section named text.startup is
created and has to be added into the text section.
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 17:28:25 +01:00
Simon Dawson
b8a304a9f9
lcdproc: bump version to 0.5.6
...
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 16:41:59 +01:00
Peter Korsgaard
2fc64312d4
kmod: don't build documentation if not needed
...
No sense in building it if we throw it away in target-finalize anyway.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 16:26:12 +01:00
Yegor Yefremov
8ab9660933
lm-sensors: bump to 3.3.3
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 11:11:00 +01:00
Yegor Yefremov
f4c0618b51
kmod: bump to 11
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 11:10:50 +01:00
Maxime Ripard
03c4d57f1d
Add python3 package
...
[Peter: s/python/python3/]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-08 00:10:23 +01:00
Maxime Ripard
a32fa707e5
TARGET_CONFIGURE_OPTS: pass READELF
...
Give the path to the realdelf binary for the target, similar to how we
do for the other tools.
[Peter: reworded]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 23:35:39 +01:00
Sagaert Johan
d727a4da44
libmbus : bump version to 0.8
...
This release contains many improvements bug fixes, and major new features and
support for float point numbers and support for multi-telegram communication...
[Peter: also drop autoreconf]
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 20:38:37 +01:00
Yegor Yefremov
242541fac2
xapp_bitmap: bump to 1.0.6
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 20:26:18 +01:00
Yegor Yefremov
41a625c4b4
xapp_mkfontdir: bump to 1.0.7
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 20:26:13 +01:00
Yegor Yefremov
3432745d2a
xapp_x11perf: bump to 1.5.4
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 20:24:44 +01:00
Mark Jackson
9e15babb49
iw: add license information
...
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 20:15:22 +01:00
Valentine Barshak
c957f604d5
gqview: Fix build failure due to missing -lm with binutils 2.22
...
Signed-off-by: Valentine Barshak <gvaxon@gmail.com >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Tested-by: Markos Chandras <markos.chandras@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 20:05:34 +01:00
Jean-Christophe PLAGNIOL-VILLARD
b3c9b89bd9
calao: use zImage on usb-a9263 and usb-a9g20 lpw
...
The board boot more fast with a zImage than a uImage
as the kernel will not have to be relocated during the decompression.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 18:18:11 +01:00
Arnout Vandecappelle
7e61918f9d
cpio/initramfs: clarify their use in the help text
...
Recent mails on the list show that it is not very clear how to create
an initial RAM fs with buildroot. So make this more explicit in the
cpio and initramfs help texts. Hopefully this will reduce the /init
debugging we have to do.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 11:48:13 +01:00
Jeremy Rosen
7103905fde
add new package fxload
...
Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 09:41:59 +01:00
Peter Korsgaard
cf76170cc3
adding-package-generic.txt: BR2_SOURCEFORGE_MIRROR is no more
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 00:10:43 +01:00
Peter Korsgaard
456f9de2fd
rpcbind: correct download URL
...
BR2_SOURCEFORGE_MIRROR is gone.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-07 00:07:51 +01:00
Gustavo Zacarias
5a6392228a
linux: bump 3.6.x stable version
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 12:11:12 +01:00
Gustavo Zacarias
d80d382620
kernel-headers: bump 3.{0, 4, 6}.x stable versions
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 12:11:08 +01:00
Peter Korsgaard
448b7069b2
foundation-v8/readme.txt: remove outdated rpc comment
...
Now that we don't automatically enable rpc stuff in busybox this comment
no longer applies.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:20 +01:00
Thomas Petazzoni
3a843a3a04
toolchain-external: assume that by default, glibc toolchains have RPC support
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:20 +01:00
Thomas Petazzoni
31ab4e7da3
toolchain-external: remove Linaro 2012.07
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:19 +01:00
Thomas Petazzoni
0da625e2ff
toolchain-external: remove Linaro 2012.06
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:19 +01:00
Thomas Petazzoni
5680b69c3f
toolchain-external: remove Sourcery CodeBench x86/x86_64 2010.09
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:19 +01:00
Thomas Petazzoni
4b7fc1a96d
toolchain-external: remove Sourcery CodeBench SH 2010.09
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:19 +01:00
Thomas Petazzoni
436d27c4ac
toolchain-external: remove Sourcery CodeBench ARM 2010.09
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:19 +01:00
Thomas Petazzoni
9b3fba22d7
toolchain-external: remove Sourcery CodeBench ARM 2010q1
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:19 +01:00
Thomas Petazzoni
1c81123cef
toolchain-external: add Sourcery CodeBench x86/x86_64 2012.09
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:18 +01:00
Thomas Petazzoni
e067a449df
toolchain-external: add support for Sourcery CodeBench SH 2012.09
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:18 +01:00
Thomas Petazzoni
363cb60e0d
toolchain-external: add Sourcery CodeBench x86 2012.03
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-06 08:20:18 +01:00