summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-29 07:49:13 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-29 07:49:13 +0000
commit8ec44742fd335faada7ee0373c611802d9aae7e8 (patch)
tree1eb19b492f10ff5eb4913cdbc599a8e9b9489246 /meta
parent2cc4b496abaddbd4f419a2f46d2082754b235a0d (diff)
downloadpoky-8ec44742fd335faada7ee0373c611802d9aae7e8.tar.gz
linux-rp 2.6.23-rc4: Fix jffs2 patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2588 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb b/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb
index ab9b1050c8..3ddf5b3a84 100644
--- a/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb
+++ b/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r0" 3PR = "r1"
4 4
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6 6
@@ -17,7 +17,7 @@ DEFAULT_PREFERENCE = "-1"
17# Hacks should clearly named and at the bottom 17# Hacks should clearly named and at the bottom
18SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \ 18SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
19 http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc4.bz2;patch=1 \ 19 http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc4.bz2;patch=1 \
20 ${RPSRC}/lzo_jffs2-r2.patch;patch=1 \ 20 ${RPSRC}/lzo_jffs2-r3.patch;patch=1 \
21 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ 21 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \
22 ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \ 22 ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \
23 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ 23 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \