summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Heroor <heroor@ti.com>2013-06-30 15:24:06 +0530
committerDenys Dmytriyenko <denys@ti.com>2013-07-01 00:54:25 -0400
commitac4d555544a963d85ca41477f0193490ef2d8625 (patch)
tree1a4a2fe5f255199e1cb458e541bc837d51eb950f
parentef124402251d9d9eadb177784c6c0c1371adbc16 (diff)
downloadmeta-ti-ac4d555544a963d85ca41477f0193490ef2d8625.tar.gz
libdrm: Add GLSDK specific staging tree for omap-a15
* Override SRC_URI to use TI's tree at https://git.ti.com/glsdk/libdrm This tree includes patches on top of the upstream libdrm for omap5 and dra7xx class of devices. v2 : * Change PR to "${INC_PR}.0" instead of using the SRCREV as per comments received in v1. * Add missing configure options to get Kernel Mode Setting (KMS) as well. This was missing in the original patch. Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/drm/libdrm_2.4.41.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
new file mode 100644
index 00000000..1d89401d
--- /dev/null
+++ b/recipes-graphics/drm/libdrm_2.4.41.bb
@@ -0,0 +1,14 @@
1require recipes-graphics/drm/libdrm.inc
2
3COMPATIBLE_MACHINE = "omap-a15"
4
5DEFAULT_PREFERENCE = "-1"
6
7EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms"
8
9SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
10SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
11
12PR = "${INC_PR}.0"
13
14S = "${WORKDIR}/git"