diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-11-10 12:28:31 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-11-18 19:22:12 +0100 |
commit | 96fa2bacf66afcb30903cea6a8ef3f612dbe2afc (patch) | |
tree | 7d536f4fcd4dc11699b9fa10d1ddd95cdf5adb1b /recipes/linux/linux_2.6.31.bb | |
parent | d0728eceb609b8c9755d8d7ca795b433b785c15d (diff) |
linux-{,kirkwood-}2.6.31: Add upstream squashfs-4.0 LZMA patches.
Squashfs 4.0 has official LZMA in the works.
"Re: [Squashfs-devel] squashfs 4.0 lzma support"
According to the author "No, I don't anticipate the format
changing. As far as LZMA is concerned, the format is dictated
by the LZMA code in the kernel".
An updated squashfs-tools with LZMA support will be committed
to OpenEmbedded in a seperate commit.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r-- | recipes/linux/linux_2.6.31.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb index 845909c76c..8cf1a38b70 100644 --- a/recipes/linux/linux_2.6.31.bb +++ b/recipes/linux/linux_2.6.31.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r5" +PR = "r6" S = "${WORKDIR}/linux-${PV}" @@ -17,6 +17,15 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.5.bz2;patch=1 \ file://defconfig" +SRC_URI += "file://0001-Squashfs-move-zlib-decompression-wrapper-code-into.patch;patch=1 \ + file://0002-Squashfs-Factor-out-remaining-zlib-dependencies-int.patch;patch=1 \ + file://0003-Squashfs-add-a-decompressor-framework.patch;patch=1 \ + file://0004-Squashfs-add-decompressor-entries-for-lzma-and-lzo.patch;patch=1 \ + file://0005-Squashfs-add-an-extra-parameter-to-the-decompressor.patch;patch=1 \ + file://0006-Squashfs-add-LZMA-compression.patch;patch=1 \ + file://0007-Squashfs-Make-unlzma-available-to-non-initramfs-ini.patch;patch=1 \ + " + SRC_URI_append_db1200 ="\ http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \ " |