aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omapzoom_git.bb
blob: ad5d99649537b2034774f289ff32e1aae4d3b4a0 (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
require linux.inc

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

COMPATIBLE_MACHINE = "omapzoom"

SRCREV = "26d16dad66b1d3955d8958938f9de5f2e0fce7fb"

#PV = "2.6.27+2.6.28-rc8+${PR}+gitr${SRCPV}"
PE = "1"
PV = "2.6.27.10-${PR}+gitr${SRCPV}"
PR = "r0"

SRC_URI = "git://git.omapzoom.org/repo/omapkernel.git;protocol=git \
	   file://defconfig"

SRC_URI_append = " \
"

S = "${WORKDIR}/git"