buildroot.git
12 years agokmod: add option to install module utilities
Peter Korsgaard [Thu, 22 Mar 2012 15:02:14 +0000 (16:02 +0100)]
kmod: add option to install module utilities

And ensure optional zlib+xz dependencies gets picked up.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokmod: adjust upstream URL
Peter Korsgaard [Thu, 22 Mar 2012 14:32:57 +0000 (15:32 +0100)]
kmod: adjust upstream URL

kmod still doesn't have a real website, but git tree moved to
kernel.org, so update help to match.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokmod: bump version
Peter Korsgaard [Thu, 22 Mar 2012 10:57:15 +0000 (11:57 +0100)]
kmod: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibconfig: bump to 1.4.8 and cleanup
Yegor Yefremov [Wed, 21 Mar 2012 11:02:36 +0000 (12:02 +0100)]
libconfig: bump to 1.4.8 and cleanup

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/x86: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:13 +0000 (23:45 -0300)]
qemu/x86: update to use kernel 3.3

Also switch documentation to use qemu-system-i386

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/x86_64: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:12 +0000 (23:45 -0300)]
qemu/x86_64: update to use kernel 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/sparc-ss10: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:11 +0000 (23:45 -0300)]
qemu/sparc-ss10: update to use kernel 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/ppc-g3beige: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:10 +0000 (23:45 -0300)]
qemu/ppc-g3beige: update to use kernel 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/mips-malta: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:09 +0000 (23:45 -0300)]
qemu/mips-malta: update to use kernel 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/mipsel-malta: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:08 +0000 (23:45 -0300)]
qemu/mipsel-malta: update to use kernel 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/arm-versatile: update to use kernel 3.3
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:07 +0000 (23:45 -0300)]
qemu/arm-versatile: update to use kernel 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/sh4-r2d: update to use kernel 3.2.12
Gustavo Zacarias [Wed, 21 Mar 2012 02:45:06 +0000 (23:45 -0300)]
qemu/sh4-r2d: update to use kernel 3.2.12

Unfortunately kernel 3.3 doesn't seem to work properly at the moment.
So lock down headers to version 3.2.x and kernel to 3.2.12.
Tested on qemu 1.0.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibupnp: move to version 1.6.14
Gustavo Zacarias [Wed, 21 Mar 2012 12:02:31 +0000 (09:02 -0300)]
libupnp: move to version 1.6.14

As pointed by Sagaert Johan in the mailing list and further testing version
1.6.15 has some issues.
So move to version 1.6.14 which is far more stable and compliant.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: add recursivity when scanning patchdir
Ludovic Desroches [Wed, 21 Mar 2012 13:26:27 +0000 (14:26 +0100)]
apply-patches.sh: add recursivity when scanning patchdir

Recursivity is needed with some tarballs containing debian patches:
.
  debian
    changelog
    control
    patches
      02-COPYRIGHT.patch
[...]

Since we can find some files which are not patches in those directories, only
consider .patch* and .diff* files as valid patches.
Due to recursivity, strip-components option is no more necessary so it has
been removed.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinux.mk: .ub-File copying after building initramfs
Markus Kaindl [Wed, 21 Mar 2012 01:19:04 +0000 (02:19 +0100)]
linux.mk: .ub-File copying after building initramfs

test should exit with Exit-Code 0 if no .ub-File present and copy the
file if Exit-Code 1, otherwise make fails

Signed-off-by: Markus Kaindl <markus.kaindl@stusta.mhn.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibupnp: bump to version 1.6.15
Gustavo Zacarias [Tue, 20 Mar 2012 14:12:29 +0000 (14:12 +0000)]
libupnp: bump to version 1.6.15

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoliburcu: only some architectures are supported
Thomas Petazzoni [Tue, 20 Mar 2012 08:17:46 +0000 (09:17 +0100)]
liburcu: only some architectures are supported

Make sure that liburcu (and the packages that select it) cannot be
enabled on the architectures that are not supported. At the moment,
only x86, x86-64, PowerPC and ARM are supported.

[Peter: add armeb as well]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoparted: make sure to select libuuid in util-linux
Thomas Petazzoni [Tue, 20 Mar 2012 08:09:18 +0000 (09:09 +0100)]
parted: make sure to select libuuid in util-linux

