diff options
author | Nicolas Dechesne <n-dechesne@ti.com> | 2012-10-19 15:51:25 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-10-24 20:57:23 -0400 |
commit | 410dc026f2ee24a2346e7563a83f0181c79809cf (patch) | |
tree | f5134aaf3f995c5a6c598985e71ef55626e4c750 /recipes-graphics | |
parent | cce5a7aea905d2e2b167ab51b132ec43ed519a12 (diff) | |
download | meta-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.bb | 31 |
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 @@ | |||
1 | require recipes-graphics/xorg-driver/xorg-driver-video.inc | ||
2 | |||
3 | SUMMARY = "X.Org X server -- TI OMAP integrated graphics chipsets driver" | ||
4 | |||
5 | DESCRIPTION = "Open-source X.org graphics driver for TI OMAP graphics \ | ||
6 | Currently relies on a closed-source submodule for EXA acceleration on \ | ||
7 | the following chipsets: \ | ||
8 | + OMAP3430 \ | ||
9 | + OMAP3630 \ | ||
10 | + OMAP4430 \ | ||
11 | + OMAP4460 \ | ||
12 | + OMAP5430 \ | ||
13 | + OMAP5432 \ | ||
14 | \ | ||
15 | NOTE: this driver is work in progress.. you probably don't want to try \ | ||
16 | and use it yet. The API/ABI between driver and kernel, and driver and \ | ||
17 | acceleration submodules is not stable yet. This driver requires the \ | ||
18 | omapdrm kernel driver w/ GEM support. \ | ||
19 | " | ||
20 | |||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" | ||
22 | |||
23 | DEPENDS += "virtual/libx11 drm xf86driproto udev" | ||
24 | |||
25 | SRCREV = "653ccadb38c87be565df3fbf2ff24a0cbe5a5e98" | ||
26 | PR = "${INC_PR}.1" | ||
27 | PV = "0.4.2+gitr${SRCPV}" | ||
28 | |||
29 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git" | ||
30 | |||
31 | S = "${WORKDIR}/git" | ||