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
Thomas Petazzoni
79c213fbe5
target: use qstrip
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-05 14:43:17 +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
Thiago A. Correa
60a1b8af4c
Update default linux config for x86
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15 15:48:39 +02:00
Thiago A. Correa
6b2ba1efb1
Update i386_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15 15:48:12 +02:00
Thiago A. Correa
4d010ec6b9
Remove unused busybox.config
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15 15:47:55 +02:00
Thiago A. Correa
9820f8b80a
Update i686_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15 15:47:37 +02:00
Peter Korsgaard
9dac854a11
target/device: fix busybox version / .config in defconfigs
2009-04-29 21:25:25 +00:00
Thiago A. Corrêa
52cc210d88
Updated i686 config
2009-04-17 05:50:44 +00:00
Thiago A. Corrêa
d55d6180a2
Fix busybox config file location
2009-04-17 05:44:01 +00:00
Peter Korsgaard
30141c22ee
target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
...
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
2009-03-24 19:57:48 +00: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
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
3a7e2fd783
Remove default value from choice in x86 config
2009-01-29 21:17:36 +00:00
Ulf Samuelsson
9d58dd7384
Update x86 BSP to latest uclibc/linux/tools versions
2009-01-29 19:25:24 +00:00
Ulf Samuelsson
37ae66f462
Clean up x86 support
2009-01-29 17:52:39 +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
Peter Korsgaard
4b72854dde
target/: get rid of unneeded $(strip ..)
2008-12-08 08:15:58 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Nigel Kukard
49bb82c9f4
* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)
2008-03-30 08:12:22 +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
5bca4c9447
Add a defconfig for x86
2008-03-18 14:32:54 +00:00
Ulf Samuelsson
865ac9844c
Use BOARD_PATH instead of BR2_BOARD_PATH for x86
2008-03-18 11:51:43 +00:00
Bernhard Reutner-Fischer
4a52da0f34
- update i386 sample config a little bit
2007-09-22 18:19:35 +00:00
Bernhard Reutner-Fischer
c03e77fc51
- adjust config
2007-08-25 11:20:31 +00:00
Bernhard Reutner-Fischer
7109587d41
- adjust config
2007-08-21 13:23:13 +00:00
Ulf Samuelsson
392ead671e
Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86
2007-08-20 07:24:10 +00:00
Ulf Samuelsson
55e2d9bdb5
Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)
2007-08-16 23:45:29 +00:00
Bernhard Reutner-Fischer
ddbaf4dd43
- update defaults
2007-07-08 13:51:15 +00:00
Bernhard Reutner-Fischer
395d400aac
- bump version to 2.6.21.5
2007-06-21 22:10:12 +00:00
Bernhard Reutner-Fischer
915d1d2bd1
- update config
2007-06-02 17:41:02 +00:00
Bernhard Reutner-Fischer
dc09df0878
- store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config
...
- adjust a few defaults.
2007-04-11 08:21:55 +00:00
Bernhard Reutner-Fischer
ad9f02edac
- disable compile-broken EDAC_I82875P driver
2007-03-20 09:52:36 +00:00
Bernhard Reutner-Fischer
7920c869d9
- turn off some broken modules
2007-03-14 16:38:38 +00:00
Bernhard Reutner-Fischer
4f8e6ee7e6
- update sample config a bit
2007-03-14 13:55:32 +00:00
Bernhard Reutner-Fischer
df0d821460
- add skeleton to use busybox and mdev for a rather small skeleton
2007-02-16 14:32:22 +00:00
Bernhard Reutner-Fischer
f0be91fd17
- reenable linux26
2007-01-31 17:36:43 +00:00
Bernhard Reutner-Fischer
3b11319651
- set preferred kernel format to bzImage for i386 family
2007-01-30 17:37:35 +00:00
Bernhard Reutner-Fischer
bf64053b8b
- make sure to check against ia32
2007-01-30 17:36:51 +00:00
Bernhard Reutner-Fischer
8d583fc01a
- generalize the menuconfig linux kernel support
...
- simplify toplevel mkdir rules a tiny bit
2007-01-30 00:58:18 +00:00
Bernhard Reutner-Fischer
55c11889ab
- drop some stuff
2007-01-30 00:35:40 +00:00
Bernhard Reutner-Fischer
6677e45fd6
- update snapshot config for ia32 config
2007-01-30 00:12:17 +00:00
Bernhard Reutner-Fischer
3ae6018b9e
- fixup after self. Kernel for the x86 family is now built again
2007-01-29 23:01:42 +00:00
Bernhard Reutner-Fischer
b7e38de9eb
- apply Soekris update from Eric Milon
...
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29 21:53:20 +00:00
Bernhard Reutner-Fischer
8564ba689d
- andersee, why was this duplicated and hardcoded here?
2007-01-15 17:34:58 +00:00
Bernhard Reutner-Fischer
82b3f197b0
- move setting the TARGET_DEVICE_DEPMOD up one level
2006-12-22 10:39:56 +00:00