[meta-ti] [PATCH] gbm: Add TI staging tree

Hingolikar, Mrinmayee mrinmayee at ti.com
Fri Jun 28 04:07:51 PDT 2013


Signed-off-by: Mrinmayee Hingolikar <mrinmayee at ti.com>
---
 recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
 recipes-graphics/gbm/libgbm_git.bb |    7 +++++++
 2 files changed, 22 insertions(+), 0 deletions(-)  create mode 100644 recipes-graphics/gbm/libgbm.inc  create mode 100644 recipes-graphics/gbm/libgbm_git.bb

diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-graphics/gbm/libgbm.inc new file mode 100644 index 0000000..07591e6
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm.inc
@@ -0,0 +1,15 @@
+SUMMARY = "Userspace interface for the kernel GBM services."
+DESCRIPTION = "This is the gbm frontend used by (for example) weston \ 
+compositor to load the GLES stack, and retrieve the backing buffer \ 
+objects behind an eglImage (created with EGL_WAYLAND_BUFFER_WL), etc.\ 
+The frontend is really just a backend loader and shim. \ The backend 
+library must be provided by the GLES implementation."
+HOMEPAGE = "http://git.ti.com"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
+PROVIDES = "gbm"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-dev"
+FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-graphics/gbm/libgbm_git.bb
new file mode 100644
index 0000000..d1fa38d
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm_git.bb
@@ -0,0 +1,7 @@
+require libgbm.inc
+
+SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "cb86a2f2cecd41023bf1bf12fbcf11be11220f31"
--
1.7.0.4




More information about the meta-ti mailing list