diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb | 24 |
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 | ||
3 | SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" | 3 | SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" |
4 | 4 | ||
5 | DESCRIPTION = "omap driver supports the basic Texas Instruments OMAP \ | 5 | SUMMARY = "X.Org X server -- TI OMAP integrated graphics chipsets driver" |
6 | framebuffer." | 6 | |
7 | DESCRIPTION = "Open-source X.org graphics driver for TI OMAP graphics \ | ||
8 | Currently relies on a closed-source submodule for EXA acceleration on \ | ||
9 | the following chipsets: \ | ||
10 | + OMAP3430 \ | ||
11 | + OMAP3630 \ | ||
12 | + OMAP4430 \ | ||
13 | + OMAP4460 \ | ||
14 | + OMAP5430 \ | ||
15 | + OMAP5432 \ | ||
16 | \ | ||
17 | NOTE: this driver is work in progress.. you probably don't want to try \ | ||
18 | and use it yet. The API/ABI between driver and kernel, and driver and \ | ||
19 | acceleration submodules is not stable yet. This driver requires the \ | ||
20 | omapdrm kernel driver w/ GEM support. \ | ||
21 | " | ||
7 | 22 | ||
8 | LICENSE = "GPLv2+" | 23 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" |
10 | DEPENDS += "virtual/libx11 libdrm" | 25 | DEPENDS += "virtual/libx11 libdrm xf86driproto" |
11 | 26 | ||
12 | RPROVIDES = "xf86-video-omapfb" | 27 | RPROVIDES = "xf86-video-omapfb" |
13 | RCONFLICTS = "xf86-video-omapfb" | 28 | RCONFLICTS = "xf86-video-omapfb" |
14 | RREPLACES = "xf86-video-omapfb" | 29 | RREPLACES = "xf86-video-omapfb" |
15 | 30 | ||
16 | SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" | 31 | SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" |
17 | PR = "${INC_PR}.1" | 32 | PR = "${INC_PR}.2" |
18 | PV = "0.4.2+gitr${SRCPV}" | 33 | PV = "0.4.2+gitr${SRCPV}" |
19 | 34 | ||
20 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ | 35 | SRC_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 | ||
24 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
25 | 40 | ||
26 | EXTRA_OECONF_armv7a = " --enable-neon " | ||
27 | CFLAGS += " -I${STAGING_INCDIR}/xorg " | 41 | CFLAGS += " -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) |