Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: glib-genmarshal: use BR2_STAGING_DIR instead of hardcoded staging_dir | Peter Korsgaard | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | Makefile: ignore glib-genmarshal in staging_dir | Peter Korsgaard | 2008-11-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | HOST_GLIB is set to the path that contains the host glib tool set and is used when building packages using glib. The buildroot top level Makefile sets HOST_GLIB using which to find the path where glib-genmarshal is located. The problem is that a cross compiled version of glib-genmarshal is also put in the build_ARCH/staging_dir/usr/bin directory when the package libglib2 is built. This cross compiled version will typically not run on the host system. Fix it by ignoring staging_dir in the which output. Closes #5934 jacmet: fixed to work correctly if it's only found in staging_dir. | ||||
* | External toolchain support improvements | Peter Korsgaard | 2008-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve external toolchain support * Do not put kernel-headers in the dependencies of BASE_TARGETS in the case where BR2_TOOLCHAIN_SOURCE is not y. The kernel headers are already supposed to be part of the external toolchain, so there's no need to download, extract and install them. * In the configuration system, don't display the kernel headers version selection list when an external toolchain is selected. This is implemented by moving the source "toolchain/kernel-headers/Config.in" inside the if BR2_TOOLCHAIN_SOURCE in toolchain/Config.in.2. * Change the description and help message of the BR2_LARGEFILE, BR2_INET_IPV6, BR2_INET_RPC, and BR2_SOFT_FLOAT option in toolchain/external-toolchain/Config.in. In the case of an external toolchain, the semantic of these options is not to enable large file support, IPV6 or RPC (since the toolchain is already compiled, it has been decided previously). Their semantic is to let Buildroot know about the characteristics of the external toolchain being used. As an improvement, we could guess these values automatically: - for BR2_LARGEFILE, look at the value of __UCLIBC_HAS_LFS__ in bits/uClibc_config.h in the libc headers directory. - for BR2_INET_RPC, look at the value of __UCLIBC_HAS_RPC__ in the same file - for BR2_INET_IPV6, look at the value of __UCLIBC_HAS_IPV6__ in the same file - for BR2_SOFT_FLOAT, look at the output of $(CC) -v 2>&1 | grep -- "--with-float=soft" But I'm not sure how this would be possible, since these values are used at configuration-time by other configuration options, not only at build time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Applied patch from Brian Foster <brian.foster@innova-card.com>: | Hamish Moffatt | 2008-09-11 | 1 | -2/+2 |
| | | | | | | make "make clean" remove the .root stamp, so that everything will be reinstalled properly on a subsequent build. (bug id 4304) Also remove new autotools-stamps directory. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -6/+6 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Makefile.autotools.in: fix make source-check/external-deps differently | Peter Korsgaard | 2008-07-24 | 1 | -1/+1 |
| | | | | | | | | The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER. | ||||
* | Fix log | Ulf Samuelsson | 2008-07-07 | 1 | -2/+1 |
| | |||||
* | Fix log | Ulf Samuelsson | 2008-07-07 | 1 | -3/+5 |
| | |||||
* | Add slashes to allow TOPDIR to end without a slash in the future | Ulf Samuelsson | 2008-07-07 | 1 | -2/+2 |
| | |||||
* | Remove some debug messages | Ulf Samuelsson | 2008-07-07 | 1 | -14/+5 |
| | |||||
* | Replace configuring GLIB with autodetect | Ulf Samuelsson | 2008-07-06 | 1 | -6/+5 |
| | |||||
* | Add configuration possibility for host Gnome Lib installation | Ulf Samuelsson | 2008-07-05 | 1 | -2/+12 |
| | |||||
* | Add version number to log | Ulf Samuelsson | 2008-07-05 | 1 | -2/+11 |
| | |||||
* | Add 'build with log' | Ulf Samuelsson | 2008-07-04 | 1 | -0/+3 |
| | |||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 1 | -0/+2 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | Makefile: remove target pkgconfig files if BR2_HAVE_DEVFILES isn't enabled | Peter Korsgaard | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | Makefile: don't include .config from TOPDIR | Peter Korsgaard | 2008-06-23 | 1 | -1/+1 |
| | | | | | If we ever want to support building out of tree, having the .config in the tree is probably not what we want. | ||||
* | package/config: cygwin fix | Peter Korsgaard | 2008-06-19 | 1 | -0/+2 |
| | | | | | | | - pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95) | ||||
* | toolchain: also setup kernel headers when ext toolchain is used | Peter Korsgaard | 2008-06-13 | 1 | -1/+1 |
| | | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them. | ||||
* | distclean: Don't delete $(IMAGE) | Peter Korsgaard | 2008-05-31 | 1 | -1/+1 |
| | | | | | There is not much point in deleting $(IMAGE) as the entire binaries dir is removed. Furthermore, $(IMAGE) is a prefix rather than a file name. | ||||
* | Use local time (Thanks Mike) | Ulf Samuelsson | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Makefile: revert broken ccache (r21525) for now. | Peter Korsgaard | 2008-03-31 | 1 | -11/+0 |
| | |||||
* | Makefile: merge CVS and .svn find invocation | Peter Korsgaard | 2008-03-30 | 1 | -2/+1 |
| | |||||
* | Makefile: fix typo (.empty files, not dirs) | Peter Korsgaard | 2008-03-30 | 1 | -1/+1 |
| | |||||
* | target_skeleton: mark empty directories with .empty files | Peter Korsgaard | 2008-03-30 | 1 | -0/+1 |
| | | | | | | | Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn). | ||||
* | Ensure shell environment is handled correctly | Ulf Samuelsson | 2008-03-30 | 1 | -7/+9 |
| | |||||
* | Easy update of defconfig | Ulf Samuelsson | 2008-03-30 | 1 | -0/+3 |
| | |||||
* | Use BUSYBOX_LOCAL shell variable, if defined | Ulf Samuelsson | 2008-03-28 | 1 | -10/+15 |
| | |||||
* | Added ccache support and removed grub from defconfig due to brokenness at ↵ | Jason Spence | 2008-03-28 | 1 | -0/+11 |
| | | | | the moment. | ||||
* | more robust development files in target handler | John Voltz | 2008-03-11 | 1 | -11/+9 |
| | |||||
* | renamed variable, removed uppercase config text | John Voltz | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | added dev files in target option | John Voltz | 2008-03-10 | 1 | -1/+16 |
| | |||||
* | buildroot: add kernel-headers to base targets so it gets handled by ↵ | Peter Korsgaard | 2008-03-04 | 1 | -1/+1 |
| | | | | external-deps | ||||
* | buildroot: add external-deps target | Peter Korsgaard | 2008-03-04 | 1 | -0/+5 |
| | | | | | Add external-deps target to show what external files are needed to recreate the build. | ||||
* | Do not create new directories in external toolchain | Ulf Samuelsson | 2007-10-07 | 1 | -0/+2 |
| | |||||
* | - Nowadays there is no need to strip the config symbols anymore | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -3/+3 |
| | |||||
* | - add FC, remove some duplicate entries, cleanup | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -1/+11 |
| | | | | - fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS | ||||
* | Add some more host tools | Ulf Samuelsson | 2007-09-28 | 1 | -0/+8 |
| | |||||
* | Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵ | Ulf Samuelsson | 2007-09-28 | 1 | -1/+1 |
| | | | | uclibc-update to avoid overwriting board support file | ||||
* | Add administration for linux,uclibc and main | Ulf Samuelsson | 2007-09-28 | 1 | -0/+4 |
| | |||||
* | - for various reasons i will need an explicit ordering of the toolchain includes | Bernhard Reutner-Fischer | 2007-09-27 | 1 | -1/+12 |
| | |||||
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -2/+2 |
| | | | | gcc target abi back to a place where the other arch-specific settings live | ||||
* | Ensure make %_defconfig works without error - now silently | Ulf Samuelsson | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | fix error when doing 'make %_defconfig | Ulf Samuelsson | 2007-09-23 | 1 | -1/+1 |
| | |||||
* | - rename the gcc base_target to the more appropriate term cross_compiler | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -1/+1 |
| | |||||
* | - set and export VERBOSE if V= was requested | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -1/+4 |
| | |||||
* | - forgot to put base-target's sources into the source target. | Bernhard Reutner-Fischer | 2007-09-18 | 1 | -3/+2 |
| | | | | Thanks to Ulf for pointing out this error of mine.. | ||||
* | Remove some debug info + add uclibc-target-utils-source target | Ulf Samuelsson | 2007-09-17 | 1 | -9/+1 |
| | |||||
* | make source should include BASE_TARGETS | Ulf Samuelsson | 2007-09-17 | 1 | -1/+11 |
| | |||||
* | Add hooks for creating your own board support package | Ulf Samuelsson | 2007-09-12 | 1 | -0/+9 |
| |