aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap_2.6.38.bb
blob: f1dfbfdbf9e80202fc270c9ab4a68dbaf2a54285 (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
require multi-kernel.inc

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

COMPATIBLE_MACHINE = "(omapzoom2|omapzoom36x)"

# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
PV = "2.6.37+2.6.38-rc4"
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
SRCREV = "903851effc18c216d48492ead5f0a936b4ff6059"

FILESPATHPKG_prepend = "linux-omap-2.6.38:"

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

PARALLEL_MAKE = ""

SRC_URI_append_omapzoom2 = " file://logo_linux_clut224.ppm \
"
SRC_URI_append_omapzoom36x = " file://logo_linux_clut224.ppm \
"

S = "${WORKDIR}/git"