aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-nokia800_2.6.21-osso71.bb
blob: 388df4ff9dd9ae5974213935e136ee6d28275e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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://linux-2.6-limits.patch;patch=1 \
           file://1300-fix-gcc-4.3-false-modulo-optimization.patch.patch;patch=1 \
	   file://defconfig"

S = "${WORKDIR}/linux-2.6.21"

do_stage_append () {
	mkdir -p ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
	cp -f drivers/media/video/omap/tcm825x.h ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
}