From ac4d555544a963d85ca41477f0193490ef2d8625 Mon Sep 17 00:00:00 2001 From: Siddharth Heroor Date: Sun, 30 Jun 2013 15:24:06 +0530 Subject: 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 Signed-off-by: Siddharth Heroor Signed-off-by: Denys Dmytriyenko --- recipes-graphics/drm/libdrm_2.4.41.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-graphics/drm/libdrm_2.4.41.bb 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 @@ +require recipes-graphics/drm/libdrm.inc + +COMPATIBLE_MACHINE = "omap-a15" + +DEFAULT_PREFERENCE = "-1" + +EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms" + +SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git" +SRCREV = "3cb5405084111193cedb8796d259b56560b088f0" + +PR = "${INC_PR}.0" + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf