Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / linux / linux-omapandroid_2.6.29.bb
1 require linux.inc
2
3 DESCRIPTION = "Linux kernel for OMAP processors"
4 KERNEL_IMAGETYPE = "uImage"
5
6 COMPATIBLE_MACHINE = "omapzoom2"
7
8 DEFAULT_PREFERENCE = "-1"
9 DEFAULT_PREFERENCE_omapzoom2 = "1"
10
11 SRCREV = "1e5ddc5d409f25652fe99064f22c0aa75bc9b7b3"
12
13 # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
14 PV = "2.6.29"
15 PR_append = "+gitr${SRCREV}"
16
17 SRC_URI = "git://android.git.kernel.org/kernel/omap;branch=android-omap-2.6.29;protocol=git \
18            file://defconfig"
19
20 SRC_URI_append = " \
21 "
22
23 S = "${WORKDIR}/git"
24