* [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
* Re: [PATCHv3] KMSCube: Add Demo 3D graphics application
2013-07-09 10:58 Mrinmayee Hingolikar
@ 2013-07-09 11:14 ` Mrinmayee Hingolikar
2013-07-12 4:52 ` Mrinmayee Hingolikar
0 siblings, 1 reply; 8+ messages in thread
From: Mrinmayee Hingolikar @ 2013-07-09 11:14 UTC (permalink / raw)
To: Mrinmayee Hingolikar; +Cc: meta-arago
Kindly ignore the v2 patch. I had missed a few comments.
On 7/9/2013 4:28 PM, Mrinmayee Hingolikar wrote:
> * 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"
--
Regards,
Mrinmayee
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCHv3] KMSCube: Add Demo 3D graphics application
2013-07-09 11:14 ` Mrinmayee Hingolikar
@ 2013-07-12 4:52 ` Mrinmayee Hingolikar
2013-07-16 13:44 ` Maupin, Chase
0 siblings, 1 reply; 8+ messages in thread
From: Mrinmayee Hingolikar @ 2013-07-12 4:52 UTC (permalink / raw)
To: Mrinmayee Hingolikar; +Cc: meta-arago
Any comments on this patch?
On 7/9/2013 4:44 PM, Mrinmayee Hingolikar wrote:
> Kindly ignore the v2 patch. I had missed a few comments.
>
> On 7/9/2013 4:28 PM, Mrinmayee Hingolikar wrote:
>> * 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"
>
--
Regards,
Mrinmayee
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCHv3] KMSCube: Add Demo 3D graphics application
2013-07-12 4:52 ` Mrinmayee Hingolikar
@ 2013-07-16 13:44 ` Maupin, Chase
0 siblings, 0 replies; 8+ messages in thread
From: Maupin, Chase @ 2013-07-16 13:44 UTC (permalink / raw)
To: Hingolikar, Mrinmayee; +Cc: meta-arago@arago-project.org
>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Thursday, July 11, 2013 11:53 PM
>To: Hingolikar, Mrinmayee
>Cc: meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCHv3] KMSCube: Add Demo 3D graphics
>application
>
>Any comments on this patch?
This patch seems OK, but has dependencies on other patches that have un-addressed comments.
>
>On 7/9/2013 4:44 PM, Mrinmayee Hingolikar wrote:
>> Kindly ignore the v2 patch. I had missed a few comments.
>>
>> On 7/9/2013 4:28 PM, Mrinmayee Hingolikar wrote:
>>> * 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=8b309d4ee67b7315ff738
>1270dd631fb"
>>> +
>>> +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"
>>
>
>
>--
>Regards,
>Mrinmayee
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 8+ messages in thread
* [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
* Re: [PATCHv3] KMSCube: Add Demo 3D graphics application
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
0 siblings, 1 reply; 8+ messages in thread
From: Maupin, Chase @ 2013-08-16 13:50 UTC (permalink / raw)
To: Hingolikar, Mrinmayee, meta-arago@arago-project.org
>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Friday, August 16, 2013 6:00 AM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [PATCHv3] KMSCube: Add Demo 3D graphics
>application
>
>
>* 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=8b309d4ee67b7315ff738
>1270dd631fb"
>+
>+DEPENDS = "libdrm libgbm-glsdk omap5-sgx-ddk-um-linux"
Have these dependencies such as omap5-sgx and libgbm-glsdk been submitted and accepted?
>+
>+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
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCHv3] KMSCube: Add Demo 3D graphics application
2013-08-16 13:50 ` Maupin, Chase
@ 2013-08-17 15:38 ` Denys Dmytriyenko
2013-08-17 15:55 ` Hingolikar, Mrinmayee
0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2013-08-17 15:38 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-arago@arago-project.org
On Fri, Aug 16, 2013 at 01:50:23PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Hingolikar, Mrinmayee
> >Sent: Friday, August 16, 2013 6:00 AM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCHv3] KMSCube: Add Demo 3D graphics
> >application
> >
> >
> >* 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=8b309d4ee67b7315ff738
> >1270dd631fb"
> >+
> >+DEPENDS = "libdrm libgbm-glsdk omap5-sgx-ddk-um-linux"
>
> Have these dependencies such as omap5-sgx and libgbm-glsdk been submitted
> and accepted?
There were some unaddressed comments if I remember correctly...
>
> >+
> >+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
> >
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCHv3] KMSCube: Add Demo 3D graphics application
2013-08-17 15:38 ` Denys Dmytriyenko
@ 2013-08-17 15:55 ` Hingolikar, Mrinmayee
0 siblings, 0 replies; 8+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-17 15:55 UTC (permalink / raw)
To: Dmytriyenko, Denys, Maupin, Chase; +Cc: meta-arago@arago-project.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Saturday, August 17, 2013 9:09 PM
> To: Maupin, Chase
> Cc: Hingolikar, Mrinmayee; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCHv3] KMSCube: Add Demo 3D graphics
> application
>
> On Fri, Aug 16, 2013 at 01:50:23PM +0000, Maupin, Chase wrote:
> > >-----Original Message-----
> > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > >bounces@arago-project.org] On Behalf Of Hingolikar, Mrinmayee
> > >Sent: Friday, August 16, 2013 6:00 AM
> > >To: meta-arago@arago-project.org
> > >Subject: [meta-arago] [PATCHv3] KMSCube: Add Demo 3D graphics
> > >application
> > >
> > >
> > >* 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=8b309d4ee67b7315ff738
> > >1270dd631fb"
> > >+
> > >+DEPENDS = "libdrm libgbm-glsdk omap5-sgx-ddk-um-linux"
> >
> > Have these dependencies such as omap5-sgx and libgbm-glsdk been
> > submitted and accepted?
>
> There were some unaddressed comments if I remember correctly...
>
Yes there are unaddressed comments on omap5-sgx. I would post the updated patch for the same soon.
> >
> > >+
> > >+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
> > >
> > >_______________________________________________
> > >meta-arago mailing list
> > >meta-arago@arago-project.org
> > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [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.