Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-26 | libgtk2: remove unneeded configure opts | Peter Korsgaard | |
This stuff is all handled by Makefile.autotools.in | |||
2008-12-26 | package/multimedia: add libmpd package | Peter Korsgaard | |
2008-12-23 | scripts/setlocalversion: update deprecated git-<command> usage | Wade Berrier | |
Git is moving away from the git-<command> to git <command> git-svn -> git svn | |||
2008-12-23 | target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm) | Peter Korsgaard | |
2008-12-23 | toolchain: disable export-toolchain stuff as it breaks make dependencies | Peter Korsgaard | |
For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set. | |||
2008-12-23 | toolchain/uclibc: fix typo | Peter Korsgaard | |
2008-12-23 | toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option | Peter Korsgaard | |
Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree. | |||
2008-12-22 | strace: fix build on ARM (no <asm/cachectl.h>) | Peter Korsgaard | |
2008-12-22 | rxvt: don't use getpt() | Peter Korsgaard | |
uClibc can be (and per default is) configured to not implement the glibc function getpt(3), so use the non-getpt rxvt configuration. | |||
2008-12-22 | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | |
The package overrides CFLAGS, so disable shared cache. | |||
2008-12-22 | fontconfig: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-22 | x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-22 | x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-22 | x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | |
2008-12-21 | And make script for exported toolchain executable | Ulf Samuelsson | |
2008-12-21 | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | |
2008-12-21 | Bump version of setserial | Ulf Samuelsson | |
2008-12-20 | Revert patch, sent by mistake | Ulf Samuelsson | |
2008-12-20 | Add updated binutils-2.18 prepatched toolchain for AVR32 | Ulf Samuelsson | |
2008-12-20 | Add updated gcc-4.2.2 prepatched toolchain for AVR32 | Ulf Samuelsson | |
2008-12-20 | Add AP7200 eval kit configuration | Ulf Samuelsson | |
2008-12-20 | Add BSP for AP7200 | Ulf Samuelsson | |
2008-12-20 | Add support for AT32AP7200 | Ulf Samuelsson | |
2008-12-20 | Add 2.6.27.7 patches for AVR32 | Ulf Samuelsson | |
2008-12-20 | Hide AT91 features if not an AT91 ARM | Ulf Samuelsson | |
2008-12-20 | Use correct linux version when applying latest minor patch | Ulf Samuelsson | |
2008-12-20 | Sort Linux debug info in alphabetical order | Ulf Samuelsson | |
2008-12-20 | Put latest version info in separate file for easier maintenance | Ulf Samuelsson | |
2008-12-18 | toolchain/binutils: fix non-sysroot build | Peter Korsgaard | |
2008-12-18 | Update links to new site locations (via Lance Albertson of OSL) | Bernhard Reutner-Fischer | |
2008-12-17 | Update to latest linux versions | Ulf Samuelsson | |
2008-12-17 | haserl: bump version | Peter Korsgaard | |
2008-12-17 | openswan: revert $(strip ...) change (r24307) on patches | Peter Korsgaard | |
Thanks to Markus for noticing. | |||
2008-12-17 | Remove AVR32 target variants, the current entries refers to CHIPS which have ↵ | Ulf Samuelsson | |
the same CPU core, CHIP variant is defined elsewhere | |||
2008-12-17 | Revert $(strip ...) change which corrupted this file | Hamish Moffatt | |
2008-12-16 | docs/buildroot.html: misc small fixes and strip trailing spaces | Peter Korsgaard | |
2008-12-15 | Documentation fixes and updates | Thomas Petazzoni | |
The biggest update is to document the Makefile.autotools.in way of writing .mk files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-15 | Mention another important benefit of Buildroot. | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-15 | Fix TARGET_PATH for external toolchain builds | Thomas Petazzoni | |
TARGET_PATH didn't contain $(STAGING_DIR)/usr/bin, which means that programs installed in $(STAGING_DIR)/usr/bin were not considered for execution during Buildroot build process. This was a problem with host automake/autoconf/libtool, which could not be found. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-15 | avahi: make sure destination dirs exists | Peter Korsgaard | |
2008-12-15 | toolchain: use same gdb Config.in for internal/external toolchains | Peter Korsgaard | |
We used to use different gdb configs for internal and external toolchains because mconf won't source the same file twice. This works, but is kind of sub optimal, as people forget to keep them in sync. Fix it to use the same file for both situations by shuffling around the config options a bit. Should work identical to before (except for the newer gdb versions available for ext). | |||
2008-12-13 | ifplugd: fix non-C++ build | Peter Korsgaard | |
The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything. | |||
2008-12-13 | Another external toolchain support solution | Thomas Petazzoni | |
* In toolchain/external-toolchain/ext-tool.mk, copy the contents of the sysroot directory to the staging dir. * In package/Makefile.in, add a --sysroot CFLAGS pointing to the staging dir * Remove the CFLAGS and LDFLAGS definition from TARGET_CONFIGURE_OPTS. I haven't investigated exactly why, but with these options, DirectFB fails to build because it cannot find PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, even if DirectFB's Makefile properly sets -D_GNU_SOURCE. I have already sent this patch on December, 2nd to the mailing-list, but got no feedback. So let's commit and see what happens :-) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-13 | menuconfig: don't prepend CONFIG_ to symbols in help text | Peter Korsgaard | |
2008-12-13 | Bump PHP version to 5.2.7. | Thomas Petazzoni | |
Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-13 | Bump lighttpd to 1.4.20. | Thomas Petazzoni | |
Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-12-12 | samba: add a comment about why make proto is done before make | Hans-Christian Egtvedt | |
This patch adds a comment why make proto is needed before make. | |||
2008-12-12 | samba: make proto first to allow parallel build afterwards | Hans-Christian Egtvedt | |
This patch fixes parallel build of Samba. The trick is to make proto before executing a full make. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-12 | samba: bump version to 3.2.5 | Hans-Christian Egtvedt | |
This patch bumps Samba version to 3.2.5. In the process Samba now depends on libiconv. This dependency is needed because Samba wants to use various formats when talking to the different parts of the system. Two new patches are introduced, one to double check if BSD functions are available, and one to skip checking for glibc version. The use unsigned enum patch could be removed since this can be supplied with a autoconf variable. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-12 | libiconv: strip installed library and remove the preloadable library | Hans-Christian Egtvedt | |
This patch is mainly for size reduction, removing more than half the needed footprint. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> |