linux-nokia800: Add LZO patches to work with patches mtd-utils
authorRichard Purdie <richard@openedhand.com>
Tue, 17 Apr 2007 16:27:28 +0000 (16:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 17 Apr 2007 16:27:28 +0000 (16:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1518 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-nokia800.inc
meta/packages/linux/linux-nokia800_2.6.18-osso29.bb

index d5973e0..3f1b64e 100644 (file)
@@ -10,6 +10,8 @@ RPROVIDES_kernel-image = "hostap-modules"
 
 COMPATIBLE_MACHINE = "nokia770|nokia800"
 
+RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
+
 do_configure_prepend() {
 
        rm -f ${S}/.config || true
index 617c6df..6b12811 100644 (file)
@@ -1,8 +1,13 @@
 require linux-nokia800.inc
 
-PR = "r2"
+PR = "r3"
 SRC_URI = "http://repository.maemo.org/pool/maemo3.0/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \
            http://repository.maemo.org/pool/maemo3.0/free/source/kernel-source-rx-34_2.6.18-osso29.diff.gz;patch=1 \
+           ${RPSRC}/lzo_kernel-r0.patch;patch=1 \
+           ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \
+           ${RPSRC}/lzo_crypto-r0b.patch;patch=1 \
+           ${RPSRC}/lzo_jffs2_lzomode-r0.patch;patch=1 \
+           ${RPSRC}/lzo_jffs2_sysfs-r0.patch;patch=1 \
           file://defconfig"
 
 S = "${WORKDIR}/linux-g"