Move lzma patches to toolchain/kernel-headers/lzma
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 16 Aug 2007 06:26:25 +0000 (06:26 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 16 Aug 2007 06:26:25 +0000 (06:26 -0000)
commit18199aa7b69102c99c5b6c2382f039823c781e3b
treeb33c03f416d0bb7448a1da5a27241ef088c19384
parentc6771dfb847e53f8f5c184fad407cce599857ec9
Move lzma patches to toolchain/kernel-headers/lzma

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...
toolchain/kernel-headers/Config.in
toolchain/kernel-headers/kernel-headers-new.makefile
toolchain/kernel-headers/linux-2.6.21.5-001-lzma-vmlinuz.00.patch [deleted file]
toolchain/kernel-headers/linux-2.6.21.5-002-lzma-vmlinuz.01.patch [deleted file]
toolchain/kernel-headers/linux-2.6.22.1-001-lzma-vmlinuz.00.patch [deleted file]
toolchain/kernel-headers/linux-2.6.22.1-002-lzma-vmlinuz.01.patch [deleted file]
toolchain/kernel-headers/lzma/linux-2.6.21.5-001-lzma-vmlinuz.00.patch [new file with mode: 0644]
toolchain/kernel-headers/lzma/linux-2.6.21.5-002-lzma-vmlinuz.01.patch [new file with mode: 0644]
toolchain/kernel-headers/lzma/linux-2.6.22.1-001-lzma-vmlinuz.00.patch [new file with mode: 0644]
toolchain/kernel-headers/lzma/linux-2.6.22.1-002-lzma-vmlinuz.01.patch [new file with mode: 0644]