parted correctly depends on util-linux, but fails to select the
libuuid suboption of util-linux, causing the following build failure
if libuuid remains unselected:

checking for uuid_generate in -luuid... no
configure: error: GNU Parted requires libuuid - a part of the util-linux-ng package (but
usually distributed separately in libuuid-devel, uuid-dev or similar)
This can probably be found on your distribution's CD or FTP site or at:
    http://userweb.kernel.org/~kzak/util-linux-ng/
Note: originally, libuuid was part of the e2fsprogs package.  Later, it
moved to util-linux-ng-2.16, and that package is now the preferred source.
make: *** [/home/test/test/output/build/parted-3.1/.stamp_configured] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: use series file to apply patches in proper order
Ludovic Desroches [Wed, 14 Mar 2012 15:33:57 +0000 (16:33 +0100)]
apply-patches.sh: use series file to apply patches in proper order

If a series file is present use it to determine the proper order to apply
patches instead of using ls sorting order.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
add a series file with a wrong patch order into an archive containing several
patches whose correct order is the alphabetical one
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: change archive management
Ludovic Desroches [Wed, 14 Mar 2012 15:33:56 +0000 (16:33 +0100)]
apply-patches.sh: change archive management

The way archives were managed was incorrect because the uncompressed archives
were sent directly to the patch command. It means that alphabetical patch
order was not respected.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: directories are no more considered as overlays
Ludovic Desroches [Wed, 14 Mar 2012 15:33:55 +0000 (16:33 +0100)]
apply-patches.sh: directories are no more considered as overlays

When a directory is found in patchdir, it is skipped.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: cleanup
Ludovic Desroches [Wed, 14 Mar 2012 15:33:54 +0000 (16:33 +0100)]
apply-patches.sh: cleanup

Add quoting and remove redundant command.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: rename targetdir to builddir
Ludovic Desroches [Wed, 14 Mar 2012 15:33:53 +0000 (16:33 +0100)]
apply-patches.sh: rename targetdir to builddir

targetdir is not the output/target directory as it can suggest.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoConfig.in.arch: add help and less cryptic names to architecture menu
Alvaro G. M [Mon, 19 Mar 2012 21:56:06 +0000 (22:56 +0100)]
Config.in.arch: add help and less cryptic names to architecture menu

[Peter: fixup s/big-endian/big endian/ as pointed out by Thomas]
Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibsigc: bump to 2.2.10 to fix build with gcc 4.6
Thomas Petazzoni [Tue, 20 Mar 2012 12:24:22 +0000 (13:24 +0100)]
libsigc: bump to 2.2.10 to fix build with gcc 4.6

The build of libsigc 2.2.8 fails with gcc 4.6 with the following error
message:

In file included from signal_base.cc:20:0:
../sigc++/signal_base.h:48:11: error: 'size_t' does not name a type In file included from ../sigc++/signal.h:8:0,

The 2.2.9 version was released with a fix for this build problem, so
we directly bump to the latest version 2.2.10, which builds fine under
gcc 4.6.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibatomic_ops: make it available only on supported architectures
Thomas Petazzoni [Tue, 20 Mar 2012 11:11:04 +0000 (12:11 +0100)]
libatomic_ops: make it available only on supported architectures

libatomic_ops build fails on architectures such as MIPS or SuperH that
are not supported. So we make it possible to select the libatomic_ops
package only for the architectures that are known to be supported.

[Peter: add armeb as supported arch]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokernel-headers: bump 3.0.x and 3.2.x stable versions
Gustavo Zacarias [Tue, 20 Mar 2012 10:50:27 +0000 (07:50 -0300)]
kernel-headers: bump 3.0.x and 3.2.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agouClibc: enable utmpx support in defconfigs
Peter Korsgaard [Tue, 20 Mar 2012 08:17:38 +0000 (09:17 +0100)]
uClibc: enable utmpx support in defconfigs

It adds very little size overhead as the functions are just wrappers
around utmp, and E.G. systemd needs it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agouClibc: default to 0.9.33
Peter Korsgaard [Tue, 20 Mar 2012 08:16:42 +0000 (09:16 +0100)]
uClibc: default to 0.9.33

