blob: 40444250dca744d44bc8ac2541dfc9a1d4ccb418 (
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 = "omapzoom2"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_omapzoom2 = "1"
SRCREV = "1e5ddc5d409f25652fe99064f22c0aa75bc9b7b3"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
PV = "2.6.29"
PR_append = "+gitr${SRCREV}"
SRC_URI = "git://android.git.kernel.org/kernel/omap;branch=android-omap-2.6.29;protocol=git \
file://defconfig"
SRC_URI_append = " \
"
S = "${WORKDIR}/git"
|