linux-nokia800: Add LZO patches to work with patches mtd-utils

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1518 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-04-17 16:27:28 +00:00
parent 15f5842bcb
commit 8f55119a73
2 changed files with 8 additions and 1 deletions

View 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

View 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"