Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-05 | mpg123: cleanup after r19300 (don't introduce unneeded hidden configs) | Peter Korsgaard | |
2009-02-04 | tremor: strip target lib | Peter Korsgaard | |
2009-02-04 | microperl: strip target binary | Peter Korsgaard | |
2009-02-04 | u-boot: fix dependency for host mkimage | Peter Korsgaard | |
2009-02-04 | linux/Makefile.in.advanced: don't depend on phony target for mkimage | Peter Korsgaard | |
Stops continous rebuilds. | |||
2009-02-04 | alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON | Peter Korsgaard | |
Tell it where to find the python headers. | |||
2009-02-04 | toolchain: revert r25193 (Change binary toolchain configuration) | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-04 | package: remove ltt dir (git-svn issue) | Peter Korsgaard | |
2009-02-04 | package/: remove obsolete ltt package | Peter Korsgaard | |
As discussed on the list. | |||
2009-02-04 | buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu | Peter Korsgaard | |
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it. | |||
2009-02-03 | setlocalversion: sync with HEAD of kernel git | Peter Korsgaard | |
Outputs correct svn revision (latest change, not repo version). | |||
2009-02-03 | target/generic: add ttyCPMx device nodes to device_table / securetty | Peter Korsgaard | |
Serial devices for CPM cores on ppc. | |||
2009-02-03 | uClibc: remove unused 0.9.29 wchar defconfig | Peter 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-03 | uClibc: 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-02 | kernel-headers: 2.6.28.x: remove cris patch applied upstream | Peter Korsgaard | |
2009-02-02 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-02 | Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2 | Ulf Samuelsson | |
2009-02-02 | Update sam9g20 BSP | Ulf Samuelsson | |
2009-02-02 | Mark ltt as broken (all versions of tarball removed from SITE), package obsolete | Ulf Samuelsson | |
2009-02-02 | Update buildall.sh with result of latest ARM tests + whitespace cleanups | Ulf Samuelsson | |
2009-02-02 | Create a log file as well as stdout during test | Ulf Samuelsson | |
2009-02-02 | Do not build target compiler during test | Ulf Samuelsson | |
2009-02-02 | Remove empty directory left after dbus/libxml2 cleanup | Hamish Moffatt | |
2009-02-01 | alsa-lib: clean up makefile | Peter 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-01 | mpfr: bump version | Peter 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-01 | buildroot: use same defaults for atmel target as everything else | Peter Korsgaard | |
2009-02-01 | busybox: additional 1.13.2 fixes | Peter Korsgaard | |
2009-02-01 | Do not overwrite user configuration | Ulf Samuelsson | |
2009-01-31 | docs/news.html: announce -rc3 | Peter Korsgaard | |
2009-01-31 | dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time) | Peter Korsgaard | |
It was a bogus revert. | |||
2009-01-31 | Add AT91 defconfigs for binary toolchains | Ulf Samuelsson | |
2009-01-31 | Add barebone at91sam9260 board | Ulf Samuelsson | |
2009-01-31 | Update at91rm9200df BSP | Ulf Samuelsson | |
2009-01-31 | Unbreak Peters 'fixes' to dbus for a second time | Ulf Samuelsson | |
2009-01-31 | Change binary toolchain configuration, so | Ulf 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-31 | Update atstk200x BSP | Ulf Samuelsson | |
2009-01-31 | Update atstk1005 BSP | Ulf Samuelsson | |
2009-01-31 | Update atngw100 BSP | Ulf Samuelsson | |
2009-01-31 | Update at91sam9263ek BSP | Ulf Samuelsson | |
2009-01-31 | defconfig using binary toolchain | Ulf Samuelsson | |
2009-01-31 | defconfig for arm toolchain | Ulf Samuelsson | |
2009-01-31 | make update shoudl save to PROJECT_defconfig | Ulf Samuelsson | |
2009-01-31 | x11r7: make xman and xcb-util visible in Kconfig | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-31 | dbus: revert to pre-r25021 situation | Peter Korsgaard | |
Revert to pre-r25021 situation, but add extra comments explaining the situation. | |||
2009-01-31 | ntp: fix time sync issue | Peter Korsgaard | |
Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo. | |||
2009-01-31 | grub: revert r21974 (features.h should never be included explicitly) | Peter Korsgaard | |
features.h (or something including it) is needed for __UCLIBC* to get defined - E.G. without that the build breaks without largefile support. Nigel, what was the reason for your commit and what file not found error did you see? | |||
2009-01-31 | grub: fix build | Peter Korsgaard | |
Revert to the -35 debian patch (from stable.debian.net) so the other patches apply, E.G. effectively revert r23968. Someone who actually uses grub should probably look into updating our version. | |||
2009-01-31 | dbus dependencies needs to be ready before ./configure | Ulf Samuelsson | |
2009-01-31 | Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵ | Ulf Samuelsson | |
break, feedback to AVR32 compiler team will be sent | |||
2009-01-30 | Remove AVR32 patches from kernel-headers directory and put them in | Ulf Samuelsson | |
"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka" |