Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11r7/xserver_xorg: breaks with shared cache | Peter Korsgaard | 2008-12-22 | 1 | -0/+1 |
| | | | | The package overrides CFLAGS, so disable shared cache. | ||||
* | fontconfig: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -0/+59 |
| | |||||
* | x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -6/+6 |
| | |||||
* | x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -5/+5 |
| | |||||
* | x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools | Peter Korsgaard | 2008-12-22 | 1 | -7/+7 |
| | |||||
* | And make script for exported toolchain executable | Ulf Samuelsson | 2008-12-21 | 1 | -0/+1 |
| | |||||
* | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | 2008-12-21 | 5 | -0/+46 |
| | |||||
* | Bump version of setserial | Ulf Samuelsson | 2008-12-21 | 1 | -2/+4 |
| | |||||
* | Revert patch, sent by mistake | Ulf Samuelsson | 2008-12-20 | 1 | -2/+0 |
| | |||||
* | Add updated binutils-2.18 prepatched toolchain for AVR32 | Ulf Samuelsson | 2008-12-20 | 1 | -2/+3 |
| | |||||
* | Add updated gcc-4.2.2 prepatched toolchain for AVR32 | Ulf Samuelsson | 2008-12-20 | 2 | -0/+26 |
| | |||||
* | Add AP7200 eval kit configuration | Ulf Samuelsson | 2008-12-20 | 1 | -1/+2 |
| | |||||
* | Add BSP for AP7200 | Ulf Samuelsson | 2008-12-20 | 62 | -0/+7687 |
| | |||||
* | Add support for AT32AP7200 | Ulf Samuelsson | 2008-12-20 | 1 | -0/+14 |
| | |||||
* | Add 2.6.27.7 patches for AVR32 | Ulf Samuelsson | 2008-12-20 | 7 | -0/+26968 |
| | |||||
* | Hide AT91 features if not an AT91 ARM | Ulf Samuelsson | 2008-12-20 | 1 | -1/+8 |
| | |||||
* | Use correct linux version when applying latest minor patch | Ulf Samuelsson | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | Sort Linux debug info in alphabetical order | Ulf Samuelsson | 2008-12-20 | 1 | -32/+44 |
| | |||||
* | Put latest version info in separate file for easier maintenance | Ulf Samuelsson | 2008-12-20 | 2 | -23/+66 |
| | |||||
* | toolchain/binutils: fix non-sysroot build | Peter Korsgaard | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | Update links to new site locations (via Lance Albertson of OSL) | Bernhard Reutner-Fischer | 2008-12-18 | 3 | -3/+3 |
| | |||||
* | Update to latest linux versions | Ulf Samuelsson | 2008-12-17 | 1 | -6/+6 |
| | |||||
* | haserl: bump version | Peter Korsgaard | 2008-12-17 | 1 | -1/+1 |
| | |||||
* | openswan: revert $(strip ...) change (r24307) on patches | Peter Korsgaard | 2008-12-17 | 4 | -12/+12 |
| | | | | Thanks to Markus for noticing. | ||||
* | Remove AVR32 target variants, the current entries refers to CHIPS which have ↵ | Ulf Samuelsson | 2008-12-17 | 1 | -12/+0 |
| | | | | the same CPU core, CHIP variant is defined elsewhere | ||||
* | Revert $(strip ...) change which corrupted this file | Hamish Moffatt | 2008-12-17 | 1 | -0/+0 |
| | |||||
* | docs/buildroot.html: misc small fixes and strip trailing spaces | Peter Korsgaard | 2008-12-16 | 1 | -82/+82 |
| | |||||
* | Documentation fixes and updates | Thomas Petazzoni | 2008-12-15 | 1 | -76/+147 |
| | | | | | | | | 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> | ||||
* | Mention another important benefit of Buildroot. | Thomas Petazzoni | 2008-12-15 | 1 | -0/+6 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Fix TARGET_PATH for external toolchain builds | Thomas Petazzoni | 2008-12-15 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | avahi: make sure destination dirs exists | Peter Korsgaard | 2008-12-15 | 1 | -8/+6 |
| | |||||
* | toolchain: use same gdb Config.in for internal/external toolchains | Peter Korsgaard | 2008-12-15 | 7 | -150/+96 |
| | | | | | | | | | | 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). | ||||
* | ifplugd: fix non-C++ build | Peter Korsgaard | 2008-12-13 | 2 | -1/+18 |
| | | | | | The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything. | ||||
* | Another external toolchain support solution | Thomas Petazzoni | 2008-12-13 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | menuconfig: don't prepend CONFIG_ to symbols in help text | Peter Korsgaard | 2008-12-13 | 1 | -1/+1 |
| | |||||
* | Bump PHP version to 5.2.7. | Thomas Petazzoni | 2008-12-13 | 1 | -1/+1 |
| | | | | | | | Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Bump lighttpd to 1.4.20. | Thomas Petazzoni | 2008-12-13 | 2 | -1/+1 |
| | | | | | | | Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | samba: add a comment about why make proto is done before make | Hans-Christian Egtvedt | 2008-12-12 | 1 | -0/+1 |
| | | | | | This patch adds a comment why make proto is needed before make. | ||||
* | samba: make proto first to allow parallel build afterwards | Hans-Christian Egtvedt | 2008-12-12 | 1 | -1/+2 |
| | | | | | | | | 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> | ||||
* | samba: bump version to 3.2.5 | Hans-Christian Egtvedt | 2008-12-12 | 6 | -17/+147 |
| | | | | | | | | | | | | | | 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> | ||||
* | libiconv: strip installed library and remove the preloadable library | Hans-Christian Egtvedt | 2008-12-12 | 1 | -0/+8 |
| | | | | | | | | 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> | ||||
* | zlib: install using cp instead of install for zlib libraries | Hans-Christian Egtvedt | 2008-12-11 | 1 | -1/+1 |
| | | | | | | | | This patch will install zlib keeping the symlinks. The usage of $(INSTALL) here did not take into account symbolic links. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | busybox: 1.13.1 bindtodevice fix | Peter Korsgaard | 2008-12-11 | 1 | -0/+86 |
| | |||||
* | package/boa: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Peter Korsgaard | 2008-12-11 | 1 | -0/+2 |
| | |||||
* | toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabled | Peter Korsgaard | 2008-12-10 | 1 | -1/+0 |
| | |||||
* | busybox: additional 1.13.1 fixes | Peter Korsgaard | 2008-12-10 | 2 | -0/+47 |
| | |||||
* | bump | Eric Andersen | 2008-12-09 | 1 | -1/+1 |
| | |||||
* | binutils: revert bad commit 24343 | Hans-Christian Egtvedt | 2008-12-09 | 1 | -1/+1 |
| | | | | | | This reverst the commit 24343, the original state was indeed correct. Blame goes to my bad sight and too hasty decisions. | ||||
* | binutils: fix typo for detecting if BINUTILS_NO_MPFR is not set | Hans-Christian Egtvedt | 2008-12-09 | 1 | -1/+1 |
| | | | | | Make the ifndef check the actual variable, typo bug. | ||||
* | qtopia4: add kconfig option to enable Phonon | Hans-Christian Egtvedt | 2008-12-08 | 2 | -0/+25 |
| | | | | | | | | | | | | This patch adds a kconfig option to enable Phonon when configuring Qt. Phonon is the multimedia API from KDE 4 which has been integrated into Qt 4.4. For playback under Linux the GStreamer multimedia framework is used. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> |