summaryrefslogtreecommitdiff
path: root/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb')
-rw-r--r--meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb b/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb
new file mode 100644
index 000000000..b64c697c9
--- /dev/null
+++ b/meta-extras/packages/linux/linux-nokia800_2.6.21-osso71.bb
@@ -0,0 +1,18 @@
+require linux-nokia800.inc
+PR = "r5"
+
+DEFAULT_PREFERENCE_nokia770 = "-1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
+ http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \
+ http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \
+ file://suspend-button.patch;patch=1 \
+ file://sumversion-fix.patch;patch=1 \
+ file://defconfig"
+
+S = "${WORKDIR}/linux-2.6.21"
+
+do_install_append () {
+ mkdir -p ${D}/kernel/include/drivers/media/video/omap/
+ cp -f drivers/media/video/omap/tcm825x.h ${D}/kernel/include/drivers/media/video/omap/
+}