diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-17 16:27:28 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-17 16:27:28 +0000 |
commit | 8f55119a7322e47fef1c596ae55bd64a960e11a2 (patch) | |
tree | 8fafa822a2085152b8d34235de783f89b1bf4726 /meta | |
parent | 15f5842bcba831a6e8c4330ad0ad93066ee02b5f (diff) | |
download | poky-8f55119a7322e47fef1c596ae55bd64a960e11a2.tar.gz |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux/linux-nokia800.inc | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-nokia800_2.6.18-osso29.bb | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-nokia800.inc b/meta/packages/linux/linux-nokia800.inc index d5973e0cdb..3f1b64ebef 100644 --- a/meta/packages/linux/linux-nokia800.inc +++ b/meta/packages/linux/linux-nokia800.inc | |||
@@ -10,6 +10,8 @@ RPROVIDES_kernel-image = "hostap-modules" | |||
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "nokia770|nokia800" | 11 | COMPATIBLE_MACHINE = "nokia770|nokia800" |
12 | 12 | ||
13 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" | ||
14 | |||
13 | do_configure_prepend() { | 15 | do_configure_prepend() { |
14 | 16 | ||
15 | rm -f ${S}/.config || true | 17 | rm -f ${S}/.config || true |
diff --git a/meta/packages/linux/linux-nokia800_2.6.18-osso29.bb b/meta/packages/linux/linux-nokia800_2.6.18-osso29.bb index 617c6dfad2..6b128113b1 100644 --- a/meta/packages/linux/linux-nokia800_2.6.18-osso29.bb +++ b/meta/packages/linux/linux-nokia800_2.6.18-osso29.bb | |||
@@ -1,8 +1,13 @@ | |||
1 | require linux-nokia800.inc | 1 | require linux-nokia800.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | SRC_URI = "http://repository.maemo.org/pool/maemo3.0/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \ | 4 | SRC_URI = "http://repository.maemo.org/pool/maemo3.0/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \ |
5 | http://repository.maemo.org/pool/maemo3.0/free/source/kernel-source-rx-34_2.6.18-osso29.diff.gz;patch=1 \ | 5 | http://repository.maemo.org/pool/maemo3.0/free/source/kernel-source-rx-34_2.6.18-osso29.diff.gz;patch=1 \ |
6 | ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ | ||
7 | ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \ | ||
8 | ${RPSRC}/lzo_crypto-r0b.patch;patch=1 \ | ||
9 | ${RPSRC}/lzo_jffs2_lzomode-r0.patch;patch=1 \ | ||
10 | ${RPSRC}/lzo_jffs2_sysfs-r0.patch;patch=1 \ | ||
6 | file://defconfig" | 11 | file://defconfig" |
7 | 12 | ||
8 | S = "${WORKDIR}/linux-g" | 13 | S = "${WORKDIR}/linux-g" |