summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-28toolchain/kernel-headers: add 2.6.28Peter Korsgaard
Don't make it default yet as uclibc/busybox seems to have some issues with it.
2008-12-27libmpd: no need for autoreconf now we don't patch configure.ac anymorePeter Korsgaard
2008-12-27package: add libgladePeter Korsgaard
2008-12-27pango: bump versionPeter Korsgaard
2008-12-26directfb-examples fixesThomas Petazzoni
* Do not install to the staging dir inside the target install target, since it has already been done in the staging install target. * Strip the binaries installed in the target. * Properly create the target installation stamp. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-26libmpd: get rid of < glib2.16 workaroundPeter Korsgaard
2008-12-26libglib2: bump versionPeter Korsgaard
2008-12-26libgtk: don't list cups/png/jpeg/tiff as hard dependenciesPeter Korsgaard
GTK can be compiled without the above, so don't list them as hard dependencies, and simply adjust the build depending on what the user has enabled.
2008-12-26libgtk2: remove unneeded configure optsPeter Korsgaard
This stuff is all handled by Makefile.autotools.in
2008-12-26package/multimedia: add libmpd packagePeter Korsgaard
2008-12-23scripts/setlocalversion: update deprecated git-<command> usageWade Berrier
Git is moving away from the git-<command> to git <command> git-svn -> git svn
2008-12-23target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)Peter Korsgaard
2008-12-23toolchain: disable export-toolchain stuff as it breaks make dependenciesPeter 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-23toolchain/uclibc: fix typoPeter Korsgaard
2008-12-23toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED optionPeter Korsgaard
Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree.
2008-12-22strace: fix build on ARM (no <asm/cachectl.h>)Peter Korsgaard
2008-12-22rxvt: 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-22x11r7/xserver_xorg: breaks with shared cachePeter Korsgaard
The package overrides CFLAGS, so disable shared cache.
2008-12-22fontconfig: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-22x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-22x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-22x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host toolsPeter Korsgaard
2008-12-21And make script for exported toolchain executableUlf Samuelsson
2008-12-21Allow creating a script for external use of Buildroot toolchainUlf Samuelsson
2008-12-21Bump version of setserialUlf Samuelsson
2008-12-20Revert patch, sent by mistakeUlf Samuelsson
2008-12-20Add updated binutils-2.18 prepatched toolchain for AVR32Ulf Samuelsson
2008-12-20Add updated gcc-4.2.2 prepatched toolchain for AVR32Ulf Samuelsson
2008-12-20Add AP7200 eval kit configurationUlf Samuelsson
2008-12-20Add BSP for AP7200Ulf Samuelsson
2008-12-20Add support for AT32AP7200Ulf Samuelsson
2008-12-20Add 2.6.27.7 patches for AVR32Ulf Samuelsson
2008-12-20Hide AT91 features if not an AT91 ARMUlf Samuelsson
2008-12-20Use correct linux version when applying latest minor patchUlf Samuelsson
2008-12-20Sort Linux debug info in alphabetical orderUlf Samuelsson
2008-12-20Put latest version info in separate file for easier maintenanceUlf Samuelsson
2008-12-18toolchain/binutils: fix non-sysroot buildPeter Korsgaard
2008-12-18Update links to new site locations (via Lance Albertson of OSL)Bernhard Reutner-Fischer
2008-12-17Update to latest linux versionsUlf Samuelsson
2008-12-17haserl: bump versionPeter Korsgaard
2008-12-17openswan: revert $(strip ...) change (r24307) on patchesPeter Korsgaard
Thanks to Markus for noticing.
2008-12-17Remove AVR32 target variants, the current entries refers to CHIPS which have ↵Ulf Samuelsson
the same CPU core, CHIP variant is defined elsewhere
2008-12-17Revert $(strip ...) change which corrupted this fileHamish Moffatt
2008-12-16docs/buildroot.html: misc small fixes and strip trailing spacesPeter Korsgaard
2008-12-15Documentation fixes and updatesThomas 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-15Mention another important benefit of Buildroot.Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-15Fix TARGET_PATH for external toolchain buildsThomas 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-15avahi: make sure destination dirs existsPeter Korsgaard
2008-12-15toolchain: use same gdb Config.in for internal/external toolchainsPeter 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-13ifplugd: fix non-C++ buildPeter Korsgaard
The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything.