sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux-omap-zoomsync_2.6.31.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 LOBRANCH?= "master"
12
13 SRCREV = "da065810e5705b8ec32a9329ed10d31671df075a"
14 OEV = "oe3"
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.30+2.6.31-rc7-${OEV}"
19 PR_append = "+gitr${SRCREV}"
20
21 SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=${LOBRANCH};protocol=http \
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