Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of broken nios2 support | Peter Korsgaard | 2010-03-30 | 1 | -1/+1 |
| | | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | kernel-headers: make snapshot option more user friendly | Peter Korsgaard | 2009-12-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Closes #751. Make kernel headers snapshot more user friendly by making it more obvious that it's about using a local kernel snapshot, and error out with a sensible error message if the option is enabled but no linux-2.6.tar.bz2 is present in DL_DIR, rather than trying to fetch it from kernel.org. Furthermore fix the bug where it tried to use linux-2.6..tar.bz2 instead of linux-2.6.tar.bz2. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain: use qstrip | Thomas Petazzoni | 2009-09-05 | 1 | -2/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | kernel-headers: remove deprecated 2.4 support | Peter Korsgaard | 2009-02-24 | 1 | -6/+0 |
| | |||||
* | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | toolchain: sh64 fixes | Peter Korsgaard | 2009-01-13 | 1 | -2/+1 |
| | | | | | | | - arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now. | ||||
* | buildroot: get rid of s390 support | Peter Korsgaard | 2009-01-12 | 1 | -1/+1 |
| | | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it. | ||||
* | toolchain: also setup kernel headers when ext toolchain is used | Peter Korsgaard | 2008-06-13 | 1 | -5/+1 |
| | | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them. | ||||
* | Define kernelversion if ext toolchain is used | Ulf Samuelsson | 2008-01-10 | 1 | -0/+6 |
| | |||||
* | Fix for old-style kernels (broken by r20018). Check old-style versions before | Peter Korsgaard | 2007-11-26 | 1 | -0/+2 |
| | | | | including kernel-headers-new.makefile. | ||||
* | update kernel-headers nios2 support, thanks atle | Ivan Kuten | 2007-11-09 | 1 | -1/+2 |
| | |||||
* | bump up a few version numbers. kill dead 2.6.19 option. | Eric Andersen | 2007-09-11 | 1 | -0/+1 |
| | | | | accomodate powerpc64 | ||||
* | This patch allows each project to have a private linux build. | Ulf Samuelsson | 2007-08-24 | 1 | -0/+1 |
| | | | | | | | | | | Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available. | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - move setting of determination whether we use a full kernel vs. sanitized ↵ | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -0/+3 |
| | | | | headers into the generic part | ||||
* | - prerequisites are evaluated immediately, so move the dl rule down below ↵ | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -3/+2 |
| | | | | setting the respective variables. Thanks to whirm for noticing this. | ||||
* | - sh[234][[:alnum:]]* -> sh | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | split things up so this is not an unreadable mess | Eric Andersen | 2006-12-13 | 1 | -199/+4 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 1 | -3/+3 |
| | |||||
* | - bump non-sanitized version to 2.6.19 | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -9/+8 |
| | | | | | - remove some superfluous mkdir's - allow for patch, patch.gz, patch.bz2 per version | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -2/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -3/+12 |
| | |||||
* | - normalize KERNEL_ARCH via sed | Bernhard Reutner-Fischer | 2006-10-11 | 1 | -1/+6 |
| | |||||
* | - we need to pass ARCH to the kernel; The kernel does not have a table to | Bernhard Reutner-Fischer | 2006-10-09 | 1 | -1/+4 |
| | | | | | normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks! FIXME: flesh this out.. | ||||
* | - use headers_install for full kernel tarballs used as kernel-headers | Bernhard Reutner-Fischer | 2006-10-09 | 1 | -5/+30 |
| | |||||
* | - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers. | Bernhard Reutner-Fischer | 2006-09-28 | 1 | -0/+12 |
| | |||||
* | minor dependancy cleanup | Eric Andersen | 2006-07-19 | 1 | -0/+1 |
| | |||||
* | fix fallback case so dependancies work as expected | Eric Andersen | 2006-07-19 | 1 | -5/+1 |
| | |||||
* | 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead of | Peter Korsgaard | 2006-04-28 | 1 | -3/+3 |
| | | | | | | | | | | | LINUX_VERSION. Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used for the actual kernel version used which might be different than the headers version. E.G. LINUX_VERSION is set in the target/device/* files. If this version doesn't match the selected kernel headers version the patches won't be applied. | ||||
* | fix improper symlink for asm dir when using x86 archs | David Anders | 2006-01-24 | 1 | -0/+2 |
| | |||||
* | incorporate patches from marc in bug #273 to add support for nios2 | Mike Frysinger | 2006-01-04 | 1 | -0/+5 |
| | |||||
* | Update the set of available kernel headers to include 2.4.31 and 2.6.12 | Eric Andersen | 2005-07-18 | 1 | -0/+18 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | If you update the kernel headers tarball and run make against an already built | Eric Andersen | 2005-06-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296 | ||||
* | Bump available sanitized kernel headers | Eric Andersen | 2005-03-18 | 1 | -12/+12 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 1 | -9/+13 |
| | | | | '.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 | -0/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Patch from Volmat Alain adding SH3/SH3EB SH4EB support | Eric Andersen | 2004-12-11 | 1 | -0/+12 |
| | |||||
* | doh | Eric Andersen | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | Update to the latest linux-libc-headers | Eric Andersen | 2004-10-25 | 1 | -2/+11 |
| | |||||
* | -xvf -> $(TAR_OPTIONS) | Mike Frysinger | 2004-10-11 | 1 | -1/+1 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -0/+124 |
-Erik |