Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot; move defconfigs to configs/ and print in help | Peter Korsgaard | 2009-10-04 | 1 | -877/+0 |
| | | | | | | | | | | As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Fix download directory in default configs | Michael Roth | 2009-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Commit a07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 changed the meaning of $(BASE_DIR). Previously it was the top level buildroot directory, now it is the 'output' directory. As an side effect, the download directory 'dl' was moved to 'output/dl'. In commit 416323e93442646e344a4e914776520c5e552fa0 the default download directory was moved back to the top level of buildroot. So the various default configurations should reflect this. Fix them. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: fix fallout after qtopia4 -> qt rename | Peter Korsgaard | 2009-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | target/device: rename program invocation symbol in defconfigs | Peter Korsgaard | 2009-07-31 | 1 | -1/+1 |
| | | | | | | The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Remove unused kernel configs | Thiago A. Correa | 2009-05-15 | 2 | -2323/+0 |
| | | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Update kernel config for atngw100_defconfig | Thiago A. Correa | 2009-05-15 | 2 | -10/+1367 |
| | | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Remove unused busybox config | Thiago A. Correa | 2009-05-15 | 1 | -767/+0 |
| | | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Update atngw100_defconfig to kernel 2.6.29.2 | Thiago A. Correa | 2009-05-08 | 1 | -14/+12 |
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> | ||||
* | Update atngw100_defconfig | Thiago A. Correa | 2009-05-08 | 1 | -10/+6 |
| | | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> | ||||
* | Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work ↵ | Thiago A. Corrêa | 2009-04-30 | 1 | -3/+3 |
| | | | | properly) | ||||
* | Fix atngw100_defconfig busybox config location | Thiago A. Corrêa | 2009-04-29 | 1 | -40/+45 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 1 | -1/+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. | ||||
* | s/buildroot.uclibc.org/buildroot.net/ | Peter Korsgaard | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵ | Thiago A. Corrêa | 2009-02-09 | 1 | -1/+1 |
| | | | | build to fail if user is not root and don't have a /tftpboot folder | ||||
* | Update atngw100 BSP | Ulf Samuelsson | 2009-01-31 | 1 | -16/+14 |
| | |||||
* | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | 2009-01-30 | 1 | -1/+1 |
| | | | | Package configs should start with BR2_PACKAGE_. | ||||
* | Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005 | Ulf Samuelsson | 2009-01-29 | 4 | -1422/+468 |
| | | | | | | | | The boards now support 2.6.27.13 as default There are configs for 2.6.28.2, but this patch is marked (experimental) Configuration options for no longer existing patches are removed (AC-97,ISI and PS2-I/F) | ||||
* | Update broken AVR32 toolchain, and update configs for this, deprecate all ↵ | Ulf Samuelsson | 2009-01-16 | 1 | -7/+10 |
| | | | | but latest AVR32 toolchain | ||||
* | Update defocnfig for ngw100 | Ulf Samuelsson | 2009-01-11 | 1 | -11/+2 |
| | |||||
* | Update atngw100 configs, needs patch from Atmel fork for strace to build ↵ | Ulf Samuelsson | 2009-01-06 | 2 | -132/+1565 |
| | | | | correctly, otherwise disable strace | ||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 1 | -0/+0 |
| | | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build. | ||||
* | Update target/device/Atmel/*/Makefile.in | Ulf Samuelsson | 2009-01-03 | 1 | -5/+3 |
| | | | | | | | | | | | | | ------------------------------------------ Replace $(BOARDNAME)_PATH with BOARD_PATH Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1 Remove hardwiring of BusyBox configuration files. Remove older BusyBox configuration files Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory Update "at91rm9200df_defconfig" Add "at91rm9200df-linux-2.6.28.config" Update "at91sam9260dfc_defconfig" | ||||
* | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | 2008-11-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | 2008-10-18 | 1 | -0/+0 |
| | | | | Reported by John Schimandle | ||||
* | Update atngw100 defconfig | Ulf Samuelsson | 2008-07-04 | 1 | -2/+5 |
| | |||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 2 | -18/+29 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | Update avr32 defconfigs | Thiago A. Corrêa | 2008-07-02 | 1 | -19/+22 |
| | |||||
* | Update BR2_ATMEL_MIRROR in defconfigs | Ulf Samuelsson | 2008-05-06 | 1 | -9/+45 |
| | |||||
* | target_skeleton: mark empty directories with .empty files | Peter Korsgaard | 2008-03-30 | 18 | -0/+0 |
| | | | | | | | Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn). | ||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 5 | -37074/+47 |
| | | | | AVR32 patches | ||||
* | Add some robustness to linux configuration | Ulf Samuelsson | 2008-03-29 | 1 | -51/+62 |
| | |||||
* | * Reverted r21540 | Nigel Kukard | 2008-03-28 | 1 | -4/+4 |
| | |||||
* | * Bumped GCC to 4.2.2, removed 4.2.0 | Nigel Kukard | 2008-03-28 | 1 | -4/+4 |
| | |||||
* | Define busybox config in board directory for Atmel boards | Ulf Samuelsson | 2008-03-28 | 6 | -3750/+1 |
| | |||||
* | Use same name for same patch | Ulf Samuelsson | 2008-03-18 | 1 | -0/+0 |
| | |||||
* | Move defconfigs to board directory | Ulf Samuelsson | 2008-03-07 | 1 | -0/+659 |
| | |||||
* | updates and additions for avr32 arch | John Voltz | 2008-03-06 | 22 | -1250/+41717 |
| | |||||
* | Update ATMEL_MIRROR and bump at91bootstrap to v2.4 | Ulf Samuelsson | 2008-01-08 | 1 | -1/+1 |
| | |||||
* | Update defconfigs for AVR32 boards | Ulf Samuelsson | 2007-11-02 | 1 | -1/+2 |
| | |||||
* | update NGW100 defconfig | Ulf Samuelsson | 2007-10-23 | 1 | -49/+59 |
| | |||||
* | Add JFFS partition info for NGW100 | Ulf Samuelsson | 2007-10-12 | 1 | -0/+8 |
| | |||||
* | Add 2.6.22.10 and 2.6.23 support | Ulf Samuelsson | 2007-10-12 | 1 | -0/+1170 |
| | |||||
* | Update AVR32 to busybox-1.7.2 | Ulf Samuelsson | 2007-10-12 | 1 | -0/+719 |
| | |||||
* | Update NGW100 skeleton | Ulf Samuelsson | 2007-10-12 | 7 | -7/+74 |
| | |||||
* | Update AVR32 tools config | Ulf Samuelsson | 2007-10-01 | 1 | -0/+749 |
| | |||||
* | Update ATNGW100 defconfig | Ulf Samuelsson | 2007-10-01 | 1 | -7/+7 |
| | |||||
* | Update nwg100 defconfig | Ulf Samuelsson | 2007-09-29 | 1 | -191/+207 |
| | |||||
* | Add minimal AVR config | Ulf Samuelsson | 2007-09-27 | 1 | -0/+595 |
| |