summaryrefslogtreecommitdiff
path: root/target/Config.in
AgeCommit message (Collapse)Author
2010-04-09Move all filesystem generation code to fs/Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09Remove IMAGE and related configuration optionsThomas Petazzoni
Now, we just hardcode the image filenames to be rootfs.$(FSTYPE), in the $(BINARIES_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCEThomas Petazzoni
The BR2_TOOLCHAIN_SOURCE option is removed in a future commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-25Add support for custom post-build scriptDaniel Mack
The config help text says it all: Specify a script to be run after the build has finished and before the BR2 starts packing the files into selected packages. This gives users the oportunity to do board-specific cleanups, add-ons and the like, so the generated files can be used directly without further processing. The script is called with the target directory name as first and only argument. Make sure the exit code of that script is 0, otherwise make will stop after calling it. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25target/: remove hurd kernel placeholderPeter Korsgaard
Incomplete and unlikely to get completed in the near future - Pretty much like hurd itself. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25target/Config.in: remove reference to target/linux/Config.in.experimentalPeter Korsgaard
File doesn't exist any more. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-02-04buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menuPeter Korsgaard
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.
2009-02-01buildroot: use same defaults for atmel target as everything elsePeter Korsgaard
2008-11-04Kernel build fix related to external toolchain usePeter Korsgaard
This patch prevents the user from select "linux (Same version as linux headers)" as a choice for building the kernel when an external binary toolchain is used, since "same version as linux headers" doesn't make sense when an external toolchain is used. It fixes the issue encountered by Hartley <hartleys@visionengravers.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-04kernel: default to not build a kernelPeter Korsgaard
2008-04-04Add ubifs targetHamish Moffatt
2008-04-02Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>Hamish Moffatt
2008-03-11removed duplicate config.in referenceJohn Voltz
2008-03-11separate u-boot for at91 arm and everything elseJohn Voltz
2008-03-07revert bad U-Boot patchUlf Samuelsson
2008-03-06added u-boot locationJohn Voltz
2007-10-13Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson
2007-09-26- revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer
gcc target abi back to a place where the other arch-specific settings live
2007-09-25- revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer
of config steps
2007-09-24Reorganize configs to even more logical positionsUlf Samuelsson
2007-09-22- add a more generic "Kernel" menu instead of "Linux Options"Bernhard Reutner-Fischer
2007-07-11Configure linux within target/linux/Config.in instead of within ↵Ulf Samuelsson
target/device/Config.in
2007-07-08- provide option to build an initramfs out of the current rootfs. Closes #881Bernhard Reutner-Fischer
2007-06-27- stub for grub2. Needs to be fixed upstream first.Bernhard Reutner-Fischer
2006-11-22- add a simple cpio target, to be used with an initramfs.Bernhard Reutner-Fischer
Thanks to Goetz Bock
2006-04-06patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen
2006-01-25add cloop as a new file system image type per case 0000151David Anders
2005-09-09touchup target menu displayMike Frysinger
2005-06-23Add support for building a few commonly used bootloadersEric Andersen
2005-02-18move stuff around a little bit moreEric Andersen
2005-02-17move more stuff around for better board supportEric Andersen
2005-02-17Add the new device directoryEric Andersen
2005-02-09allow users to generate tarballs of the target filesystemMike Frysinger
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09facelift step number twoEric Andersen