diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-29 07:49:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 07:49:13 +0000 |
commit | 8ec44742fd335faada7ee0373c611802d9aae7e8 (patch) | |
tree | 1eb19b492f10ff5eb4913cdbc599a8e9b9489246 /meta/packages | |
parent | 2cc4b496abaddbd4f419a2f46d2082754b235a0d (diff) | |
download | poky-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/packages')
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb | 4 |
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 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_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 |
18 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \ | 18 | SRC_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 \ |