This is the current stable version, and E.G. systemd doesn't build with
earlier versions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoChange the /etc/mtab symlink to use an absolute path
Maxime Ripard [Mon, 19 Mar 2012 15:59:35 +0000 (16:59 +0100)]
Change the /etc/mtab symlink to use an absolute path

As systemd checks if /etc/mtab is a symlink to /proc/mount or
/proc/self/mounts, we need to change it so that we can run systemd.

http://cgit.freedesktop.org/systemd/tree/src/main.c#n1082

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoglib-networking: add missing host-intltool dependency
Thomas Petazzoni [Mon, 19 Mar 2012 15:40:07 +0000 (16:40 +0100)]
glib-networking: add missing host-intltool dependency

Fixes the following problem:

checking whether NLS is requested... yes
checking for intltool >= 0.35.0... ./configure: line 12323: intltool-update: command not found
 found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.
make: *** [/home/test/test/output/build/glib-networking-2.30.2/.stamp_configured] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoat: uses fork(), so requires MMU
Thomas Petazzoni [Mon, 19 Mar 2012 15:40:06 +0000 (16:40 +0100)]
at: uses fork(), so requires MMU

Fixes the following problem:

atd.o: In function `run_file':
atd.c:(.text+0x35c): undefined reference to `fork'
atd.c:(.text+0x75c): undefined reference to `fork'
daemon.o: In function `daemon_setup':
daemon.c:(.text+0x4bc): undefined reference to `fork'
collect2: ld returned 1 exit status
make[1]: *** [atd] Error 1
make[1]: Leaving directory `/home/test/test/output/build/at-3.1.12'
make: *** [/home/test/test/output/build/at-3.1.12/.stamp_built] Error 2

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agotransmission: add missing host-intltool dependency
Thomas Petazzoni [Mon, 19 Mar 2012 15:40:05 +0000 (16:40 +0100)]
transmission: add missing host-intltool dependency

Fixes the following build problem:

checking for intltool >= 0.35.0... ./configure: line 17915: intltool-update: command not found
 found
configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.
make: *** [/home/test/test/output/build/transmission-2.33/.stamp_configured] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoe2fsprogs: bump to version 1.42.1
Gustavo Zacarias [Mon, 19 Mar 2012 11:42:08 +0000 (08:42 -0300)]
e2fsprogs: bump to version 1.42.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdded the libtpl package
Simon Dawson [Mon, 19 Mar 2012 10:23:55 +0000 (10:23 +0000)]
Added the libtpl package

[Peter: drop _INSTALL_TARGET = NO as it installs a shared lib]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinux: add 3.3.x stable version
Gustavo Zacarias [Mon, 19 Mar 2012 10:21:49 +0000 (07:21 -0300)]
linux: add 3.3.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokernel-headers: bump 3.2.x stable version and add 3.3
Gustavo Zacarias [Mon, 19 Mar 2012 10:21:48 +0000 (07:21 -0300)]
kernel-headers: bump 3.2.x stable version and add 3.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agotoolchain: disallow internal/ctng toolchains for microblaze
Peter Korsgaard [Sun, 18 Mar 2012 23:26:01 +0000 (00:26 +0100)]
toolchain: disallow internal/ctng toolchains for microblaze

While there's some microblaze support in mainline gcc from 4.6.x,
there still seems to be something missing with the uClibc support, so
disable these for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoConfig.in.arch: Fix microblaze-be double quote issue
Peter Korsgaard [Sun, 18 Mar 2012 22:16:49 +0000 (23:16 +0100)]
Config.in.arch: Fix microblaze-be double quote issue

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agottcp: deprecate package
Peter Korsgaard [Sun, 18 Mar 2012 22:08:01 +0000 (23:08 +0100)]
ttcp: deprecate package

Software is ancient, upstream is missing and the package hasn't seen any
significant changes since it was added in 2003.

Unless someone steps up to update it (E.G. to gentargets), it will
be removed during the 2012.05 cycle.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoMicroblaze: added defconfig for Avnet S6LX9 Microboard
Stephan Hoffmann [Sat, 17 Mar 2012 09:46:56 +0000 (10:46 +0100)]
Microblaze: added defconfig for Avnet S6LX9 Microboard

The Avnet S6LX9 Microboard is a small USB-Stick sized module
containing a Spartan6 FPGA capable of running the Microblaze
softcore processor together with RAM and FLASH memory.

