summaryrefslogtreecommitdiff
path: root/target/device/x86
AgeCommit message (Collapse)Author
2010-12-16board: remove i386/i686_defconfigThomas Petazzoni
Those are not associated with any specific hardware system (PC or another i386 system). Moreover, the fact that those configurations require the build of a JFFS2 filesystem, very uncommon on PC systems, seems to indicate that those configurations are not really being used today. It would make more sense to have a qemu_i388_defconfig (building a kernel with just the device drivers for Qemu) and possibly a pc_i386_defconfig (building a kernel with many device drivers, and a bootloader such as Grub or Grub 2). We also remove the corresponding kernel configuration files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-16Remove all Config.in/Makefile.in files in target/deviceThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-23target/device: misc cleanupPeter Korsgaard
Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-04buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard
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-09-30Fix download directory in default configsMichael Roth
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>
2009-09-05target: use qstripThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-08-03buildroot: fix fallout after qtopia4 -> qt renamePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-31target/device: rename program invocation symbol in defconfigsPeter Korsgaard
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15Update default linux config for x86Thiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15Update i386_defconfigThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15Remove unused busybox.configThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15Update i686_defconfigThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-29target/device: fix busybox version / .config in defconfigsPeter Korsgaard
2009-04-17Updated i686 configThiago A. CorrĂȘa
2009-04-17Fix busybox config file locationThiago A. CorrĂȘa
2009-03-24target/device/x86: only include Makefile if BR2_TARGET_X86 is enabledPeter Korsgaard
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
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-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2009-01-29Remove default value from choice in x86 configUlf Samuelsson
2009-01-29Update x86 BSP to latest uclibc/linux/tools versionsUlf Samuelsson
2009-01-29Clean up x86 supportUlf Samuelsson
2009-01-05add .empty files for git-svnPeter Korsgaard
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.
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-03-30* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-18Add a defconfig for x86Ulf Samuelsson
2008-03-18Use BOARD_PATH instead of BR2_BOARD_PATH for x86Ulf Samuelsson
2007-09-22- update i386 sample config a little bitBernhard Reutner-Fischer
2007-08-25- adjust configBernhard Reutner-Fischer
2007-08-21- adjust configBernhard Reutner-Fischer
2007-08-20Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson
2007-08-16Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)Ulf Samuelsson
2007-07-08- update defaultsBernhard Reutner-Fischer
2007-06-21- bump version to 2.6.21.5Bernhard Reutner-Fischer
2007-06-02- update configBernhard Reutner-Fischer
2007-04-11- store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .configBernhard Reutner-Fischer
- adjust a few defaults.
2007-03-20- disable compile-broken EDAC_I82875P driverBernhard Reutner-Fischer
2007-03-14- turn off some broken modulesBernhard Reutner-Fischer
2007-03-14- update sample config a bitBernhard Reutner-Fischer
2007-02-16- add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer
2007-01-31- reenable linux26Bernhard Reutner-Fischer
2007-01-30- set preferred kernel format to bzImage for i386 familyBernhard Reutner-Fischer
2007-01-30- make sure to check against ia32Bernhard Reutner-Fischer
2007-01-30- generalize the menuconfig linux kernel supportBernhard Reutner-Fischer
- simplify toplevel mkdir rules a tiny bit
2007-01-30- drop some stuffBernhard Reutner-Fischer
2007-01-30- update snapshot config for ia32 configBernhard Reutner-Fischer
2007-01-29- fixup after self. Kernel for the x86 family is now built againBernhard Reutner-Fischer