summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap_git.bb
blob: 7107c1b5bacdfdcd3689814335f9d6d3f560522c (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
require linux.inc

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

COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm"


SRCREV = "de1121fdb899f762"

PV = "2.6.26+2.6.27-rc6+${PR}+git${SRCREV}"
PR = "r3"

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://timer-suppression.patch;patch=1 \
           file://no-empty-flash-warnings.patch;patch=1 \
           file://oprofile-0.9.3.armv7.diff;patch=1 \
           file://no-cortex-deadlock.patch;patch=1 \
           file://read_die_ids.patch;patch=1 \
           file://fix-install.patch;patch=1 \
           file://musb-dma-iso-in.eml;patch=1 \
           file://musb-support-high-bandwidth.patch.eml;patch=1 \
           file://musb-mru-otgfix.diff;patch=1 \
	   file://01-fix-timing-print.diff;patch=1 \
           file://03-enable-overlay-opt.diff;patch=1 \
           file://05-fix-display-panning.diff;patch=1 \
           file://06-ensure-fclk.diff;patch=1 \
           file://07-set-burst-size.diff;patch=1 \
           file://mru-clocks1.diff;patch=1 \
           file://mru-clocks2.diff;patch=1 \
           file://mru-clocks3.diff;patch=1 \
           file://001-mru-enable-overlay.diff;patch=1 \
	   "

temporarely-disabled = " \
           file://000-mru-make-video-mode-selcatable.diff;patch=1 \
           file://002-mru-set-default-800x600.diff;patch=1 \
           file://003-mru-omapfb-more-video-modes.diff;patch=1 \
           file://004-mru-export-omapfb-register-panel.diff;patch=1 \
           file://005-mru-add-omapfb-unregister-panel.diff;patch=1 \
           file://006-mru-lcd-as-modules.diff;patch=1 \
           file://007-mru-omapfb-as-module.diff;patch=1 \
           file://008-mru-lcd-omap3beagle-license.diff;patch=1 \
           file://009-mru-unregister-beagle-lcd.diff;patch=1 \
           file://010-mru-fix-video-mode-param.diff;patch=1 \
           file://musb-dmafix.patch;patch=1 \
"

SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
                             "

SRC_URI_append_omap3evm = " \
"

S = "${WORKDIR}/git"


module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"