diff options
author | Nicolas Dechesne <n-dechesne@ti.com> | 2012-11-22 15:35:58 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-11-28 12:28:10 -0500 |
commit | 2b37d0ee5590e20a48758e3ee7bd8a947ba8a7bb (patch) | |
tree | e7f553a2c2ec0664e12ff57cc58295ef5bd9d0ae /recipes-graphics | |
parent | 8b6f2e0f967b54b6cf4138d105e392ef1c1dd76b (diff) | |
download | meta-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.bb | 31 |
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 @@ | |||
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" | ||