summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap_2.6.29.bb
blob: a2391ee5220ba9e4aa23859762220aedfbab4dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
require linux.inc

DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"

COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo|omapzoom"

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_overo = "1"

SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022"

PR = "r7+gitr${SRCREV}"

SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
	   file://defconfig"

SRC_URI_append = " \
           file://no-empty-flash-warnings.patch;patch=1 \
           file://no-cortex-deadlock.patch;patch=1 \
           file://read_die_ids.patch;patch=1 \
           file://fix-install.patch;patch=1 \
           file://DSS2.diff;patch=1 \
           file://0001-board-ldp-add-regulator-info-to-get-the-microSD-slo.patch;patch=1 \
           file://fix-unaligned-access.diff;patch=1 \
           file://make-alignment-visible.diff;patch=1 \
           file://mmctiming.patch;patch=1 \
           file://ehci.patch;patch=1 \
           file://fix-audio-capture.patch;patch=1 \
           file://ads7846-detection.patch;patch=1 \
"


SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
			                   file://beagle-asoc.patch;patch=1 \
"

SRC_URI_append_omap3evm = " \
	file://evm-mcspi-ts.diff;patch=1 \
"



S = "${WORKDIR}/git"


module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"