Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch allows each project to have a private linux build. | Ulf Samuelsson | 2007-08-24 | 2 | -5/+6 |
| | | | | | | | | | | 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 | 3 | -7/+7 |
| | |||||
* | - improve the way host prerequisites for "dependencies" are established | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -13/+0 |
| | |||||
* | - use the correct host compiler | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+5 |
| | |||||
* | - fix wrong help-text | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+1 |
| | |||||
* | - forgot to add this file to go with r19619 | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+44 |
| | |||||
* | Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86 | Ulf Samuelsson | 2007-08-20 | 1 | -0/+3 |
| | |||||
* | Ensure ipmi conditional patch is applied | Ulf Samuelsson | 2007-08-20 | 1 | -0/+4 |
| | |||||
* | Make ipmi kernelpatch selectable, add possibility for custom kernel patch | Ulf Samuelsson | 2007-08-19 | 6 | -5/+30 |
| | |||||
* | Move AVR32 kernel patches to target/device/Atmel/arch-avr32 | Ulf Samuelsson | 2007-08-18 | 2 | -14820/+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 | ||||
* | Ensure lzma is built *before* linux, allow system installation in /usr/local/bin | Ulf Samuelsson | 2007-08-16 | 1 | -0/+11 |
| | |||||
* | Move lzma patches to toolchain/kernel-headers/lzma | Ulf Samuelsson | 2007-08-16 | 6 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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... | ||||
* | Add linux-2.6.22.1 AVR32 patch | Ulf Samuelsson | 2007-08-01 | 1 | -0/+14820 |
| | |||||
* | linux-2.6.22.1 headers, makefile part | Ulf Samuelsson | 2007-08-01 | 1 | -0/+15 |
| | |||||
* | Allow use of 2.6.22.1 kernel headers | Ulf Samuelsson | 2007-08-01 | 1 | -10/+15 |
| | |||||
* | Revert Atmel patches for now | Ulf Samuelsson | 2007-07-31 | 2 | -32592/+0 |
| | |||||
* | Remove duplicate patch | Ulf Samuelsson | 2007-07-31 | 2 | -3828/+0 |
| | |||||
* | Add AVR32 kernel patches for linux-2.6.21.5 | Ulf Samuelsson | 2007-07-31 | 3 | -0/+19741 |
| | |||||
* | Add AVR32 kernel patches for linux 2.6.22.1 | Ulf Samuelsson | 2007-07-31 | 2 | -0/+16734 |
| | |||||
* | - adjust lzma arguments for current version | Bernhard Reutner-Fischer | 2007-07-24 | 2 | -0/+75 |
| | |||||
* | - add fixups for lzma'ed initramfs | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -0/+33 |
| | |||||
* | - forward port lzma-vmlinux and ipmisensors to 2.6.22.1 | Bernhard Reutner-Fischer | 2007-07-24 | 2 | -0/+28770 |
| | |||||
* | - update ipmisensors | Bernhard Reutner-Fischer | 2007-07-23 | 3 | -4189/+28931 |
| | | | | - add lzma vmlinuz | ||||
* | - bump version to 2.6.21.5 | Bernhard Reutner-Fischer | 2007-06-21 | 2 | -2/+21 |
| | |||||
* | - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config | Bernhard Reutner-Fischer | 2007-04-11 | 1 | -3/+3 |
| | | | | - adjust a few defaults. | ||||
* | - store backup of dwmw2's combined compile patch. | Bernhard Reutner-Fischer | 2007-03-24 | 1 | -0/+460 |
| | | | | Not yet even compile-tested, so inactive for now.. | ||||
* | - fwd port | Bernhard Reutner-Fischer | 2007-03-24 | 1 | -0/+0 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-03-24 | 2 | -3/+3 |
| | |||||
* | - apply openswan patches if openswan was enabled | Bernhard Reutner-Fischer | 2007-03-21 | 1 | -0/+4 |
| | |||||
* | - add ipmisensors | Bernhard Reutner-Fischer | 2007-03-14 | 1 | -0/+6103 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-03-14 | 2 | -3/+3 |
| | |||||
* | - allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -0/+1 |
| | |||||
* | - add gcc-4.0.4 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -3/+10 |
| | | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages | ||||
* | - bump version to 2.6.20 | Bernhard Reutner-Fischer | 2007-02-06 | 2 | -6/+6 |
| | |||||
* | - delete old, unneeded patch | Bernhard Reutner-Fischer | 2007-02-05 | 1 | -35/+0 |
| | |||||
* | - touch $@ | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -3/+3 |
| | |||||
* | - bump version to 2.6.19.2 | Bernhard Reutner-Fischer | 2007-01-15 | 2 | -5/+5 |
| | |||||
* | - move setting of determination whether we use a full kernel vs. sanitized ↵ | Bernhard Reutner-Fischer | 2006-12-22 | 3 | -9/+3 |
| | | | | headers into the generic part | ||||
* | - put the full kernel's sources into build_/, install them into ↵ | Bernhard Reutner-Fischer | 2006-12-18 | 1 | -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. | ||||
* | - 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. | ||||
* | - pass the correct CC down to gcc-version.sh | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+3 |
| | |||||
* | - sh[234][[:alnum:]]* -> sh | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | another typo | Eric Andersen | 2006-12-13 | 1 | -1/+2 |
| | |||||
* | split things up so this is not an unreadable mess | Eric Andersen | 2006-12-13 | 4 | -202/+236 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 1 | -3/+3 |
| | |||||
* | - re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in ↵ | Bernhard Reutner-Fischer | 2006-12-04 | 1 | -0/+35 |
| | | | | | | cbde1668e4f08e0a150207646010bc65e1e2a42b Userspace still needs those. | ||||
* | - bump non-sanitized version to 2.6.19 | Bernhard Reutner-Fischer | 2006-12-02 | 2 | -12/+11 |
| | | | | | - 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 |
| |