All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libdrm: Add GLSDK specific staging tree for omap-a15
@ 2013-06-27 17:16 Siddharth Heroor
  2013-06-27 17:46 ` Maupin, Chase
  0 siblings, 1 reply; 8+ messages in thread
From: Siddharth Heroor @ 2013-06-27 17:16 UTC (permalink / raw)
  To: meta-ti

* 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.

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes-graphics/drm/libdrm_2.4.41.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 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 0000000..31f7cee
--- /dev/null
+++ b/recipes-graphics/drm/libdrm_2.4.41.bb
@@ -0,0 +1,15 @@
+require recipes-graphics/drm/libdrm.inc
+
+COMPATIBLE_MACHINE = "omap-a15"
+
+DEFAULT_PREFERENCE = "-1"
+
+EXTRA_OECONF += "--enable-omap-experimental-api"
+
+SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
+SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
+
+# Append to the PR so that a new SRCREV will cause a rebuild
+PR_append = "a+gitr${SRCPV}"
+
+S = "${WORKDIR}/git"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-07-01  4:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 17:16 [PATCH] libdrm: Add GLSDK specific staging tree for omap-a15 Siddharth Heroor
2013-06-27 17:46 ` Maupin, Chase
2013-06-27 19:17   ` Denys Dmytriyenko
2013-06-28  9:16     ` Siddharth Heroor
2013-06-28  9:48       ` Siddharth Heroor
2013-06-28 11:25       ` Maupin, Chase
2013-06-28 13:38         ` Siddharth Heroor
2013-07-01  4:51         ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.