summaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
2009-06-09Config.in: update version for 2009.08 developmentPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-01Update for 2009.052009.05Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27Update for 2009.05-rc32009.05_rc3Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19Update for 2009.05-rc22009.05_rc2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-05Update for 2009.05-rc1, add CHANGES2009.05_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-01Config.in: we're now on gitPeter Korsgaard
2009-02-12buildroot: update version for 2009.05 developmentPeter Korsgaard
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-01-28Config.in: remove extra white space added in r25086.Peter Korsgaard
Thanks to HcE for noticing.
2009-01-28fix configuration wrt elf2fltPeter Korsgaard
The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly. Also the BFLT binary format is always stripped by definition, so it is incompatible with any kind of stripping option. Signed-off-by: Nicolas Pitre <nico@cam.org>
2009-01-26Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson
all the different COPYTOs spread out all over Buildroot. Generate COPY_FILE subroutine which can be used to copy a file. $(COPY_FILE , file, directory, filename) This will copy to binary dir and to the selected copy dir if set in new config (intended to replace all old COPYTO configs) This is overridden by BUILDROOT_COPYTO, if set into the environment.
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-16buildroot: bump version for releasePeter Korsgaard
2009-01-16BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard
2008-11-28Adding Central config.cache optionsDaniel Laird
The following changes allow for use of a central configure cache file. This speeds up configuration of packages. Its use is configurable at the top level (BR2_CONFIG_CACHE - default n). Old style makefiles can use it if they use the following MACRO in makefiles: $(AUTO_CONFIGURE_TARGET) see my change to directfb.mk. New style Autotools.in will use it if you set the global option. However you can enable the global option and on a per package overrule it by doing the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example of this. Finally I have removed a few config variable settings which indicated no CXX compiler as this is wrong and breaks the build when using this central cache. Config.in | 8 ++++++++ package/Makefile.autotools.in | 5 ++++- package/Makefile.in | 28 +++++++++++++++++++++++++++- package/atk/atk.mk | 2 +- package/directfb/directfb.mk | 7 +------ package/fontconfig/fontconfig.mk | 3 +++ package/libglib2/libglib2.mk | 2 +- package/libgtk2/libgtk2.mk | 1 - 8 files changed, 45 insertions(+), 11 deletions(-) I would appreciate feedback on this change (I have been testing for 2-3 weeks) But I can never test all cases! If you enable the BR2_CONFIG_CACHE option some Makefile.autotools.in based packages may now break - I cannot build them all. In this case you may need to remove config options that are being hardcoded all over the place (like gtk saying we have 2 CXX compiler) or disable the use of CONFIG CACHE file like I have done in fontconfig. I can build all packages required to get WebKit on DirectFB up and running and it runs fine. I will try to resolve any issues this creates as fast as I can. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-20BR2_HAVE_DOCUMENTATION: add option to remove documentation from targetPeter Korsgaard
Some packages' install-strip target install quite big documentation, so create an option to remove it similar to the existing man/info options.
2008-09-18Config.in: Don't special case atmel targets for image suffixPeter Korsgaard
It's confusing to have different behaviour of target independent options. As reported by HcE on IRC.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-06Replace configuring GLIB with autodetectUlf Samuelsson
2008-07-05Add configuration possibility for host Gnome Lib installationUlf Samuelsson
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-01Add option to set default site to download package source from. FreeBSD ↵Arnar Mar Sigurðsson
ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages.
2008-03-30Do not allow optimizations which breaks linux buildUlf Samuelsson
2008-03-16change gcc default optimization to S instead of zero. It is causing kernel ↵John Voltz
compilation problems for people
2008-03-12one more minor change for debugging optionJohn Voltz
2008-03-12added more debugging options for packagesJohn Voltz
2008-03-12added debugging optionJohn Voltz
2008-03-10renamed variable, removed uppercase config textJohn Voltz
2008-03-10added dev files in target optionJohn Voltz
2007-10-18Allow to remove _nofpu from directories and imagesUlf Samuelsson
2007-10-07Allow longer history for package versionsUlf Samuelsson
2007-10-07Allow date to be added to ImageUlf Samuelsson
2007-10-05- start to think about GNU/hurd support.Bernhard Reutner-Fischer
Not yet functional. Help welcome
2007-09-28- naming convention is Config.in resp. Config.in.fooBernhard Reutner-Fischer
Adjust some accordingly
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-26"Project Name" needed before "root" file system can be copied.Ulf Samuelsson
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
2007-09-25- add a version and display it in the configurationBernhard Reutner-Fischer
2007-09-25- factor arch/cpu setting out into separate include fileBernhard Reutner-Fischer
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- Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer
This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
2007-09-19- add a SVN_UP command for updating an already checked-out treeBernhard Reutner-Fischer
2007-09-17- add v9a and v9b settings.Bernhard Reutner-Fischer
Will need to change the GCC_TARGET_TUNE accordingly.
2007-09-15- some more sparc{,64} twiddlingBernhard Reutner-Fischer
2007-09-15- add sparc64 arch as noticed by Blue SwirlBernhard Reutner-Fischer
- add sparc{,64} CPU variants
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-24Add git commandUlf Samuelsson
2007-08-21- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep theBernhard Reutner-Fischer
respective documentation on your target filesystem.
2007-08-21Add help for BUILDROOT_DL_DIRUlf Samuelsson