summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-11-23 01:47:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-24 15:12:32 +0000
commit554bc89627492b6302706fb76710a7a45a71bc68 (patch)
treea3b22f73fd93d5f15def15d6d2371ddae5447e66 /meta
parentdf1a1dcb6d95a4aa558019530445373537c4efdd (diff)
downloadpoky-554bc89627492b6302706fb76710a7a45a71bc68.tar.gz
xf86-video-omap: add xf86driproto dependency, drop --enable-neon and improve DESCRIPTION
* xf86driproto was missing * --enable-neon isn't supported by omap driver * DESCRIPTION merged from meta-ti http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-graphics/xorg-driver/xf86-video-omap_git.bb?id=410dc026f2ee24a2346e7563a83f0181c79809cf * this driver also depends PACKAGECONFIG[glx] used in xserver-xorg, without it dri2.h sometimes isn't built (it is autodetected only when dri2proto is built before xserver-xorg) and without dri2.h it now passes do_configure but fails later in do_compile (From OE-Core rev: 19951d2583b4ed08bbc871128d90aefd062e7da9) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb24
1 files changed, 19 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
index 2371f963de..a9658591b3 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb
@@ -2,19 +2,34 @@ require xorg-driver-video.inc
2 2
3SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" 3SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver"
4 4
5DESCRIPTION = "omap driver supports the basic Texas Instruments OMAP \ 5SUMMARY = "X.Org X server -- TI OMAP integrated graphics chipsets driver"
6framebuffer." 6
7DESCRIPTION = "Open-source X.org graphics driver for TI OMAP graphics \
8Currently relies on a closed-source submodule for EXA acceleration on \
9the following chipsets: \
10 + OMAP3430 \
11 + OMAP3630 \
12 + OMAP4430 \
13 + OMAP4460 \
14 + OMAP5430 \
15 + OMAP5432 \
16\
17NOTE: this driver is work in progress.. you probably don't want to try \
18and use it yet. The API/ABI between driver and kernel, and driver and \
19acceleration submodules is not stable yet. This driver requires the \
20omapdrm kernel driver w/ GEM support. \
21"
7 22
8LICENSE = "GPLv2+" 23LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" 24LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
10DEPENDS += "virtual/libx11 libdrm" 25DEPENDS += "virtual/libx11 libdrm xf86driproto"
11 26
12RPROVIDES = "xf86-video-omapfb" 27RPROVIDES = "xf86-video-omapfb"
13RCONFLICTS = "xf86-video-omapfb" 28RCONFLICTS = "xf86-video-omapfb"
14RREPLACES = "xf86-video-omapfb" 29RREPLACES = "xf86-video-omapfb"
15 30
16SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" 31SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f"
17PR = "${INC_PR}.1" 32PR = "${INC_PR}.2"
18PV = "0.4.2+gitr${SRCPV}" 33PV = "0.4.2+gitr${SRCPV}"
19 34
20SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ 35SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \
@@ -23,7 +38,6 @@ SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=gi
23 38
24S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
25 40
26EXTRA_OECONF_armv7a = " --enable-neon "
27CFLAGS += " -I${STAGING_INCDIR}/xorg " 41CFLAGS += " -I${STAGING_INCDIR}/xorg "
28 42
29# Use overlay 2 on omap3 to enable other apps to use overlay 1 (e.g. dmai or omapfbplay) 43# Use overlay 2 on omap3 to enable other apps to use overlay 1 (e.g. dmai or omapfbplay)