summaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the command-related options to a submenuThomas Petazzoni2010-04-111-0/+4
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Get rid of BR2_HAVE_{MANPAGES,INFOPAGES} config optionsThomas Petazzoni2010-04-111-15/+2Star
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update config.{guess,sub} unconditionallyThomas Petazzoni2010-04-111-2/+0Star
| | | | | | | | Remove the BR2_UPDATE_CONFIG option which allowed to globally enable/disable the replacement of config.{guess,sub} for autotools-based packages. Doing it unconditionnally just works. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove BR2_PREFER_IMAThomas Petazzoni2010-04-111-11/+0Star
| | | | | | | This option is barely used, no-one is maintaining it or extending it. So let's remove it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Move all filesystem generation code to fs/Thomas Petazzoni2010-04-091-0/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Config.in: bump default JLEVEL to 2Peter Korsgaard2010-03-311-1/+1
| | | | | | | | | | With multicores everywhere, 2 is probably a bit low - But atleast it's better than the current default. This extra parallelism also ensures we get to test the make dependencies a bit more. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in: Bump versionPeter Korsgaard2010-03-021-1/+1
| | | | | | Tree is open for development again. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2010.02Peter Korsgaard2010-02-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2010.02-rc2Peter Korsgaard2010-02-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update for 2010.02-rc1Peter Korsgaard2010-02-091-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in: Bump versionPeter Korsgaard2009-12-011-1/+1
| | | | | | Tree is open for development again. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in: bump versionPeter Korsgaard2009-12-011-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update for 2009.11-rc2Peter Korsgaard2009-11-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* update for 2009.11-rc1Peter Korsgaard2009-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* enable config.cache per defaultBernhard Reutner-Fischer2009-10-071-0/+1
| | | | | | | | | | | | It speeds up configuration considerably. If a package breaks due to wrong cache-entries, then the broken other package has to be fixed, not the innocent bystander! Put short: There is absolutely _no_ need to ever turn the cache off unless you hack on autotools itself and goof. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* remove BR2_FPU_SUFFIXBernhard Reutner-Fischer2009-10-071-7/+0Star
| | | | | | | | hard/softfloat is just one of the many config options, and it only clutters the filenames. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Change the default BR2_DL_DIR locationH Hartley Sweeten2009-09-231-2/+2
| | | | | | | | | Change to default Download dir so that different 'make O=<directory>' commands will use the same location by default without having to create a symlink in <directory> or having to export BUILDROOT_DL_DIR. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Rename the output directoriesThomas Petazzoni2009-09-161-2/+2
| | | | | | | | | | | | | | | | | | | In the output directory, we now have - build/ where all the packages are built - images/ where the final kernel and rootfs images are stored - staging/ the staging directory (containing the development files and libraries compiled for the target) - target/ which contains the target root filesystem - host/ which contains all the host programs - stamps/ which contains the stamps files Therefore, the build_ARCH and toolchain_build_ARCH have been removed. People willing to use the same Buildroot sources to compile for different architectures are invited to use the O= command line option for out-of-tree compilation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove BR2_TOPDIR_PREFIX and BR2_TOPDIR_SUFFIXThomas Petazzoni2009-09-161-18/+0Star
| | | | | | The same effect can be done using out-of-tree build with O= Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* buildroot: add basic Bazaar supportSven Neumann2009-09-071-0/+8
| | | | | | | | This change adds the config options BR2_BZR_CO and BR2_BZR_UP that allow to configure the commands for doing a checkout/update from a Bazaar repository. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
* Config.in: bump version for 2009.11 developmentPeter Korsgaard2009-09-021-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: update for 2009.08Peter Korsgaard2009-08-311-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: update for 2009.08-rc3Peter Korsgaard2009-08-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update for 2009.08-rc2Peter Korsgaard2009-08-061-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in: update version for 2009.08 developmentPeter Korsgaard2009-06-091-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.05Peter Korsgaard2009-06-011-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.05-rc3Peter Korsgaard2009-05-271-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.05-rc2Peter Korsgaard2009-05-191-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2009.05-rc1, add CHANGESPeter Korsgaard2009-05-051-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in: we're now on gitPeter Korsgaard2009-05-011-1/+1
|
* buildroot: update version for 2009.05 developmentPeter Korsgaard2009-02-121-1/+1
|
* buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menuPeter Korsgaard2009-02-041-12/+0Star
| | | | | As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.
* Config.in: remove extra white space added in r25086.Peter Korsgaard2009-01-281-1/+1
| | | | Thanks to HcE for noticing.
* fix configuration wrt elf2fltPeter Korsgaard2009-01-281-2/+2
| | | | | | | | | | 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>
* Create a common BR2_COPYTO to prepare to replaceUlf Samuelsson2009-01-271-0/+7
| | | | | | | | | | | | | | | | | | | | 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.
* Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard2009-01-181-1/+0Star
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* buildroot: bump version for releasePeter Korsgaard2009-01-161-1/+1
|
* BR2_PRIMARY_SITE: move to Mirrors and Download locations menuPeter Korsgaard2009-01-161-9/+0Star
|
* Adding Central config.cache optionsDaniel Laird2008-11-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* BR2_HAVE_DOCUMENTATION: add option to remove documentation from targetPeter Korsgaard2008-10-201-0/+7
| | | | | Some packages' install-strip target install quite big documentation, so create an option to remove it similar to the existing man/info options.
* Config.in: Don't special case atmel targets for image suffixPeter Korsgaard2008-09-181-2/+1Star
| | | | | It's confusing to have different behaviour of target independent options. As reported by HcE on IRC.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-33/+33
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-8/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Replace configuring GLIB with autodetectUlf Samuelsson2008-07-061-11/+0Star
|
* Add configuration possibility for host Gnome Lib installationUlf Samuelsson2008-07-051-0/+11
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-2/+2
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Add option to set default site to download package source from. FreeBSD ↵Arnar Mar Sigurðsson2008-06-011-0/+9
| | | | ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages.
* Do not allow optimizations which breaks linux buildUlf Samuelsson2008-03-301-0/+2
|
* change gcc default optimization to S instead of zero. It is causing kernel ↵John Voltz2008-03-161-1/+1
| | | | compilation problems for people
* one more minor change for debugging optionJohn Voltz2008-03-121-0/+1
|