* [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
* Re: [PATCH] KMSCube: Add Demo 3D graphics application
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
1 sibling, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2013-07-01 15:54 UTC (permalink / raw)
To: Hingolikar, Mrinmayee, meta-arago@arago-project.org
Acked-by: Chase Maupin <chase.maupin@ti.com>
>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Monday, July 01, 2013 10:45 AM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCH] KMSCube: Add Demo 3D graphics
>application
>
>* 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=8b309d4ee67b7315ff738
>1270dd631fb"
>+
>+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
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] KMSCube: Add Demo 3D graphics application
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
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-07-01 15:58 UTC (permalink / raw)
To: Mrinmayee Hingolikar; +Cc: meta-arago
On Mon, Jul 01, 2013 at 09:15:13PM +0530, Mrinmayee Hingolikar wrote:
> * 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 +++++++
Same comment here - it's a single recipe, no need to split out .inc here.
Unless, there are plans to have multiple recipe versions, in which case having
common .inc makes sense. But are there such plans?
> 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"
Just omap5-evm? Would omap-a15 SOC be better? Is it compatible with J6?
> +
> +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
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [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.