summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-09buildroot: fix version for 2009.02-rc42009.02_rc4Peter Korsgaard
2009-02-09gmp/mpfr: force static linkingPeter Korsgaard
Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead.
2009-02-09kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard
2009-02-08vim: cleanup sed invocationPeter Korsgaard
2009-02-07u-boot: remove commented out linePeter Korsgaard
2009-02-07alsa-lib: make python option depend on pythonPeter Korsgaard
As discussed on the list.
2009-02-06Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa
if one is provided
2009-02-05toolchain/gcc/4.3.2: use what really got committed upstream for PR39076Peter Korsgaard
Thanks to Sven Neumann for noticing.
2009-02-05mpg123: remove unused mpg123x target (debug?)Peter Korsgaard
2009-02-05mpg123: remove arm funroll-loops workaroundPeter Korsgaard
Fixed by toolchain patch.
2009-02-05toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205Peter Korsgaard
We don't use the iwmmxt abi anymore.
2009-02-05toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993Peter Korsgaard
Rename it so it actually gets applied and fix it so it can be applied (-p level).
2009-02-05mpg123: cleanup unused hunk after r25004Peter Korsgaard
2009-02-05mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)Peter Korsgaard
2009-02-04tremor: strip target libPeter Korsgaard
2009-02-04microperl: strip target binaryPeter Korsgaard
2009-02-04u-boot: fix dependency for host mkimagePeter Korsgaard
2009-02-04linux/Makefile.in.advanced: don't depend on phony target for mkimagePeter Korsgaard
Stops continous rebuilds.
2009-02-04alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard
Tell it where to find the python headers.
2009-02-04toolchain: revert r25193 (Change binary toolchain configuration)Peter Korsgaard
As discussed on the list.
2009-02-04package: remove ltt dir (git-svn issue)Peter Korsgaard
2009-02-04package/: remove obsolete ltt packagePeter Korsgaard
As discussed on the list.
2009-02-04buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menuPeter Korsgaard
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.
2009-02-03setlocalversion: sync with HEAD of kernel gitPeter Korsgaard
Outputs correct svn revision (latest change, not repo version).
2009-02-03target/generic: add ttyCPMx device nodes to device_table / securettyPeter Korsgaard
Serial devices for CPM cores on ppc.
2009-02-03uClibc: remove unused 0.9.29 wchar defconfigPeter Korsgaard
We add the wchar stuff at compile time using sed, so the default defconfig works, the file hasn't seen any updates since it first got committed, and there's no references to it in the tree.
2009-02-03uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)Peter Korsgaard
Fixes mysql-client package (installs shared libraries into /usr/lib/mysql and sets RPATH).
2009-02-02kernel-headers: 2.6.28.x: remove cris patch applied upstreamPeter Korsgaard
2009-02-02kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard
2009-02-02Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2Ulf Samuelsson
2009-02-02Update sam9g20 BSPUlf Samuelsson
2009-02-02Mark ltt as broken (all versions of tarball removed from SITE), package obsoleteUlf Samuelsson
2009-02-02Update buildall.sh with result of latest ARM tests + whitespace cleanupsUlf Samuelsson
2009-02-02Create a log file as well as stdout during testUlf Samuelsson
2009-02-02Do not build target compiler during testUlf Samuelsson
2009-02-02Remove empty directory left after dbus/libxml2 cleanupHamish Moffatt
2009-02-01alsa-lib: clean up makefilePeter Korsgaard
As discussed on the list. I suspect the ARM abi thing isn't needed anymore now we use the correct abi in the first place, but I'll leave it in until after the release.
2009-02-01mpfr: bump versionPeter Korsgaard
I know that changing something as fundamental as mpfr this close to the release isn't really ideal, but it's listed as the minimum version for gcc 4.3.x: http://gcc.gnu.org/install/prerequisites.html Bernhard's tree has been using 2.3.2 since October, so the risk is probably not that big though.
2009-02-01buildroot: use same defaults for atmel target as everything elsePeter Korsgaard
2009-02-01busybox: additional 1.13.2 fixesPeter Korsgaard
2009-02-01Do not overwrite user configurationUlf Samuelsson
2009-01-31docs/news.html: announce -rc3Peter Korsgaard
2009-01-31dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)Peter Korsgaard
It was a bogus revert.
2009-01-31Add AT91 defconfigs for binary toolchainsUlf Samuelsson
2009-01-31Add barebone at91sam9260 boardUlf Samuelsson
2009-01-31Update at91rm9200df BSPUlf Samuelsson
2009-01-31Unbreak Peters 'fixes' to dbus for a second timeUlf Samuelsson
2009-01-31Change binary toolchain configuration, soUlf Samuelsson
that the options become visible just below the config, instead of at bottom of screen Create a more useful default as toolchain path. Allow generation of a script which sets up paths to a binary toolchain generated by buildroot.
2009-01-31Update atstk200x BSPUlf Samuelsson
2009-01-31Update atstk1005 BSPUlf Samuelsson