All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3] KMSCube: Add Demo 3D graphics application
@ 2013-08-16 11:00 Hingolikar, Mrinmayee
  2013-08-16 13:50 ` Maupin, Chase
  0 siblings, 1 reply; 8+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-16 11:00 UTC (permalink / raw)
  To: meta-arago@arago-project.org


* Showcases 3D graphics on SGX using kms and gbm

v2:

* Added DEPENDS for libdrm, libgbm and omap-sgx userspace
* INSANE_SKIP to avoid package dependencies

v3:

* Remove inc file as we have a version only .bb file. This
  fixes the review comment received with v1.

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

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..e18e398
--- /dev/null
+++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
@@ -0,0 +1,18 @@
+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"
+
+DEPENDS = "libdrm libgbm-glsdk omap5-sgx-ddk-um-linux"
+
+COMPATIBLE_MACHINE = "omap-a15"
+
+inherit autotools pkgconfig
+
+SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "5a03757c0aa52eff44fb0d8ac0529f8cc18b1da0"
+
+INSANE_SKIP_kmscube += "dev-deps"
--
1.7.0.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCHv3] KMSCube: Add Demo 3D graphics application
@ 2013-07-09 10:58 Mrinmayee Hingolikar
  2013-07-09 11:14 ` Mrinmayee Hingolikar
  0 siblings, 1 reply; 8+ messages in thread
From: Mrinmayee Hingolikar @ 2013-07-09 10:58 UTC (permalink / raw)
  To: meta-arago

* Showcases 3D graphics on SGX using kms and gbm

v2:

* Added DEPENDS for libdrm, libgbm and omap-sgx userspace
* INSANE_SKIP to avoid package dependencies

v3:

* Remove inc file as we have a version only .bb file. This
  fixes the review comment received with v1.

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

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..e18e398
--- /dev/null
+++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
@@ -0,0 +1,18 @@
+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"
+
+DEPENDS = "libdrm libgbm-glsdk omap5-sgx-ddk-um-linux"
+
+COMPATIBLE_MACHINE = "omap-a15"
+
+inherit autotools pkgconfig
+
+SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "5a03757c0aa52eff44fb0d8ac0529f8cc18b1da0"
+
+INSANE_SKIP_kmscube += "dev-deps"
-- 
1.7.0.4



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

end of thread, other threads:[~2013-08-17 15:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 11:00 [PATCHv3] KMSCube: Add Demo 3D graphics application Hingolikar, Mrinmayee
2013-08-16 13:50 ` Maupin, Chase
2013-08-17 15:38   ` Denys Dmytriyenko
2013-08-17 15:55     ` Hingolikar, Mrinmayee
  -- strict thread matches above, loose matches on Subject: below --
2013-07-09 10:58 Mrinmayee Hingolikar
2013-07-09 11:14 ` Mrinmayee Hingolikar
2013-07-12  4:52   ` Mrinmayee Hingolikar
2013-07-16 13:44     ` Maupin, Chase

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.