summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-03 08:58:31 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-03 08:58:31 +0000
commitd484ba8d19afb888ca9618e9ea95bc4c73753846 (patch)
treeb028b048e51ddaf0d8fbee609b0ea965daed8929
parent934b01dd909b01e14f8e9e28e610dd9a8ef294ad (diff)
downloadpoky-d484ba8d19afb888ca9618e9ea95bc4c73753846.tar.gz
linux-rp-2.6.22: Fix LZO compression issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2341 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-rp_2.6.22.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.22.bb b/meta/packages/linux/linux-rp_2.6.22.bb
index 86e0c405f0..3f9ea1b0d7 100644
--- a/meta/packages/linux/linux-rp_2.6.22.bb
+++ b/meta/packages/linux/linux-rp_2.6.22.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r5" 3PR = "r6"
4 4
5# Handy URLs 5# Handy URLs
6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@@ -19,6 +19,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
19 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ 19 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \
20 ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \ 20 ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \
21 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ 21 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \
22 ${RPSRC}/lzo_fix-r0.patch;patch=1 \
22 ${RPSRC}/hx2750_base-r28.patch;patch=1 \ 23 ${RPSRC}/hx2750_base-r28.patch;patch=1 \
23 ${RPSRC}/hx2750_bl-r9.patch;patch=1 \ 24 ${RPSRC}/hx2750_bl-r9.patch;patch=1 \
24 ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ 25 ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \