Files
poky/meta/packages/linux/linux-omap-zoomsync_2.6.32.bb
Graeme Gregory af1488eaba linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration tree
This is the latest code from dev.omapzoom.org and is also what OE is using
for zoom2 machine.

Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18 20:59:04 +00:00

27 lines
506 B
BlitzBasic

require linux.inc
DESCRIPTION = "Linux kernel for OMAPZoom2 machine"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "zoom2"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_zoom2 = "1"
SRCREV = "015cbaf1035cd9a61d33a27de2a22902555db3c5"
OEV = "oe1+gitr${SRCREV}"
PV = "2.6.32.7-${OEV}"
SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;protocol=git \
file://defconfig"
SRC_URI_append = " \
"
S = "${WORKDIR}/git"
PACKAGES =+ "omap-dss-doc"
FILES_omap-dss-doc = "/boot/DSS"