Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot; move defconfigs to configs/ and print in help | Peter Korsgaard | 2009-10-04 | 1 | -1061/+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> | ||||
* | 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 |
| | |||||
* | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | 2009-01-30 | 1 | -1/+1 |
| | | | | Package configs should start with BR2_PACKAGE_. | ||||
* | Update some comments, which will cause defconfig to wait for input | Ulf Samuelsson | 2009-01-29 | 1 | -10/+6 |
| | |||||
* | Update at91sam960dfc BSP | Ulf Samuelsson | 2009-01-29 | 1 | -21/+30 |
| | |||||
* | Update at91sam9260dfc BSP | Ulf Samuelsson | 2009-01-26 | 1 | -13/+6 |
| | |||||
* | Update at91sam9260dfc BSP | Ulf Samuelsson | 2009-01-24 | 1 | -72/+162 |
| | |||||
* | Update at91sam9260 Board Support Package to linux-2.6.28 | Ulf Samuelsson | 2009-01-06 | 1 | -16/+51 |
| | |||||
* | Remove debugging variable added to svn by mistake, (Thanks Pter) | Ulf Samuelsson | 2009-01-03 | 1 | -7/+24 |
| | |||||
* | Update at91sam9260dfc BSP | Ulf Samuelsson | 2009-01-02 | 1 | -108/+199 |
| | |||||
* | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | 2008-11-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | Update at91 defconfigs | Ulf Samuelsson | 2008-03-30 | 1 | -30/+6 |
| | |||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 1 | -135/+179 |
| | | | | AVR32 patches | ||||
* | * 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 |
| | |||||
* | Update sam9260 defconfig | Ulf Samuelsson | 2008-03-17 | 1 | -1/+7 |
| | |||||
* | Use 2.6.24 as default for at91sam9260dfc | Ulf Samuelsson | 2008-03-12 | 1 | -12/+12 |
| | |||||
* | fix for defconfig | John Voltz | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | updated defconfig | John Voltz | 2008-03-11 | 1 | -31/+66 |
| | |||||
* | Update ATMEL_MIRROR and bump at91bootstrap to v2.4 | Ulf Samuelsson | 2008-01-08 | 1 | -12/+53 |
| | |||||
* | Update at91sam9260dfc defconfig | Ulf Samuelsson | 2007-11-02 | 1 | -8/+26 |
| | |||||
* | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | 2007-10-13 | 1 | -182/+242 |
| | |||||
* | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -2/+2 |
| | |||||
* | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -2/+2 |
| | | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | ||||
* | Add default configuration for AT91SAM9260EK running from dataflashcard | Ulf Samuelsson | 2007-07-20 | 1 | -0/+652 |