Age | Commit message (Collapse) | Author | |
---|---|---|---|
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" | |||
2009-01-30 | Extend External Toolchain options (match buildroot built toolchain): | Daniel Laird | |
Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-30 | target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-30 | dbus: fix xml dependency and stop continous rebuilds | Peter Korsgaard | |
2009-01-30 | dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵ | Peter Korsgaard | |
but may need refinement) As discussed on the list - Too complicated and wrong. | |||
2009-01-30 | toolchain: fix up GNU_TARGET_NAME link and target_utils location | Peter Korsgaard | |
The GNU_TARGET_NAME symlink and target_utils location were not correctly adjusted to match the move of the toolchain to $(STAGING_DIR)/usr, creating dangling symlinks. | |||
2009-01-30 | toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot) | Peter Korsgaard | |
2009-01-30 | target/Config.in.arch: fix ARM abi setting | Peter Korsgaard | |
Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree. | |||
2009-01-30 | qte.mk: Add a 'comment' to indicate the need for NPTL threads | Daniel Laird | |
Make sure the developer is informed why a package is not visable and that they need to have a NPTL enabled toolchain. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-30 | qte.mk: Use depends on for toolchain features | Daniel Laird | |
Buildroot is adopting depends on for toolchain features and select for packages. Make this change in this file. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-30 | toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI | Peter Korsgaard | |
From Bernhards' tree, thanks to Sven Neuman for noticing. See also http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html | |||
2009-01-30 | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | |
Package configs should start with BR2_PACKAGE_. | |||
2009-01-30 | readline: remove BR2_PACKAGE_READLINE_TARGET configuration option | Peter Korsgaard | |
Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead. | |||
2009-01-30 | readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration | Peter Korsgaard | |
Header files on target is globally controlled by BR2_HAVE_DEVFILES. | |||
2009-01-30 | Move AVR32 patch to kernel header to unbreak several applications | Ulf Samuelsson | |
2009-01-30 | Fix dbus dependency on libxml2, without rebuild, works but may need refinement | Ulf Samuelsson | |
2009-01-29 | Update some comments, which will cause defconfig to wait for input | Ulf Samuelsson | |
2009-01-29 | Update some comments, which will cause defconfig to wait for input | Ulf Samuelsson | |
2009-01-29 | Update some comments, which will cause defconfig to wait for input | Ulf Samuelsson | |
2009-01-29 | at91rm9200df defconfig comment update | Ulf Samuelsson | |
2009-01-29 | 2.6.23 is not patchable for at91, cleanup some comments | Ulf Samuelsson | |
2009-01-29 | Delete AT91 patches before 2.6.22 | Ulf Samuelsson | |
2009-01-29 | Cleanup of AT91 patches | Ulf Samuelsson | |
2009-01-29 | Remove some unneeded AT91 patches | Ulf Samuelsson | |
2009-01-29 | Update at91sam9263ek BSP | Ulf Samuelsson | |
2009-01-29 | Update at91sam9261ek BSP | Ulf Samuelsson | |