diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb | 31 |
1 files changed, 31 insertions, 0 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 new file mode 100644 index 0000000000..b3177ebb4d --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_git.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | require xorg-driver-video.inc | ||
| 2 | |||
| 3 | SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" | ||
| 4 | |||
| 5 | DESCRIPTION = "omap driver supports the basic Texas Instruments OMAP \ | ||
| 6 | framebuffer." | ||
| 7 | |||
| 8 | LICENSE = "GPLv2+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" | ||
| 10 | DEPENDS += "virtual/libx11 libdrm" | ||
| 11 | |||
| 12 | RPROVIDES = "xf86-video-omapfb" | ||
| 13 | RCONFLICTS = "xf86-video-omapfb" | ||
| 14 | RREPLACES = "xf86-video-omapfb" | ||
| 15 | |||
| 16 | SRCREV = "ae0394e687f1a77e966cf72f895da91840dffb8f" | ||
| 17 | PR = "${INC_PR}.0" | ||
| 18 | PV = "0.4.2+gitr${SRCPV}" | ||
| 19 | |||
| 20 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap;protocol=git \ | ||
| 21 | " | ||
| 22 | |||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | |||
| 25 | EXTRA_OECONF_armv7a = " --enable-neon " | ||
| 26 | CFLAGS += " -I${STAGING_INCDIR}/xorg " | ||
| 27 | |||
| 28 | # Use overlay 2 on omap3 to enable other apps to use overlay 1 (e.g. dmai or omapfbplay) | ||
| 29 | do_compile_prepend_armv7a () { | ||
| 30 | sed -i -e s:fb1:fb2:g ${S}/src/omap_xv.c | ||
| 31 | } | ||
