Commit Graph

37 Commits

Author SHA1 Message Date
Peter Korsgaard 58fd779a43 buildroot; move defconfigs to configs/ and print in help
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>
2009-10-04 22:20:28 +02:00
Michael Roth 4d153cff9d Fix download directory in default configs
Commit a07d6b9d56 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 416323e934 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>
2009-09-30 11:23:33 +02:00
Michael Roth cb5710c538 rename TOOL_BUILD_DIR to TOOLCHAIN_DIR
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>
2009-09-23 09:15:27 +02:00
Peter Korsgaard 5b72dda69f buildroot: fix fallout after qtopia4 -> qt rename
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-03 11:43:07 +02:00
Peter Korsgaard e15c0d07e1 target/device: rename program invocation symbol in defconfigs
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-31 15:29:27 +02:00
Peter Korsgaard 77754571b2 pkgconfig: add pkgconfig package for target
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.
2009-03-18 19:19:10 +00:00
Peter Korsgaard 4aefa7fbb1 s/buildroot.uclibc.org/buildroot.net/ 2009-03-02 08:34:20 +00:00
Ulf Samuelsson 6f295f7c6f Add AT91 defconfigs for binary toolchains 2009-01-31 21:44:04 +00:00
Peter Korsgaard a72794391a readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Ulf Samuelsson 4ab2b56d19 Update some comments, which will cause defconfig to wait for input 2009-01-29 23:23:51 +00:00
Ulf Samuelsson acaf54afe1 Update at91sam9261ek BSP 2009-01-29 21:54:58 +00:00
Ulf Samuelsson 4f081d489d Update at91sam9261ek BSP 2009-01-25 21:01:33 +00:00
Ulf Samuelsson d661484784 Add linux config for at91sam9261ek 2009-01-24 10:23:00 +00:00
Ulf Samuelsson 7aa8a5acce Update at91sam9261ek configs, build completes 2009-01-09 06:31:01 +00:00
Peter Korsgaard 585aca9a5a add .empty files for git-svn
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.
2009-01-05 15:47:00 +00:00
Ulf Samuelsson cc30201f47 Update target/device/Atmel/*/Makefile.in
------------------------------------------
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"
2009-01-03 16:10:50 +00:00
Ulf Samuelsson abda401711 Support AT91 in vanilla U-Boot 2009-01-02 11:18:09 +00:00
Peter Korsgaard 193508d257 linux: remove unused BR2_LINUX_BOARD_PATCH
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-14 13:39:58 +00:00
Ulf Samuelsson b977f1b19d Update at91sam9261ek defconfig 2008-04-16 23:00:58 +00:00
Ulf Samuelsson 697dd2ed93 Update at91 defconfigs 2008-03-30 20:42:40 +00:00
Nigel Kukard 80f199c3d8 * Reverted r21540 2008-03-28 22:08:37 +00:00
Nigel Kukard 643dd9b609 * Bumped GCC to 4.2.2, removed 4.2.0 2008-03-28 21:03:04 +00:00
Ulf Samuelsson 00bd182a5f Define busybox config in board directory for Atmel boards 2008-03-28 07:32:54 +00:00
John Voltz ceaf9e8217 updates and additions for avr32 arch 2008-03-06 18:59:14 +00:00
Ulf Samuelsson 57b4b70f3b Update at91sam9261ek default config 2008-01-10 09:31:56 +00:00
Ulf Samuelsson 7710ba7894 Update ATMEL_MIRROR and bump at91bootstrap to v2.4 2008-01-08 21:05:50 +00:00
Ulf Samuelsson 405a43d35a Update at91rm9200, at91sam9261, at91sam9263 defconfigs 2007-11-02 15:25:59 +00:00
Bernhard Reutner-Fischer 98175bd43d - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) 2007-09-29 21:22:23 +00:00
Bernhard Reutner-Fischer 3de7a21bc7 - add mips/mipsel target architecture selection
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
2007-09-29 19:17:39 +00:00
Ulf Samuelsson 3a99ba08df Update SAM9261EK linux config 2007-09-23 10:03:27 +00:00
Ulf Samuelsson 4e6ef08660 Add defconfig for AT91SAM9261 2007-09-05 06:51:38 +00:00
Ulf Samuelsson 4ccc3015a0 update sam9261 default linux config 2007-09-04 16:21:57 +00:00
Ulf Samuelsson 88409d0432 Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfc 2007-08-19 22:57:25 +00:00
Ulf Samuelsson c53380aa36 Update at91sam9261ek linux support to 2.6.22.1 2007-08-16 23:31:37 +00:00
Ulf Samuelsson d23fa95f41 Cleanup Atmel boards 2007-08-11 23:09:34 +00:00
Ulf Samuelsson b3ef5c202f Use 1.6.0 config file for AT91 targets 2007-07-29 07:34:13 +00:00
Ulf Samuelsson a1e6a84bb3 Add AT91 targets 2007-07-17 12:19:56 +00:00