Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - adjust infrastructure for new kconfig | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -2/+56 |
| | |||||
* | - Search for defconfigs in target, not entire tree | Bernhard Reutner-Fischer | 2007-06-25 | 1 | -4/+5 |
| | | | | | | | | | This patch changes the way the top level Makefile searches for a <board>_defconfig file, it will only look in the target/ directory and its sub directories. The patch also enables loading a defconfig even if there already is a .config. (Hans-Christian Egtvedt) | ||||
* | - forgot to apply this hunk that should have belonged to r18904 | Bernhard Reutner-Fischer | 2007-06-24 | 1 | -1/+1 |
| | |||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -5/+11 |
| | | | | - start to separate usr/lib and lib to match normal system-layout | ||||
* | Hide troublesome environment variables from sub processes | Peter Korsgaard | 2007-06-19 | 1 | -0/+7 |
| | | | | (E.G. screws up gdb, busybox, ..) | ||||
* | - provide a "source-check" target that tries to download all packages with | Bernhard Reutner-Fischer | 2007-06-07 | 1 | -2/+14 |
| | | | | | | wget's spider-mode (i.e. just see if the server says the file is there without actually downloading the files. Convenient to check for unavailable source-packages. | ||||
* | - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB | Bernhard Reutner-Fischer | 2007-06-02 | 1 | -16/+16 |
| | |||||
* | - move setting up the extensions to correct place (like i said but tom ↵ | Bernhard Reutner-Fischer | 2007-06-02 | 1 | -21/+29 |
| | | | | didn't do..) | ||||
* | - correct extensions for apple (thanks Heikki Lindholm for pointing this out) | Bernhard Reutner-Fischer | 2007-06-02 | 1 | -2/+2 |
| | |||||
* | - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵ | Bernhard Reutner-Fischer | 2007-06-01 | 1 | -0/+25 |
| | | | | | | | 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. | ||||
* | Create 'bin' directory in staging area. | "Steven J. Hill" | 2007-05-07 | 1 | -0/+1 |
| | |||||
* | Create symlink for 'usr/include' in the staging directory so that packages ↵ | "Steven J. Hill" | 2007-04-28 | 1 | -0/+1 |
| | | | | like zlib and others who expect that to exist will install properly. | ||||
* | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | - add cc-option and use it to check for stuff that is benefical for PREFER_IMA | Bernhard Reutner-Fischer | 2007-02-12 | 1 | -0/+7 |
| | | | | - backport the libbackend.o gcov-iov.h dependency fixup from 4.2 to 4.0 | ||||
* | Support building using an external toolchain. Questions to the mailing list ↵ | "Steven J. Hill" | 2007-02-06 | 1 | -0/+4 |
| | | | | and all other comments to <biteme@devnull.com>. | ||||
* | - generalize the menuconfig linux kernel support | Bernhard Reutner-Fischer | 2007-01-30 | 1 | -8/+2 |
| | | | | - simplify toplevel mkdir rules a tiny bit | ||||
* | - make sure to add board specific targets before the final generation of the ↵ | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+0 |
| | | | | | | filesystems/tarballs. Until now, we did created the fs and only after that built/installed grub et al | ||||
* | - make distclean didn't clean dialog binaries. Closes #1039 | Bernhard Reutner-Fischer | 2007-01-19 | 1 | -0/+1 |
| | |||||
* | link $(STAGING_DIR)/usr/lib to $(STAGING_DIR)/lib | Eric Andersen | 2007-01-10 | 1 | -0/+2 |
| | | | | | to make glib2 (and packages with similar confusion) work properly, while still being able to cross compile | ||||
* | - andersee, what was that good for? It just slows down rebuilds as it delves ↵ | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -1/+2 |
| | | | | into each sub-file needlessly.. Ripping out. | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | - check if busybox' Rules.mak exists. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | | | | - add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout. | ||||
* | make certain the target directory exists | Eric Andersen | 2006-11-15 | 1 | -0/+1 |
| | |||||
* | subversion makes it so we do not need a separate tarball | Eric Andersen | 2006-11-15 | 1 | -5/+2 |
| | | | | to store empty directories and symlinks for the target_skeleton. | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | configuring uClibc depends on first having kernel headers in place | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | put sed check in the correct place | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | move TAR_OPTIONS to its rightful place | Eric Andersen | 2006-07-18 | 1 | -3/+0 |
| | |||||
* | Resolves Bug #182 for buildroot. It works nice to pull in default | "Steven J. Hill" | 2006-06-22 | 1 | -1/+6 |
| | | | | | configuration files for targets. More information on the bug database page at <http://bugs.uclibc.org/view.php?id=182>. | ||||
* | s/dependancies/dependencies/ | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | when copying, be forceful about it to gratuitously overwrite symlinks | Eric Andersen | 2006-04-19 | 1 | -1/+1 |
| | |||||
* | make sure things still work even when fakeroot is not in active use | Eric Andersen | 2006-04-07 | 1 | -1/+1 |
| | |||||
* | removed clean and distclean from the noconfig targets per case 0000232 | David Anders | 2006-01-25 | 1 | -2/+1 |
| | |||||
* | - remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS. | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -5/+0 |
| | | | | default to no additional tar options. | ||||
* | - add option to pass to tar for unpacking the source. | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -2/+4 |
| | | | | Set it to exclude .svn per default (please default to "" if inappropriate) | ||||
* | Allan Clark writes: | Mike Frysinger | 2005-09-09 | 1 | -1/+4 |
| | | | | | | | | | Quick patch to avoid deleting my directory of RPM Sources. I tend to use buildroot as "make DL_DIR=/.rh/SOURCES", with the rpm topdir set to $HOME/.rh in my .rpmmacros -- allows me to build RPMs as non-root, and share the source with buildroot. Problem is, buildroot likes to delete my directory :( | ||||
* | only build host-file if we need it | Mike Frysinger | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | Build 'file' for the host as well as the target. If the host system has a ↵ | "Steven J. Hill" | 2005-08-30 | 1 | -1/+1 |
| | | | | version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version. | ||||
* | Allow packages to use fakeroot. To accomodate this, convert all | Eric Andersen | 2005-08-04 | 1 | -0/+1 |
| | | | | target filesystem creation tools to also use fakeroot. | ||||
* | Make defconfig work properly | Eric Andersen | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 1 | -1/+1 |
| | |||||
* | more changes towards better board support | Eric Andersen | 2005-02-17 | 1 | -3/+8 |
| | |||||
* | Make target stuff last so it can override everything else | Eric Andersen | 2005-02-17 | 1 | -1/+3 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
| | | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -7/+7 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | update copyright | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | Don't fail for existing dirs | Eric Andersen | 2004-12-11 | 1 | -7/+7 |
| | |||||
* | Add some more phonys | Eric Andersen | 2004-12-11 | 1 | -1/+2 |
| | |||||
* | Don't nuke STAGING_DIR and TARGET_DIR | Eric Andersen | 2004-12-11 | 1 | -2/+0 |
| | |||||
* | Build the uClibc utils with the uClibc-targeted toolchain. | Manuel Novoa III | 2004-10-15 | 1 | -1/+1 |
| | | | | While the host utils are also built, they are not currently installed. |