summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers/kernel-headers-new.makefile
Commit message (Collapse)AuthorAgeFilesLines
* kernel-headers: remove obsolete openswan supportPeter Korsgaard2010-03-141-4/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: get rid of ancient 2.6.26 versionPeter Korsgaard2010-03-141-15/+0
| | | | | | And remove the -rt support we had for that version. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: make snapshot option more user friendlyPeter Korsgaard2009-12-061-1/+2
| | | | | | | | | | | | | | 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_DIRMichael Roth2009-09-231-4/+4
| | | | | | | | 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/kernel: remove ancient versionsPeter Korsgaard2009-06-111-4/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: always apply platform patches if availablePeter Korsgaard2009-02-251-5/+2
| | | | | Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
* kernel-headers: update -rt support for 2.6.24 / 2.6.26Peter Korsgaard2009-02-251-5/+5
|
* kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard2009-02-251-8/+0
|
* kernel-headers: remove deprecated 2.4 supportPeter Korsgaard2009-02-241-7/+0
|
* buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* toolchain: fix cris build with 2.6.28 kernel headersPeter Korsgaard2009-01-121-0/+5
| | | | Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
* Revert patch, sent by mistakeUlf Samuelsson2008-12-201-2/+0
|
* Add updated gcc-4.2.2 prepatched toolchain for AVR32Ulf Samuelsson2008-12-201-0/+2
|
* kernel-headers: remove whitespace damageHans-Christian Egtvedt2008-10-021-2/+2
|
* buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard2008-03-111-2/+2
| | | | Based on patch by Nigel Kukard.
* Generalized kernel headers handling for new-style kernelsPeter Korsgaard2007-09-251-75/+12
|
* - bump version (forgot this hunk for r19941)Bernhard Reutner-Fischer2007-09-221-2/+2
|
* Unbreak multiple boards, add Ingo's rt patchUlf Samuelsson2007-09-121-2/+63
|
* bump up a few version numbers. kill dead 2.6.19 option.Eric Andersen2007-09-111-6/+6
| | | | accomodate powerpc64
* This patch allows each project to have a private linux build.Ulf Samuelsson2007-08-241-5/+5
| | | | | | | | | | 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 trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* - use the correct host compilerBernhard Reutner-Fischer2007-08-221-3/+5
|
* Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson2007-08-201-0/+3
|
* Ensure ipmi conditional patch is appliedUlf Samuelsson2007-08-201-0/+4
|
* Make ipmi kernelpatch selectable, add possibility for custom kernel patchUlf Samuelsson2007-08-191-3/+4
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-181-0/+4
| | | | | | | | | | | | Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
* Move lzma patches to toolchain/kernel-headers/lzmaUlf Samuelsson2007-08-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me...
* linux-2.6.22.1 headers, makefile partUlf Samuelsson2007-08-011-0/+15
|
* - bump version to 2.6.21.5Bernhard Reutner-Fischer2007-06-211-0/+14
|
* - bump versionBernhard Reutner-Fischer2007-03-241-2/+2
|
* - apply openswan patches if openswan was enabledBernhard Reutner-Fischer2007-03-211-0/+4
|
* - bump versionBernhard Reutner-Fischer2007-03-141-2/+2
|
* - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkoutBernhard Reutner-Fischer2007-02-151-0/+1
|
* - bump version to 2.6.20Bernhard Reutner-Fischer2007-02-061-3/+3
|
* - touch $@Bernhard Reutner-Fischer2007-02-041-3/+3
|
* - bump version to 2.6.19.2Bernhard Reutner-Fischer2007-01-151-2/+2
|
* - move setting of determination whether we use a full kernel vs. sanitized ↵Bernhard Reutner-Fischer2006-12-221-1/+0
| | | | headers into the generic part
* - put the full kernel's sources into build_/, install them into ↵Bernhard Reutner-Fischer2006-12-181-2/+2
| | | | | | toolchain_build_. Saves quite some disk-space on the compile-host. - Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
* - pass the correct CC down to gcc-version.shBernhard Reutner-Fischer2006-12-131-1/+3
|
* another typoEric Andersen2006-12-131-1/+2
|
* split things up so this is not an unreadable messEric Andersen2006-12-131-0/+39