summaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* added more debugging options for packagesJohn Voltz2008-03-121-7/+103
|
* added debugging optionJohn Voltz2008-03-121-0/+9
|
* renamed variable, removed uppercase config textJohn Voltz2008-03-101-2/+2
|
* added dev files in target optionJohn Voltz2008-03-101-0/+7
|
* Allow to remove _nofpu from directories and imagesUlf Samuelsson2007-10-181-0/+8
|
* Allow longer history for package versionsUlf Samuelsson2007-10-071-0/+6
|
* Allow date to be added to ImageUlf Samuelsson2007-10-071-0/+13
|
* - start to think about GNU/hurd support.Bernhard Reutner-Fischer2007-10-051-0/+1
| | | | Not yet functional. Help welcome
* - naming convention is Config.in resp. Config.in.fooBernhard Reutner-Fischer2007-09-281-2/+2
| | | | Adjust some accordingly
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-2/+3
| | | | gcc target abi back to a place where the other arch-specific settings live
* "Project Name" needed before "root" file system can be copied.Ulf Samuelsson2007-09-261-0/+2
| | | | | | | | Put first according to principle of configuration order Merge root skeleton configuration to one place - currently in package/busybox/Config.in - Should maybe have it's own Config.in gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
* - add a version and display it in the configurationBernhard Reutner-Fischer2007-09-251-0/+4
|
* - factor arch/cpu setting out into separate include fileBernhard Reutner-Fischer2007-09-251-657/+1Star
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-251-4/+658
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-241-658/+4Star
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-221-2/+0Star
| | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
* - add a SVN_UP command for updating an already checked-out treeBernhard Reutner-Fischer2007-09-191-1/+5
|
* - add v9a and v9b settings.Bernhard Reutner-Fischer2007-09-171-1/+8
| | | | Will need to change the GCC_TARGET_TUNE accordingly.
* - some more sparc{,64} twiddlingBernhard Reutner-Fischer2007-09-161-5/+32
|
* - add sparc64 arch as noticed by Blue SwirlBernhard Reutner-Fischer2007-09-151-1/+49
| | | | - add sparc{,64} CPU variants
* - misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-281-8/+6Star
|
* Add git commandUlf Samuelsson2007-08-241-1/+7
|
* - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep theBernhard Reutner-Fischer2007-08-211-2/+18
| | | | respective documentation on your target filesystem.
* Add help for BUILDROOT_DL_DIRUlf Samuelsson2007-08-211-0/+2
|
* Added powerpc variant selectionPeter Korsgaard2007-08-141-1/+59
|
* Stop halting ARM build to configure uClibcUlf Samuelsson2007-08-131-1/+7
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-101-0/+2
| | | | | | quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
* Change def of BR2_USE_WCHAR to build uClibc w WCHAR supportUlf Samuelsson2007-08-011-6/+0Star
|
* - add possibility to select different flavours of strip (or none at all for ↵Bernhard Reutner-Fischer2007-07-311-1/+26
| | | | debugging purposes)
* Add support for prepatched toolchainsUlf Samuelsson2007-07-311-37/+1Star
|
* Use full AVR32 partnameUlf Samuelsson2007-07-291-6/+6
|
* - ignore itanium*Bernhard Reutner-Fischer2007-07-271-2/+2
|
* Add configuration option allowing hiding packages needing WCHARUlf Samuelsson2007-07-231-0/+6
|
* Use correct AVR32 chip id'sUlf Samuelsson2007-07-231-4/+4
|
* BSP Patch:Ulf Samuelsson2007-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory.
* - populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE ↵Bernhard Reutner-Fischer2007-07-081-1/+288
| | | | defaults (hand-waving mode, of course untested.. ;)
* - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support ↵Bernhard Reutner-Fischer2007-06-061-2/+2
| | | | later on which itself will select BR2_TARGET_ATMEL
* - improve wording of BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-021-6/+32
|
* - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵Bernhard Reutner-Fischer2007-06-021-0/+13
| | | | | | | to build static or dynamic libs/bins. - depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target. Thanks to Tom for suplying a diff which implements these.
* - add some ARM 1176 variantsBernhard Reutner-Fischer2007-03-201-0/+6
|
* - Default to gzip -d -c since zcat may only support compress'ed filesBernhard Reutner-Fischer2007-03-091-3/+3
| | | | according to SuS. Thanks to Heikki Lindholm for pointing this out.
* - speeling fixBernhard Reutner-Fischer2007-02-091-2/+2
|
* - add gcc-4.0.4Bernhard Reutner-Fischer2007-02-091-0/+5
| | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages
* Prepatory patch to allow AVR32/AT91 support from Ulf SamuelssonBernhard Reutner-Fischer2007-01-281-1/+42
| | | | | | | - Introduce AVR32 target architecture "avr32" - Introduce AVR32 target variants (AP7000/AP7010/AP7020) - Introduce Download location for patches/packages for Atmel chips (BR2_ATMEL_MIRROR) - Introduce Download location for Community AT91 patches/packages (BR2_AT91_PATCH_MIRROR)
* - add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer2007-01-281-32/+57
| | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
* - convert to lowercase to match the other sub-archesBernhard Reutner-Fischer2007-01-171-2/+2
|
* - add ARM_IWMMXT variant since uClibc supports itBernhard Reutner-Fischer2007-01-171-0/+3
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+11
|
* - add BR2_ZCAT in preparation of fixing bug #971Bernhard Reutner-Fischer2006-10-011-0/+10
|
* Add an sh64 target to buildroot.Paul Mundt2006-08-281-2/+6
|