All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KMSCube: Add Demo 3D graphics application
@ 2013-07-01 15:45 Mrinmayee Hingolikar
  2013-07-01 15:54 ` Maupin, Chase
  2013-07-01 15:58 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Mrinmayee Hingolikar @ 2013-07-01 15:45 UTC (permalink / raw)
  To: meta-arago

* Showcases 3D graphics on SGX using kms and gbm

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 .../recipes-graphics/kmscube/kmscube.inc           |    8 ++++++++
 .../recipes-graphics/kmscube/kmscube_1.0.0.bb      |    7 +++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-extras/recipes-graphics/kmscube/kmscube.inc
 create mode 100644 meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb

diff --git a/meta-arago-extras/recipes-graphics/kmscube/kmscube.inc b/meta-arago-extras/recipes-graphics/kmscube/kmscube.inc
new file mode 100644
index 0000000..10a5b16
--- /dev/null
+++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube.inc
@@ -0,0 +1,8 @@
+SUMMARY = "Demo application to showcase 3D graphics on SGX using kms and gbm"
+HOMEPAGE = "http://git.ti.com"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
+
+COMPATIBLE_MACHINE = "omap-a15"
+
+inherit autotools pkgconfig
diff --git a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
new file mode 100644
index 0000000..af1c50b
--- /dev/null
+++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
@@ -0,0 +1,7 @@
+require kmscube.inc
+
+SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "5a03757c0aa52eff44fb0d8ac0529f8cc18b1da0"
-- 
1.7.0.4



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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 15:45 [PATCH] KMSCube: Add Demo 3D graphics application Mrinmayee Hingolikar
2013-07-01 15:54 ` Maupin, Chase
2013-07-01 15:58 ` 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.