summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot: get rid of version specific patch dirsPeter Korsgaard2009-03-236-1/+1
| | | | All those dirs seem a bit excessive for a single patch
* target/generic: s/TTYSO/TTYS0/Peter Korsgaard2009-03-231-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-204-3/+138
| | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
* target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard2009-03-201-0/+6
|
* target/generic: skeleton: add netdev group for dbusPeter Korsgaard2009-03-201-0/+1
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-1828-28/+0
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* Fix dependency for custom patches when custom patch is empty.Thiago A. Corrêa2009-03-161-0/+2
|
* Fix build (dependency) with custom patch optionThiago A. Corrêa2009-03-131-1/+1
|
* Revert wrongly commited files (u-boot changes) from -r25617Thiago A. Corrêa2009-03-112-10/+24
|
* Let user skip installation of the GUI module for QtopiaThiago A. Corrêa2009-03-112-24/+10
|
* target/generic: development system needs wchar + program invocationPeter Korsgaard2009-03-041-0/+3
|
* uclibc: add 0.9.30.1Peter Korsgaard2009-03-031-0/+3
|
* s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard2009-03-0224-24/+24
|
* avr32: rename 2.6.28.x kernel patches to match current kernel headers versionPeter Korsgaard2009-02-256-2/+2
|
* linux: always apply platform patches if availablePeter Korsgaard2009-02-252-5/+3
| | | | | Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
* kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard2009-02-252-16/+0
|
* linux-advanced: don't error out on non writable /tftpbootPeter Korsgaard2009-02-221-1/+1
| | | | | Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;)
* 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.
* 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.
* 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
* u-boot: remove commented out linePeter Korsgaard2009-02-071-1/+0
|
* Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa2009-02-063-13/+11
| | | | if one is provided
* 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.
* buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menuPeter Korsgaard2009-02-041-0/+12
| | | | | As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.
* target/generic: add ttyCPMx device nodes to device_table / securettyPeter Korsgaard2009-02-033-0/+9
| | | | Serial devices for CPM cores on ppc.
* Update sam9g20 BSPUlf Samuelsson2009-02-021-23/+19
|
* buildroot: use same defaults for atmel target as everything elsePeter Korsgaard2009-02-012-6/+1
|
* 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
|
* 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
|
* 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.
* Remove AVR32 patches from kernel-headers directory and put them in Ulf Samuelsson2009-01-307-0/+16952
| | | | | | | | | | "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"
* target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWSPeter Korsgaard2009-01-301-6/+1
| | | | As discussed on the list.
* 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.
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-3017-17/+17
| | | | Package configs should start with BR2_PACKAGE_.
* Move AVR32 patch to kernel header to unbreak several applicationsUlf Samuelsson2009-01-305-16947/+0
|
* 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
|