61a2e0c81722357e01e800a4963abfc40b47df9b
[openembedded.git] / recipes / linux / linux-omap-zoomsync_2.6.32.bb
1 require linux.inc
2
3 DESCRIPTION = "Linux kernel for OMAP processors"
4 KERNEL_IMAGETYPE = "uImage"
5
6 FILESPATHPKG_prepend = "${PN}-2.6.32:"
7
8 COMPATIBLE_MACHINE = "omapzoom2"
9
10 DEFAULT_PREFERENCE = "-1"
11 DEFAULT_PREFERENCE_omapzoom2 = "1"
12
13 SRCREV = "015cbaf1035cd9a61d33a27de2a22902555db3c5"
14 OEV = "oe4"
15 PE = "1"
16
17 # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
18 PV = "2.6.32.7-${OEV}"
19 PR_append = "+gitr${SRCREV}"
20
21 SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;protocol=git \
22            file://logo_linux_clut224.ppm \
23            file://defconfig"
24
25 SRC_URI_append = " \
26 "
27
28 S = "${WORKDIR}/git"
29
30 PACKAGES =+ "omap-dss-doc"
31 FILES_omap-dss-doc = "/boot/DSS"
32
33