diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-14 07:50:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-14 07:50:27 +0000 |
commit | ca58c035e70825f14fd3c49b9d8906eb90e8c70c (patch) | |
tree | 16f565ed149fbc3aab5c0cdb1531adae624ca120 /packages/linux/linux-nokia800_2.6.18-osso40.bb | |
parent | 5861bc0b3872babc503a2bdafaf6c730c2bf2922 (diff) |
linux-nokia: remove 770, update 800 from poky, all nokia internet tables use linux-nokia800_2.6.18-osso40 now
* closes #2757 and #2758
Diffstat (limited to 'packages/linux/linux-nokia800_2.6.18-osso40.bb')
-rw-r--r-- | packages/linux/linux-nokia800_2.6.18-osso40.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-nokia800_2.6.18-osso40.bb b/packages/linux/linux-nokia800_2.6.18-osso40.bb new file mode 100644 index 0000000000..3ffa1d838a --- /dev/null +++ b/packages/linux/linux-nokia800_2.6.18-osso40.bb @@ -0,0 +1,17 @@ +require linux-nokia800.inc + +PR = "r4" + +SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18.orig.tar.gz \ + http://repository.maemo.org/pool/maemo3.1/free/source/kernel-source-rx-34_2.6.18-osso40.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://fix_oprofile.patch;patch=1 \ + file://defconfig" + +SRC_URI_append_nokia770 = " file://nokia770_nand_fix.patch;patch=1" + +S = "${WORKDIR}/linux-g" |