From: Mrinmayee Hingolikar <mrinmayee@ti.com>
To: <meta-arago@arago-project.org>
Subject: [PATCH] KMSCube: Add Demo 3D graphics application
Date: Mon, 1 Jul 2013 21:15:13 +0530 [thread overview]
Message-ID: <20130701154513.GA1540@ti.com> (raw)
* 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
next reply other threads:[~2013-07-01 15:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-01 15:45 Mrinmayee Hingolikar [this message]
2013-07-01 15:54 ` [PATCH] KMSCube: Add Demo 3D graphics application Maupin, Chase
2013-07-01 15:58 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130701154513.GA1540@ti.com \
--to=mrinmayee@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.