Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Config.in: remove extra white space added in r25086. | Peter Korsgaard | 2009-01-28 | 1 | -1/+1 |
| | | | | Thanks to HcE for noticing. | ||||
* | fix configuration wrt elf2flt | Peter Korsgaard | 2009-01-28 | 1 | -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 replace | Ulf Samuelsson | 2009-01-26 | 1 | -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 Korsgaard | 2009-01-18 | 1 | -1/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | buildroot: bump version for release | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | BR2_PRIMARY_SITE: move to Mirrors and Download locations menu | Peter Korsgaard | 2009-01-16 | 1 | -9/+0 |
| | |||||
* | Adding Central config.cache options | Daniel Laird | 2008-11-28 | 1 | -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 target | Peter Korsgaard | 2008-10-20 | 1 | -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 suffix | Peter Korsgaard | 2008-09-18 | 1 | -2/+1 |
| | | | | | It's confusing to have different behaviour of target independent options. As reported by HcE on IRC. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -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 Korsgaard | 2008-07-17 | 1 | -8/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Replace configuring GLIB with autodetect | Ulf Samuelsson | 2008-07-06 | 1 | -11/+0 |
| | |||||
* | Add configuration possibility for host Gnome Lib installation | Ulf Samuelsson | 2008-07-05 | 1 | -0/+11 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -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ðsson | 2008-06-01 | 1 | -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 build | Ulf Samuelsson | 2008-03-30 | 1 | -0/+2 |
| | |||||
* | change gcc default optimization to S instead of zero. It is causing kernel ↵ | John Voltz | 2008-03-16 | 1 | -1/+1 |
| | | | | compilation problems for people | ||||
* | one more minor change for debugging option | John Voltz | 2008-03-12 | 1 | -0/+1 |
| | |||||
* | added more debugging options for packages | John Voltz | 2008-03-12 | 1 | -7/+103 |
| | |||||
* | added debugging option | John Voltz | 2008-03-12 | 1 | -0/+9 |
| | |||||
* | renamed variable, removed uppercase config text | John Voltz | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | added dev files in target option | John Voltz | 2008-03-10 | 1 | -0/+7 |
| | |||||
* | Allow to remove _nofpu from directories and images | Ulf Samuelsson | 2007-10-18 | 1 | -0/+8 |
| | |||||
* | Allow longer history for package versions | Ulf Samuelsson | 2007-10-07 | 1 | -0/+6 |
| | |||||
* | Allow date to be added to Image | Ulf Samuelsson | 2007-10-07 | 1 | -0/+13 |
| | |||||
* | - start to think about GNU/hurd support. | Bernhard Reutner-Fischer | 2007-10-05 | 1 | -0/+1 |
| | | | | Not yet functional. Help welcome | ||||
* | - naming convention is Config.in resp. Config.in.foo | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -2/+2 |
| | | | | Adjust some accordingly | ||||
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -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 Samuelsson | 2007-09-26 | 1 | -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 configuration | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -0/+4 |
| | |||||
* | - factor arch/cpu setting out into separate include file | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -657/+1 |
| | |||||
* | - revert patch that obfuscates the config UI and doesn't reflect the order ↵ | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -4/+658 |
| | | | | of config steps | ||||
* | Reorganize configs to even more logical positions | Ulf Samuelsson | 2007-09-24 | 1 | -658/+4 |
| | |||||
* | - Subsume and collaps toolchain options in one menu | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -2/+0 |
| | | | | | 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 tree | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+5 |
| | |||||
* | - add v9a and v9b settings. | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -1/+8 |
| | | | | Will need to change the GCC_TARGET_TUNE accordingly. | ||||
* | - some more sparc{,64} twiddling | Bernhard Reutner-Fischer | 2007-09-15 | 1 | -5/+32 |
| | |||||
* | - add sparc64 arch as noticed by Blue Swirl | Bernhard Reutner-Fischer | 2007-09-15 | 1 | -1/+49 |
| | | | | - add sparc{,64} CPU variants | ||||
* | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-28 | 1 | -8/+6 |
| | |||||
* | Add git command | Ulf Samuelsson | 2007-08-24 | 1 | -1/+7 |
| | |||||
* | - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+18 |
| | | | | respective documentation on your target filesystem. | ||||
* | Add help for BUILDROOT_DL_DIR | Ulf Samuelsson | 2007-08-21 | 1 | -0/+2 |
| | |||||
* | Added powerpc variant selection | Peter Korsgaard | 2007-08-14 | 1 | -1/+59 |
| | |||||
* | Stop halting ARM build to configure uClibc | Ulf Samuelsson | 2007-08-13 | 1 | -1/+7 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -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 support | Ulf Samuelsson | 2007-07-31 | 1 | -6/+0 |
| | |||||
* | - add possibility to select different flavours of strip (or none at all for ↵ | Bernhard Reutner-Fischer | 2007-07-31 | 1 | -1/+26 |
| | | | | debugging purposes) | ||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -37/+1 |
| | |||||
* | Use full AVR32 partname | Ulf Samuelsson | 2007-07-29 | 1 | -6/+6 |
| | |||||
* | - ignore itanium* | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -2/+2 |
| |