aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-29 14:29:08 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-29 15:20:33 +0100
commitb6fcd71cb5b85e23036b31df1545a92f4ed402dc (patch)
treee91fcf7eb6ea0adaefd17d495d1d3cbc4a831ffa /meta/packages/linux/linux-nokia800_2.6.21-osso71.bb
parent5dab2c9aa7ef81115fb3e0d5092cf2f12a23a5d5 (diff)
downloadopenembedded-core-contrib-b6fcd71cb5b85e23036b31df1545a92f4ed402dc.tar.gz
linux: move some older kernels to meta-extras
Move kernels for retired machines to meta-extras Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/linux/linux-nokia800_2.6.21-osso71.bb')
-rw-r--r--meta/packages/linux/linux-nokia800_2.6.21-osso71.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb b/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb
deleted file mode 100644
index b64c697c9b..0000000000
--- a/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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/
-}