- Jul 15, 2011
-
-
Yann E. MORIN authored
Move crosstool-NG to package/ and make it an autotarget package. This requires a new patch (now upstream). Now, the crosstool-NG toolchain backend only contains enough to build the toolchain, there's no more reference to building crosstool-NG as a package. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
There are newer releases available, but this is the last release that uses libgcrypt. Newer versions prefer nettle over gcrypt. But then there are users of gnutls (for example libsoup and glib-networking) that assume that gnutls uses gcrypt as its crypto backend. They won't compile with a version of gnutls that uses nettle. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Yann E. MORIN authored
'source-check' breaks because the *_DEFCONFIG options are empty strings. There is an explicit check to avoid erroring-out when doing 'source', but not when doing 'source-check'. This patch set DL_MODE right from the first sub-make call. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 14, 2011
-
-
Evgeni Dobrev authored
YAML 1.1 parser and emitter written in C Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Fixes *** Recursive variable `LINUX_SITE' references itself Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Commit a4ca9593 (u-boot: rename to uboot) forgot to change the kirkwood format handling to look for the new variable name, breaking support. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
This contains an updated build system, so the patches are no longer needed. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Security fix. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 13, 2011
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Baruch Siach authored
[Peter: don't build mxmldoc as it needs spawn.h] Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Yegor Yefremov authored
POSIX Access Control Lists, which are used to define more fine-grained discretionary access rights for files and directories. [Peter: needs largefile] Signed-off-by:
Heiko Zuerker <smiley73@users.sourceforge.net> Signed-off-by:
Daniel Mack <zonque@gmail.com> Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Yegor Yefremov authored
Commands for Manipulating Filesystem Extended Attributes. [Peter: needs largefile] Signed-off-by:
Heiko Zuerker <smiley73@users.sourceforge.net> Signed-off-by:
Daniel Mack <zonque@gmail.com> Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Closes #3595 Based on patch by Tristan Lelong <tristan.lelong@blunderer.org>. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Based on patch by Hervé Fache <h-fache@ti.com>. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Yann E. MORIN authored
On "make source", just download the required sources, and do not build the entire toolchain. This requires a new patch against crosstool-NG (got from upstream). The "uclibc-source" rule requires an installed and configured crosstool-NG, so it has to be after the variables declaration. For consistency, move down the main rule "uclibc". Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
H Hartley Sweeten authored
The S01logging script currently displays the start/stop messages like this: Start logging :OK The normal form for these messages is: Start logging: OK Signed-off-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Last minute brown paper bag bug. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 12, 2011
-
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Phil Edworthy authored
Added the CodeSourcery uCLinux/uClibc toolchain for the SH2A big endian devices. Signed-off-by:
Phil Edworthy <phil.edworthy@renesas.com> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Allan W. Nielsen authored
Signed-off-by:
Allan W. Nielsen <a@awn.dk> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Robin Holt authored
The argtable2 sourceforge project provides easy parsing of command line options and file contents. [Peter: Misc cleanup/fixes] Signed-off-by:
Robin Holt <holt@sgi.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Daniel Mack authored
[Peter: move to crypto section] Signed-off-by:
Daniel Mack <zonque@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Daniel Mack authored
Signed-off-by:
Daniel Mack <zonque@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Milton Soares Filho authored
This fails when Make decides to process sysvinit targets before busybox. Signed-off-by:
Milton Soares Filho <milton.soares.filho@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jul 11, 2011
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
The assumption that all kernels are in http://www.kernel.org/pub/linux/kernel/v2.6/ is no longer true: versions 3.x are in separate directories. We now compute the directory name from the major and minor versions of the version provided by the user. This assumes that the 3.1 version will be in a /v3.1/ directory, which we don't know yet because the 3.1 cycle hasn't started yet. At the same time, we add support for the official -rcX versions. Patch tested by compiling 3.0-rc6, which Buildroot has successfully downloaded and built. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Since at91dataflashboot has no suboption, using "menuconfig" is useless and confusing, as it creates an empty submenu in the configuration interface. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Philippe Reynes authored
Signed-off-by:
Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> merge xloader Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
As the kernel and bootloaders do not use the normal BR2_PACKAGE_* Kconfig options, their target name was not automatically added to the global TARGETS variable. Each bootloader .mk and the linux.mk had to add their own target manually to TARGETS, and the package infrastructure was making tests on non-existing Kconfig variables. This commit improves the package infrastructure so that it looks at BR2_PACKAGE_<pkg> for packages, BR2_TARGET_<pkg> for bootloaders and at the special BR2_LINUX_KERNEL for the linux package. This allows to simplify a little bit the bootloaders and linux .mk files. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
This will allow to match the currently Config.in option BR2_TARGET_UBOOT, in order to make it easy to integrate U-Boot into the package infrastructure. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Thomas Petazzoni authored
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-