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>
This commit is contained in:
Joshua Lock
2010-06-29 14:29:08 +01:00
parent 5dab2c9aa7
commit b6fcd71cb5
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
require linux-nokia800.inc
PR = "r0"
DEFAULT_PREFERENCE_nokia770 = "-1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
file://kernel-source_2.6.21-200823maemo6.diff.gz;patch=1 \
http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \
file://suspend-button.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/
}