This board support pachage assumes that the Microblaze Bitfile
available from the Avnet website is programmed into the FPGA.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoMicroblaze: build kernel with device tree
Stephan Hoffmann [Sat, 17 Mar 2012 09:46:55 +0000 (10:46 +0100)]
Microblaze: build kernel with device tree

This patch adds the options needed to build the SimpleImage containing
the device tree structure needed for the Microblaze architecture.

Handling Device Tree and SimpleImage will be handled in a general way
in the future.

I provide this patch to be able to build the system in the meantime.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoMicroblaze: added external toolchain from Xilinx
Alvaro G. M [Fri, 16 Mar 2012 13:42:55 +0000 (14:42 +0100)]
Microblaze: added external toolchain from Xilinx

Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
Tested-by: Stephan Hoffmann <sho@relinux.de>
Downloading Microblaze LE toolchain works on a clean install
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoMicroblaze: added architecture support for both big endian and low endian
Alvaro G. M [Fri, 16 Mar 2012 13:42:54 +0000 (14:42 +0100)]
Microblaze: added architecture support for both big endian and low endian

Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
Tested-by: Stephan Hoffmann <sho@relinux.de>
Tested Microblaze LE on a clean install
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agofis: convert to gentargets
Peter Korsgaard [Sun, 18 Mar 2012 21:46:56 +0000 (22:46 +0100)]
fis: convert to gentargets

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodoom-wad: convert to gentargets
Peter Korsgaard [Sun, 18 Mar 2012 21:33:00 +0000 (22:33 +0100)]
doom-wad: convert to gentargets

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoDOWNLOAD: change $1=DIRECTORY_URL, $2=FILE_NAME to $1=FULL_FILE_URL, $2=FILE_NAME
Alvaro G. M [Fri, 16 Mar 2012 13:42:53 +0000 (14:42 +0100)]
DOWNLOAD: change $1=DIRECTORY_URL, $2=FILE_NAME to $1=FULL_FILE_URL, $2=FILE_NAME

This modifies the definition of DOWNLOAD to receive two arguments:
the first one is the full URL of the file to download, whereas the second
(and optional) is the name the file will have once downloaded.

Same thing with the SOURCE_CHECK_WGET and SCP functions.

All calls to these functions have been changed to the shortest form of
the new API, except for toolchains acquisition. Since there is quite a
number of different toolchains this call to DOWNLOAD is better set to the
generic one.

Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Stephan Hoffmann <sho@relinux.de>
Downloading Microblaze LE toolchain works on a clean install
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomanual: update Config.in dependency explainations
Samuel MARTIN [Sun, 18 Mar 2012 08:54:03 +0000 (09:54 +0100)]
manual: update Config.in dependency explainations

