summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/news.html: announce -rc3Peter Korsgaard2009-01-311-0/+11
|
* dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)Peter Korsgaard2009-01-311-5/+11
| | | | It was a bogus revert.
* Add AT91 defconfigs for binary toolchainsUlf Samuelsson2009-01-319-1/+6780
|
* Add barebone at91sam9260 boardUlf Samuelsson2009-01-311-0/+681
|
* Update at91rm9200df BSPUlf Samuelsson2009-01-311-17/+17
|
* Unbreak Peters 'fixes' to dbus for a second timeUlf Samuelsson2009-01-311-11/+5
|
* Change binary toolchain configuration, soUlf Samuelsson2009-01-314-2/+26
| | | | | | | | | | | 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.
* Update atstk200x BSPUlf Samuelsson2009-01-311-16/+14
|
* Update atstk1005 BSPUlf Samuelsson2009-01-311-16/+14
|
* Update atngw100 BSPUlf Samuelsson2009-01-311-16/+14
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-311-17/+17
|
* defconfig using binary toolchainUlf Samuelsson2009-01-311-0/+981
|
* defconfig for arm toolchainUlf Samuelsson2009-01-311-0/+761
|
* make update shoudl save to PROJECT_defconfigUlf Samuelsson2009-01-311-1/+1
|
* x11r7: make xman and xcb-util visible in KconfigPeter Korsgaard2009-01-313-3/+11
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* dbus: revert to pre-r25021 situationPeter Korsgaard2009-01-311-9/+11
| | | | | Revert to pre-r25021 situation, but add extra comments explaining the situation.
* ntp: fix time sync issuePeter Korsgaard2009-01-311-0/+33
| | | | Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.
* grub: revert r21974 (features.h should never be included explicitly)Peter Korsgaard2009-01-311-2/+2
| | | | | | | | 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?
* grub: fix buildPeter Korsgaard2009-01-311-2/+2
| | | | | | | | 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.
* dbus dependencies needs to be ready before ./configureUlf Samuelsson2009-01-311-1/+7
|
* Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵Ulf Samuelsson2009-01-312-2/+101
| | | | break, feedback to AVR32 compiler team will be sent
* Remove AVR32 patches from kernel-headers directory and put them in Ulf Samuelsson2009-01-308-1/+6
| | | | | | | | | | "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"
* Extend External Toolchain options (match buildroot built toolchain): Daniel Laird2009-01-305-132/+96
| | | | | | | | | | 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>
* target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-01-302-16/+2
| | | | As discussed on the list.
* dbus: fix xml dependency and stop continous rebuildsPeter Korsgaard2009-01-301-11/+4
|
* dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵Peter Korsgaard2009-01-303-21/+5
| | | | | | but may need refinement) As discussed on the list - Too complicated and wrong.
* toolchain: fix up GNU_TARGET_NAME link and target_utils locationPeter Korsgaard2009-01-305-12/+12
| | | | | | 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.
* toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)Peter Korsgaard2009-01-301-42/+2
|
* target/Config.in.arch: fix ARM abi settingPeter Korsgaard2009-01-301-3/+2
| | | | Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree.
* qte.mk: Add a 'comment' to indicate the need for NPTL threadsDaniel Laird2009-01-301-1/+2
| | | | | | | | 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>
* qte.mk: Use depends on for toolchain features Daniel Laird2009-01-301-1/+1
| | | | | | | 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>
* toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABIPeter Korsgaard2009-01-301-0/+18
| | | | | From Bernhards' tree, thanks to Sven Neuman for noticing. See also http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-3025-25/+25
| | | | Package configs should start with BR2_PACKAGE_.
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-304-18/+5
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configurationPeter Korsgaard2009-01-302-10/+0
| | | | Header files on target is globally controlled by BR2_HAVE_DEVFILES.
* Move AVR32 patch to kernel header to unbreak several applicationsUlf Samuelsson2009-01-305-0/+0
|
* Fix dbus dependency on libxml2, without rebuild, works but may need refinementUlf Samuelsson2009-01-303-5/+21
|
* Update some comments, which will cause defconfig to wait for inputUlf Samuelsson2009-01-291-7/+3
|
* Update some comments, which will cause defconfig to wait for inputUlf Samuelsson2009-01-292-8/+3
|
* Update some comments, which will cause defconfig to wait for inputUlf Samuelsson2009-01-291-10/+6
|
* at91rm9200df defconfig comment updateUlf Samuelsson2009-01-291-7/+3
|
* 2.6.23 is not patchable for at91, cleanup some commentsUlf Samuelsson2009-01-291-13/+4
|
* Delete AT91 patches before 2.6.22Ulf Samuelsson2009-01-294-41457/+5
|
* Cleanup of AT91 patchesUlf Samuelsson2009-01-296-23/+30
|
* Remove some unneeded AT91 patchesUlf Samuelsson2009-01-294-14679/+0
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-295-2622/+38
|
* Update at91sam9261ek BSPUlf Samuelsson2009-01-297-5755/+42
|
* Update at91sam960dfc BSPUlf Samuelsson2009-01-2910-8213/+32
|
* Update at9sam9g20dfc BSPUlf Samuelsson2009-01-294-756/+147
|
* mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard2009-01-291-0/+4
|