* [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration
@ 2013-08-19 4:55 Hingolikar, Mrinmayee
2013-08-19 15:09 ` Maupin, Chase
0 siblings, 1 reply; 5+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-19 4:55 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
Subject: [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration
* These libraries are not distributable in source and hence
are available only as binary. They implement OpenGLES 1.x and
OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
class of devices.
v2:
Addressed Chases's comments:
* Updated the PR
* Added shasum for the tarball
* Removed redundant FILES section.
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
.../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
new file mode 100644
index 0000000..052f343
--- /dev/null
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Userspace libraries for sgx"
+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
+LICENSE = "TI"
+
+SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http"
+
+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
+SRC_URI[shasum] = "773299242fc72a5837b7e17053123ad55d69723b"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+do_install () {
+ oe_runmake install DESTDIR=${D}
+}
+
+FILES_${PN} += " ${libdir}/gbm/"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration
2013-08-19 4:55 [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration Hingolikar, Mrinmayee
@ 2013-08-19 15:09 ` Maupin, Chase
2013-08-19 15:45 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Maupin, Chase @ 2013-08-19 15:09 UTC (permalink / raw)
To: Hingolikar, Mrinmayee, meta-ti@yoctoproject.org
>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Sunday, August 18, 2013 11:55 PM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCHv2] libgles: Added prebuilt userspace
>libraries for graphics acceleration
>
>
>Subject: [PATCHv2] libgles: Added prebuilt userspace libraries for
>graphics acceleration
>
>* These libraries are not distributable in source and hence
> are available only as binary. They implement OpenGLES 1.x and
> OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
> class of devices.
>
>v2:
>
>Addressed Chases's comments:
>* Updated the PR
>* Added shasum for the tarball
>* Removed redundant FILES section.
>
>Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>Signed-off-by: Siddharth Heroor <heroor@ti.com>
>---
> .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 20
>++++++++++++++++++++
> 1 file changed, 20 insertions(+)
> create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-
>linux_1.9.0.10.bb
>
>diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
>linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-
>linux_1.9.0.10.bb
>new file mode 100644
>index 0000000..052f343
>--- /dev/null
>+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
>@@ -0,0 +1,20 @@
>+DESCRIPTION = "Userspace libraries for sgx"
>+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
>+LICENSE = "TI"
>+
>+SRC_URI =
>"http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/
>gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-
>${PV}.tar.gz;protocol=http"
>+
>+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
>Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
>+
>+PR = "r0"
>+
>+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
>+SRC_URI[shasum] = "773299242fc72a5837b7e17053123ad55d69723b"
This should be a sha256sum. So your checksum is too small and you need to specify SRC_URI[sh256sum]
>+
>+S = "${WORKDIR}/${PN}-${PV}"
>+
>+do_install () {
>+ oe_runmake install DESTDIR=${D}
>+}
>+
>+FILES_${PN} += " ${libdir}/gbm/"
>--
>1.7.9.5
>
>_______________________________________________
>meta-ti mailing list
>meta-ti@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration
2013-08-19 15:09 ` Maupin, Chase
@ 2013-08-19 15:45 ` Denys Dmytriyenko
2013-09-03 17:46 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-08-19 15:45 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org
On Mon, Aug 19, 2013 at 03:09:55PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> >bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
> >Sent: Sunday, August 18, 2013 11:55 PM
> >To: meta-ti@yoctoproject.org
> >Subject: [meta-ti] [PATCHv2] libgles: Added prebuilt userspace
> >libraries for graphics acceleration
> >
> >
> >Subject: [PATCHv2] libgles: Added prebuilt userspace libraries for
> >graphics acceleration
> >
> >* These libraries are not distributable in source and hence
> > are available only as binary. They implement OpenGLES 1.x and
> > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
> > class of devices.
> >
> >v2:
> >
> >Addressed Chases's comments:
> >* Updated the PR
> >* Added shasum for the tarball
> >* Removed redundant FILES section.
> >
> >Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> >Signed-off-by: Siddharth Heroor <heroor@ti.com>
> >---
> > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 20
> >++++++++++++++++++++
> > 1 file changed, 20 insertions(+)
> > create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-
> >linux_1.9.0.10.bb
> >
> >diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> >linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> >linux_1.9.0.10.bb
> >new file mode 100644
> >index 0000000..052f343
> >--- /dev/null
> >+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
> >@@ -0,0 +1,20 @@
> >+DESCRIPTION = "Userspace libraries for sgx"
> >+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
> >+LICENSE = "TI"
> >+
> >+SRC_URI =
> >"http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/
> >gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-
> >${PV}.tar.gz;protocol=http"
> >+
> >+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> >Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
> >+
> >+PR = "r0"
> >+
> >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
> >+SRC_URI[shasum] = "773299242fc72a5837b7e17053123ad55d69723b"
>
> This should be a sha256sum. So your checksum is too small and you need to specify SRC_URI[sh256sum]
You can also just run a recipe once through bitbake and it will tell you there
are no checksums and provide a handy cut and paste lines to populate them.
> >+
> >+S = "${WORKDIR}/${PN}-${PV}"
> >+
> >+do_install () {
> >+ oe_runmake install DESTDIR=${D}
> >+}
> >+
> >+FILES_${PN} += " ${libdir}/gbm/"
> >--
> >1.7.9.5
> >
> >_______________________________________________
> >meta-ti mailing list
> >meta-ti@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration
2013-08-19 15:45 ` Denys Dmytriyenko
@ 2013-09-03 17:46 ` Denys Dmytriyenko
2013-09-05 5:14 ` Hingolikar, Mrinmayee
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-09-03 17:46 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
Mrinmayee,
Ping on this one too.
On Mon, Aug 19, 2013 at 11:45:24AM -0400, Denys Dmytriyenko wrote:
> On Mon, Aug 19, 2013 at 03:09:55PM +0000, Maupin, Chase wrote:
> > >-----Original Message-----
> > >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > >bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
> > >Sent: Sunday, August 18, 2013 11:55 PM
> > >To: meta-ti@yoctoproject.org
> > >Subject: [meta-ti] [PATCHv2] libgles: Added prebuilt userspace
> > >libraries for graphics acceleration
> > >
> > >
> > >Subject: [PATCHv2] libgles: Added prebuilt userspace libraries for
> > >graphics acceleration
> > >
> > >* These libraries are not distributable in source and hence
> > > are available only as binary. They implement OpenGLES 1.x and
> > > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
> > > class of devices.
> > >
> > >v2:
> > >
> > >Addressed Chases's comments:
> > >* Updated the PR
> > >* Added shasum for the tarball
> > >* Removed redundant FILES section.
> > >
> > >Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > >Signed-off-by: Siddharth Heroor <heroor@ti.com>
> > >---
> > > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 20
> > >++++++++++++++++++++
> > > 1 file changed, 20 insertions(+)
> > > create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-
> > >linux_1.9.0.10.bb
> > >
> > >diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> > >linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> > >linux_1.9.0.10.bb
> > >new file mode 100644
> > >index 0000000..052f343
> > >--- /dev/null
> > >+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
> > >@@ -0,0 +1,20 @@
> > >+DESCRIPTION = "Userspace libraries for sgx"
> > >+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
> > >+LICENSE = "TI"
> > >+
> > >+SRC_URI =
> > >"http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/
> > >gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-
> > >${PV}.tar.gz;protocol=http"
> > >+
> > >+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> > >Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
> > >+
> > >+PR = "r0"
> > >+
> > >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
> > >+SRC_URI[shasum] = "773299242fc72a5837b7e17053123ad55d69723b"
> >
> > This should be a sha256sum. So your checksum is too small and you need to specify SRC_URI[sh256sum]
>
> You can also just run a recipe once through bitbake and it will tell you there
> are no checksums and provide a handy cut and paste lines to populate them.
>
>
> > >+
> > >+S = "${WORKDIR}/${PN}-${PV}"
> > >+
> > >+do_install () {
> > >+ oe_runmake install DESTDIR=${D}
> > >+}
> > >+
> > >+FILES_${PN} += " ${libdir}/gbm/"
> > >--
> > >1.7.9.5
> > >
> > >_______________________________________________
> > >meta-ti mailing list
> > >meta-ti@yoctoproject.org
> > >https://lists.yoctoproject.org/listinfo/meta-ti
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration
2013-09-03 17:46 ` Denys Dmytriyenko
@ 2013-09-05 5:14 ` Hingolikar, Mrinmayee
0 siblings, 0 replies; 5+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-09-05 5:14 UTC (permalink / raw)
To: Dmytriyenko, Denys, meta-ti@yoctoproject.org
Hi,
I had sent a v3 patch for this earlier. Resending it if missed.
Regards,
Mrinmayee
> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, September 03, 2013 11:17 PM
> To: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCHv2] libgles: Added prebuilt userspace
> libraries for graphics acceleration
>
> Mrinmayee,
>
> Ping on this one too.
>
>
> On Mon, Aug 19, 2013 at 11:45:24AM -0400, Denys Dmytriyenko wrote:
> > On Mon, Aug 19, 2013 at 03:09:55PM +0000, Maupin, Chase wrote:
> > > >-----Original Message-----
> > > >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > > >bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
> > > >Sent: Sunday, August 18, 2013 11:55 PM
> > > >To: meta-ti@yoctoproject.org
> > > >Subject: [meta-ti] [PATCHv2] libgles: Added prebuilt userspace
> > > >libraries for graphics acceleration
> > > >
> > > >
> > > >Subject: [PATCHv2] libgles: Added prebuilt userspace libraries for
> > > >graphics acceleration
> > > >
> > > >* These libraries are not distributable in source and hence
> > > > are available only as binary. They implement OpenGLES 1.x and
> > > > OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
> > > > class of devices.
> > > >
> > > >v2:
> > > >
> > > >Addressed Chases's comments:
> > > >* Updated the PR
> > > >* Added shasum for the tarball
> > > >* Removed redundant FILES section.
> > > >
> > > >Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > > >Signed-off-by: Siddharth Heroor <heroor@ti.com>
> > > >---
> > > > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 20
> > > >++++++++++++++++++++
> > > > 1 file changed, 20 insertions(+)
> > > > create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-
> > > >linux_1.9.0.10.bb
> > > >
> > > >diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> > > >linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> > > >linux_1.9.0.10.bb
> > > >new file mode 100644
> > > >index 0000000..052f343
> > > >--- /dev/null
> > > >+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
> > > >@@ -0,0 +1,20 @@
> > > >+DESCRIPTION = "Userspace libraries for sgx"
> > > >+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
> > > >+LICENSE = "TI"
> > > >+
> > > >+SRC_URI =
> > > >"http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/
> > > >gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-
> > > >${PV}.tar.gz;protocol=http"
> > > >+
> > > >+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-
> > > >Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
> > > >+
> > > >+PR = "r0"
> > > >+
> > > >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
> > > >+SRC_URI[shasum] = "773299242fc72a5837b7e17053123ad55d69723b"
> > >
> > > This should be a sha256sum. So your checksum is too small and you
> > > need to specify SRC_URI[sh256sum]
> >
> > You can also just run a recipe once through bitbake and it will tell
> > you there are no checksums and provide a handy cut and paste lines to
> populate them.
> >
> >
> > > >+
> > > >+S = "${WORKDIR}/${PN}-${PV}"
> > > >+
> > > >+do_install () {
> > > >+ oe_runmake install DESTDIR=${D} }
> > > >+
> > > >+FILES_${PN} += " ${libdir}/gbm/"
> > > >--
> > > >1.7.9.5
> > > >
> > > >_______________________________________________
> > > >meta-ti mailing list
> > > >meta-ti@yoctoproject.org
> > > >https://lists.yoctoproject.org/listinfo/meta-ti
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-05 5:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 4:55 [PATCHv2] libgles: Added prebuilt userspace libraries for graphics acceleration Hingolikar, Mrinmayee
2013-08-19 15:09 ` Maupin, Chase
2013-08-19 15:45 ` Denys Dmytriyenko
2013-09-03 17:46 ` Denys Dmytriyenko
2013-09-05 5:14 ` Hingolikar, Mrinmayee
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.