[Peter: adjusted according to Arnout's suggestions]
Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomanual: fix typo
Samuel MARTIN [Sun, 18 Mar 2012 08:54:02 +0000 (09:54 +0100)]
manual: fix typo

Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodocs: fix busybox url
Samuel MARTIN [Sun, 18 Mar 2012 08:54:01 +0000 (09:54 +0100)]
docs: fix busybox url

Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodocs/buildroot.html: add new manual location and warning about this page
Samuel MARTIN [Sun, 18 Mar 2012 08:54:00 +0000 (09:54 +0100)]
docs/buildroot.html: add new manual location and warning about this page

Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodocs/buildroot.html: cleanup trailing whitespaces
Samuel MARTIN [Sun, 18 Mar 2012 08:53:59 +0000 (09:53 +0100)]
docs/buildroot.html: cleanup trailing whitespaces

Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonetsnmp: add option to enable debugging code
Luca Ceresoli [Thu, 15 Mar 2012 21:04:27 +0000 (22:04 +0100)]
netsnmp: add option to enable debugging code

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoelf2flt: fix after conversion of binutils to package infrastructure
Arnout Vandecappelle (Essensium/Mind) [Sun, 18 Mar 2012 15:35:58 +0000 (16:35 +0100)]
elf2flt: fix after conversion of binutils to package infrastructure

When binutils was converted to the package infrastructure (commit
009407e6b), the variable that elf2flt uses to find the binutils
libraries disappeared.  So use HOST_BINUTILS_DIR instead of
BINUTILS_DIR1.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdd lpc3250loader to lpc3250 configs
Alexandre Belloni [Tue, 7 Feb 2012 11:01:26 +0000 (12:01 +0100)]
Add lpc3250loader to lpc3250 configs

Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdd lpc3250loader to the host tools
Alexandre Belloni [Tue, 7 Feb 2012 11:01:25 +0000 (12:01 +0100)]
Add lpc3250loader to the host tools

[Peter: use install -D for installation]
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agovsftpd: fix SSL dependency
Yegor Yefremov [Fri, 16 Mar 2012 13:54:55 +0000 (14:54 +0100)]
vsftpd: fix SSL dependency

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoboost: Add comment when C++ is missing
Stephan Thamm [Sat, 3 Mar 2012 20:00:05 +0000 (21:00 +0100)]
boost: Add comment when C++ is missing

[Peter: move above boost option so sub options gets indented]
Signed-off-by: Stephan Thamm <thammi@chaossource.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinux-firmware: add ar7010 variant (ath9k_htc driver) firmware
Gustavo Zacarias [Fri, 2 Mar 2012 18:43:30 +0000 (15:43 -0300)]
linux-firmware: add ar7010 variant (ath9k_htc driver) firmware

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinux-firmware: update definition for atheros ar9271
Gustavo Zacarias [Fri, 2 Mar 2012 18:43:29 +0000 (15:43 -0300)]
linux-firmware: update definition for atheros ar9271

ar9271.fw is the old convention for the firmware.
Starting with kernel 3.0 the new convention is htc_9271.fw which is a
newer version of the firmware so symlinking won't do it and there are no
guarantees that the newer firmware will work with the older driver
either.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agovsftpd: bump to 2.3.5
Yegor Yefremov [Fri, 16 Mar 2012 13:54:54 +0000 (14:54 +0100)]
vsftpd: bump to 2.3.5

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopulseaudio: bump version
Peter Korsgaard [Fri, 16 Mar 2012 08:47:24 +0000 (09:47 +0100)]
pulseaudio: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoCHANGES: update with recent changes
Peter Korsgaard [Thu, 15 Mar 2012 22:59:32 +0000 (23:59 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoopenssl: security bump to version 1.0.0h
Gustavo Zacarias [Mon, 12 Mar 2012 21:02:20 +0000 (18:02 -0300)]
openssl: security bump to version 1.0.0h

Bump to version 1.0.0h to fix CMS and S/MIME Bleichenbacher attack (CVE-2012-0884)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibffi: bump version to 3.0.10
Sagaert Johan [Mon, 12 Mar 2012 12:30:33 +0000 (13:30 +0100)]
libffi: bump version to 3.0.10

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconfig: improve help text and prompt for debugging related options
Thomas Petazzoni [Wed, 14 Mar 2012 22:49:58 +0000 (23:49 +0100)]
config: improve help text and prompt for debugging related options

The help text for the choice of different stripping levels is removed,
since it is not displayed by menuconfig. Instead, only the per-option
help text is visible, so this text is improved.

[Peter: slightly reworked text]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodebug: provide an option to copy the gdbserver to the target
Thomas Petazzoni [Wed, 14 Mar 2012 22:49:57 +0000 (23:49 +0100)]
debug: provide an option to copy the gdbserver to the target

When an external toolchain is used, it is very likely that it contains
a pre-built version of a gdbserver that has the same version as the
cross-gdb included in the external toolchain. So, we now provide an
option that allows to copy this pre-built gdbserver to the target.

As the location of the gdbserver in the external toolchain is not
standardized, we only support the CodeSourcery and Crosstool-NG
layouts for the moment. Other locations can be added later.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodebug: do not force installation of gdbserver
Thomas Petazzoni [Wed, 14 Mar 2012 22:49:56 +0000 (23:49 +0100)]
debug: do not force installation of gdbserver

The BR2_ENABLE_DEBUG option selects the compilation and installation
of gdbserver on the target. This is a bit restrictive, especially for
external toolchains, which may already contain a gdbserver on the
target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdded lcdproc package
Simon Dawson [Thu, 15 Mar 2012 08:49:42 +0000 (08:49 +0000)]
Added lcdproc package

[Peter: fix download URL, move to 'Hardware handling' section]
Signed-off-by: Simon Dawson <spdawson at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoRemove stray $ character from a bunch of init scripts
Luca Ceresoli [Thu, 15 Mar 2012 21:08:09 +0000 (22:08 +0100)]
Remove stray $ character from a bunch of init scripts

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosquashfs3: fix build with uClibc
Markos Chandras [Thu, 15 Mar 2012 16:15:47 +0000 (16:15 +0000)]
squashfs3: fix build with uClibc

The squashfs3 package uses the old get_nprocs() GNU extension which does not
exist in uClibc. This has already been fixed in newer squashfs releases
(>=4.0). The patch is similar to the one committed in
dfa2a513e1aa7f6ec47f630c5d31d98cd098f408

[Peter: add patch header]
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonew package: zeromq
Thomas De Schampheleire [Wed, 14 Mar 2012 16:38:16 +0000 (17:38 +0100)]
new package: zeromq

[Peter: fix C++/LF deps, reformat help, install into staging]
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoutil-linux: fix libmount build under uClibc
Peter Korsgaard [Thu, 15 Mar 2012 10:06:36 +0000 (11:06 +0100)]
util-linux: fix libmount build under uClibc

Patch taken from gentoo.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonbd: fix download URL
Peter Korsgaard [Thu, 15 Mar 2012 08:35:03 +0000 (09:35 +0100)]
nbd: fix download URL

The old URL nowadays return a 404.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodhcp: fix download URL
Peter Korsgaard [Thu, 15 Mar 2012 08:29:18 +0000 (09:29 +0100)]
dhcp: fix download URL

Tarball is in a subdir.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibfuse: fix download URL
Peter Korsgaard [Thu, 15 Mar 2012 08:12:47 +0000 (09:12 +0100)]
libfuse: fix download URL

The old URL nowadays return a 404.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoext-toolchain: Automatically set -m64 if the architecture is x86_64
Arnout Vandecappelle (Essensium/Mind) [Tue, 13 Mar 2012 22:30:00 +0000 (23:30 +0100)]
ext-toolchain: Automatically set -m64 if the architecture is x86_64

Without the -m64, choosing the x86_64 architecture with a Sourcery external
toolchain will result in a 32-bit rootfs.

Also simplified the help text to reflect this change.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: remove any rejects before applying patches
Ludovic Desroches [Wed, 14 Mar 2012 15:33:52 +0000 (16:33 +0100)]
apply-patches.sh: remove any rejects before applying patches

[Peter: .rej files might be in subdirs, so just do find .. | xargs rm]
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
with an armadeus_apf9328_defconfig build
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogst-plugins-bad: bump version
Peter Korsgaard [Wed, 14 Mar 2012 17:27:21 +0000 (18:27 +0100)]
gst-plugins-bad: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogst-plugins-ugly: bump version
Peter Korsgaard [Wed, 14 Mar 2012 17:26:53 +0000 (18:26 +0100)]
gst-plugins-ugly: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogst-plugins-good: bump version
Peter Korsgaard [Wed, 14 Mar 2012 17:26:24 +0000 (18:26 +0100)]
gst-plugins-good: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogst-plugins-base: bump version
Peter Korsgaard [Wed, 14 Mar 2012 17:25:47 +0000 (18:25 +0100)]
gst-plugins-base: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogstreamer: bump version
Peter Korsgaard [Wed, 14 Mar 2012 17:24:58 +0000 (18:24 +0100)]
gstreamer: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibxml2: ensure patches are applied in the correct order
Peter Korsgaard [Wed, 14 Mar 2012 19:35:44 +0000 (20:35 +0100)]
libxml2: ensure patches are applied in the correct order

Some of the patches depends on eachother, so rename them to ensure they
get applied in the correct order.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogcc: bump 4.4.x version
Peter Korsgaard [Tue, 13 Mar 2012 15:27:25 +0000 (16:27 +0100)]
gcc: bump 4.4.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodnsmasq: bump to version 2.60
Gustavo Zacarias [Tue, 13 Mar 2012 13:20:15 +0000 (10:20 -0300)]
dnsmasq: bump to version 2.60

Bump to version 2.60 of dnsmasq with the new lua scripting option.
Switch LDFLAGS from MAKE_ENV to MAKE_OPT to make it work properly.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolua: fix non-shared library build
Arnout Vandecappelle (Essensium/Mind) [Sun, 11 Mar 2012 14:24:56 +0000 (15:24 +0100)]
lua: fix non-shared library build

Building without BR2_PACKAGE_LUA_SHARED_LIBRARY failed because of
missing -ldl.  dl is used by lua's dynamic module loading.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoNew package: parted
Yegor Yefremov [Mon, 12 Mar 2012 10:24:04 +0000 (11:24 +0100)]
New package: parted

[Peter: needs largefile + wchar]
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibethumb: Fix automagic dependencies on libedbus and libexif
Markos Chandras [Sun, 11 Mar 2012 13:15:00 +0000 (14:15 +0100)]
libethumb: Fix automagic dependencies on libedbus and libexif

libethumb will determine during configuration phase whether to build the
optional libexif and libedbus modules. It will enable this modules if
libedbus or libexif are present on the target system. Therefore, we need
to add these packages as optional dependencies to libethumb.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdd target to print buildroot version
Arnout Vandecappelle (Essensium/Mind) [Sun, 11 Mar 2012 11:16:39 +0000 (12:16 +0100)]
Add target to print buildroot version

It's convenient to have a target to print the buildroot version, for use
in external scripts calling buildroot.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agofreetype: security bump to version 2.4.9
Gustavo Zacarias [Mon, 12 Mar 2012 14:23:02 +0000 (11:23 -0300)]
freetype: security bump to version 2.4.9

Bump freetype to version 2.4.9 to fix:
CVE-2012-1126, CVE-2012-1127, CVE-2012-1128, CVE-2012-1129,
CVE-2012-1130, CVE-2012-1131, CVE-2012-1132, CVE-2012-1133,
CVE-2012-1134, CVE-2012-1135, CVE-2012-1136, CVE-2012-1137,
CVE-2012-1138, CVE-2012-1139, CVE-2012-1140, CVE-2012-1141,
CVE-2012-1142, CVE-2012-1143, and CVE 2012-1144.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoatngw100_defconfig: drop atomic64_t patch as it is now upstream
Peter Korsgaard [Tue, 13 Mar 2012 12:08:07 +0000 (13:08 +0100)]
atngw100_defconfig: drop atomic64_t patch as it is now upstream

Since 3.2.10.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinux: bump 3.2.x stable version
Peter Korsgaard [Tue, 13 Mar 2012 07:43:00 +0000 (08:43 +0100)]
linux: bump 3.2.x stable version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokernel-headers: bump 3.0.x / 3.2.x stable versions
Peter Korsgaard [Tue, 13 Mar 2012 07:38:00 +0000 (08:38 +0100)]
kernel-headers: bump 3.0.x / 3.2.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoavr32/defconfig: use current stable kernel instead of the old 2.6.35
Jean-Christophe PLAGNIOL-VILLARD [Wed, 29 Feb 2012 13:51:34 +0000 (14:51 +0100)]
avr32/defconfig: use current stable kernel instead of the old 2.6.35

Drop the patch for kernel >= 3.3

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopixman: bump version and compilation fix
Yegor Yefremov [Mon, 12 Mar 2012 10:02:09 +0000 (11:02 +0100)]
pixman: bump version and compilation fix

- bump to 2.5 and change download location
- disable iwmmxt support for CPU's that don't have
  this feature

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agocan-utils: bump version and change download location
Yegor Yefremov [Mon, 12 Mar 2012 10:47:21 +0000 (11:47 +0100)]
can-utils: bump version and change download location

SocketCAN repository moved from Berlios.de to gitorious

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agousbutils: bump version to 005
Gustavo Zacarias [Sun, 11 Mar 2012 21:47:55 +0000 (18:47 -0300)]
usbutils: bump version to 005

Bump usbutils version to 005 and also switch to a debian mirror since
it's still missing upstream.

[Peter: add comment about autoreconf, use snapshot.debian.org]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agompfr: bump to version 3.1.0-p6
Gustavo Zacarias [Sun, 11 Mar 2012 21:48:04 +0000 (18:48 -0300)]
mpfr: bump to version 3.1.0-p6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoalsa-lib: bump to version 1.0.25
Gustavo Zacarias [Sun, 11 Mar 2012 21:48:08 +0000 (18:48 -0300)]
alsa-lib: bump to version 1.0.25

[Peter: swapped static/shared test around]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>