summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-23 16:54:34 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-23 16:54:34 +0000
commit5d1d2e63413c1ae0915847376c32eef466658297 (patch)
tree7fab767277b0cfcf368733deba7b2d353ff1225d /meta/packages/linux/linux-nokia800_2.6.18-osso40.bb
parent6c08ce5960be33d36af99cceaeb89aa084cd6e0e (diff)
downloadpoky-5d1d2e63413c1ae0915847376c32eef466658297.tar.gz
linux-nokia800: Attempt to get this working on the nokia770
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1773 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-nokia800_2.6.18-osso40.bb')
-rw-r--r--meta/packages/linux/linux-nokia800_2.6.18-osso40.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb b/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb
index b8ae6f70c8..52e22e6d78 100644
--- a/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb
+++ b/meta/packages/linux/linux-nokia800_2.6.18-osso40.bb
@@ -1,6 +1,6 @@
1require linux-nokia800.inc 1require linux-nokia800.inc
2 2
3PR = "r0" 3PR = "r1"
4SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \ 4SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \
5 http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.diff.gz;patch=1 \ 5 http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.diff.gz;patch=1 \
6 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ 6 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \
@@ -11,5 +11,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-r
11 file://fix_oprofile.patch;patch=1 \ 11 file://fix_oprofile.patch;patch=1 \
12 file://defconfig" 12 file://defconfig"
13 13
14SRC_URI_append_nokia770 = " file://nokia770_nand_fix.patch;patch=1"
15
14S = "${WORKDIR}/linux-g" 16S = "${WORKDIR}/linux-g"
15 17