summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: fix version for 2009.022009.02Peter Korsgaard2009-02-121-1/+1
|
* gmp/mpfr: use static libraries as make targetsPeter Korsgaard2009-02-102-2/+2
| | | | The host shared objects are no more.
* binutils: depend on static version of gmp/mpfrPeter Korsgaard2009-02-101-2/+2
|
* u-boot: don't touch config.h unless explicitly requested by userPeter Korsgaard2009-02-101-1/+7
| | | | | Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used.
* gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard2009-02-102-2/+2
| | | | | Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
* u-boot: remove unused BOOTARGS / BOOTCMD handlingPeter Korsgaard2009-02-101-12/+0
| | | | Not available in Kconfig and no references to it in the tree.
* u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard2009-02-101-1/+0
| | | | No sensible reason why this should only be present on avr32.
* x11/video-xgi: fix vesa/xgi typoPeter Korsgaard2009-02-102-2/+2
| | | | Closes #95
* Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵Thiago A. Corrêa2009-02-093-3/+3
| | | | build to fail if user is not root and don't have a /tftpboot folder
* docs/news.html: announce -rc4Peter Korsgaard2009-02-091-0/+13
|
* gmp/mpfr: force static linkingPeter Korsgaard2009-02-092-2/+2
| | | | | | | | | | | | 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.
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-095-2/+2
|
* vim: cleanup sed invocationPeter Korsgaard2009-02-081-1/+1
|
* u-boot: remove commented out linePeter Korsgaard2009-02-071-1/+0
|
* alsa-lib: make python option depend on pythonPeter Korsgaard2009-02-071-1/+1
| | | | As discussed on the list.
* Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa2009-02-063-13/+11
| | | | if one is provided
* toolchain/gcc/4.3.2: use what really got committed upstream for PR39076Peter Korsgaard2009-02-052-31/+11
| | | | Thanks to Sven Neumann for noticing.
* mpg123: remove unused mpg123x target (debug?)Peter Korsgaard2009-02-051-3/+0
|
* mpg123: remove arm funroll-loops workaroundPeter Korsgaard2009-02-053-2135/+1
| | | | Fixed by toolchain patch.
* toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205Peter Korsgaard2009-02-051-42/+0
| | | | We don't use the iwmmxt abi anymore.
* toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993Peter Korsgaard2009-02-051-2/+2
| | | | | Rename it so it actually gets applied and fix it so it can be applied (-p level).
* mpg123: cleanup unused hunk after r25004Peter Korsgaard2009-02-051-4/+0
|
* mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)Peter Korsgaard2009-02-052-7/+1
|
* tremor: strip target libPeter Korsgaard2009-02-041-1/+2
|
* microperl: strip target binaryPeter Korsgaard2009-02-041-1/+4
|
* u-boot: fix dependency for host mkimagePeter Korsgaard2009-02-041-1/+1
|
* linux/Makefile.in.advanced: don't depend on phony target for mkimagePeter Korsgaard2009-02-041-1/+1
| | | | Stops continous rebuilds.
* alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard2009-02-041-0/+1
| | | | Tell it where to find the python headers.
* toolchain: revert r25193 (Change binary toolchain configuration)Peter Korsgaard2009-02-044-26/+2
| | | | As discussed on the list.
* package: remove ltt dir (git-svn issue)Peter Korsgaard2009-02-040-0/+0
|
* package/: remove obsolete ltt packagePeter Korsgaard2009-02-046-290/+0
| | | | As discussed on the list.
* buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menuPeter Korsgaard2009-02-042-12/+12
| | | | | As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.
* setlocalversion: sync with HEAD of kernel gitPeter Korsgaard2009-02-031-5/+9
| | | | Outputs correct svn revision (latest change, not repo version).
* target/generic: add ttyCPMx device nodes to device_table / securettyPeter Korsgaard2009-02-033-0/+9
| | | | Serial devices for CPM cores on ppc.
* uClibc: remove unused 0.9.29 wchar defconfigPeter Korsgaard2009-02-031-215/+0
| | | | | | 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.
* uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)Peter Korsgaard2009-02-035-5/+5
| | | | | Fixes mysql-client package (installs shared libraries into /usr/lib/mysql and sets RPATH).
* kernel-headers: 2.6.28.x: remove cris patch applied upstreamPeter Korsgaard2009-02-021-12/+0
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-026-2/+2
|
* Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2Ulf Samuelsson2009-02-021-15/+2
|
* Update sam9g20 BSPUlf Samuelsson2009-02-021-23/+19
|
* Mark ltt as broken (all versions of tarball removed from SITE), package obsoleteUlf Samuelsson2009-02-021-1/+1
|
* Update buildall.sh with result of latest ARM tests + whitespace cleanupsUlf Samuelsson2009-02-021-346/+324
|
* Create a log file as well as stdout during testUlf Samuelsson2009-02-021-35/+36
|
* Do not build target compiler during testUlf Samuelsson2009-02-021-2/+1
|
* Remove empty directory left after dbus/libxml2 cleanupHamish Moffatt2009-02-020-0/+0
|
* alsa-lib: clean up makefilePeter Korsgaard2009-02-011-7/+5
| | | | | | 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.
* mpfr: bump versionPeter Korsgaard2009-02-011-4/+3
| | | | | | | | | | | 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.
* buildroot: use same defaults for atmel target as everything elsePeter Korsgaard2009-02-012-6/+1
|
* busybox: additional 1.13.2 fixesPeter Korsgaard2009-02-012-0/+149
|
* Do not overwrite user configurationUlf Samuelsson2009-02-011-5/+5
|