mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
045b982378
commit
c25d4ba28c
2287
meta/packages/linux/linux-omap-zoomsync/zoom2/defconfig
Normal file
2287
meta/packages/linux/linux-omap-zoomsync/zoom2/defconfig
Normal file
File diff suppressed because it is too large
Load Diff
26
meta/packages/linux/linux-omap-zoomsync_2.6.32.bb
Normal file
26
meta/packages/linux/linux-omap-zoomsync_2.6.32.bb
Normal file
|
@ -0,0 +1,26 @@
|
|||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user