summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorNicolas Dechesne <n-dechesne@ti.com>2012-10-19 15:51:25 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-10-24 20:57:23 -0400
commit410dc026f2ee24a2346e7563a83f0181c79809cf (patch)
treef5134aaf3f995c5a6c598985e71ef55626e4c750 /recipes-graphics
parentcce5a7aea905d2e2b167ab51b132ec43ed519a12 (diff)
downloadmeta-ti-410dc026f2ee24a2346e7563a83f0181c79809cf.tar.gz
xf86-video-omap: add new recipe for OMAP4/5 X11 video driver
Since this component is still actively being developed, let's use a _git.bb recipe. We can introduce 'x.y' version later. Even though xf-video-omap can be combined with private/restricted EXA sub-driver for SGX/PVR, it can also work without it. In which case EXA aren't using SGX, but all standard driver features still work, and it is a replacement for xf-video-fbdev. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Hervé Fache <h-fache@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-omap_git.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-omap_git.bb b/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
new file mode 100644
index 00000000..abe773a2
--- /dev/null
+++ b/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
@@ -0,0 +1,31 @@
1require recipes-graphics/xorg-driver/xorg-driver-video.inc
2
3SUMMARY = "X.Org X server -- TI OMAP integrated graphics chipsets driver"
4
5DESCRIPTION = "Open-source X.org graphics driver for TI OMAP graphics \
6Currently relies on a closed-source submodule for EXA acceleration on \
7the following chipsets: \
8 + OMAP3430 \
9 + OMAP3630 \
10 + OMAP4430 \
11 + OMAP4460 \
12 + OMAP5430 \
13 + OMAP5432 \
14\
15NOTE: this driver is work in progress.. you probably don't want to try \
16and use it yet. The API/ABI between driver and kernel, and driver and \
17acceleration submodules is not stable yet. This driver requires the \
18omapdrm kernel driver w/ GEM support. \
19"
20
21LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
22
23DEPENDS += "virtual/libx11 drm xf86driproto udev"
24
25SRCREV = "653ccadb38c87be565df3fbf2ff24a0cbe5a5e98"
26PR = "${INC_PR}.1"
27PV = "0.4.2+gitr${SRCPV}"
28
29SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git"
30
31S = "${WORKDIR}/git"