summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorNicolas Dechesne <n-dechesne@ti.com>2012-11-22 15:35:58 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-11-28 12:28:10 -0500
commit2b37d0ee5590e20a48758e3ee7bd8a947ba8a7bb (patch)
treee7f553a2c2ec0664e12ff57cc58295ef5bd9d0ae /recipes-graphics
parent8b6f2e0f967b54b6cf4138d105e392ef1c1dd76b (diff)
downloadmeta-ti-2b37d0ee5590e20a48758e3ee7bd8a947ba8a7bb.tar.gz
Revert "xf86-video-omap: add new recipe for OMAP4/5 X11 video driver"
This reverts commit 410dc026f2ee24a2346e7563a83f0181c79809cf. Because this recipe was integrated in oe-core (then poky master). 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, 0 insertions, 31 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-omap_git.bb b/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
deleted file mode 100644
index abe773a2..00000000
--- a/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
+++ /dev/null
@@ -1,31 +0,0 @@
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"