[meta-ti] [PATCHv3] libgles: Added prebuilt userspace libraries for graphics acceleration
Hingolikar, Mrinmayee
mrinmayee at ti.com
Tue Oct 22 22:24:17 PDT 2013
> -----Original Message-----
> From: Maupin, Chase
> Sent: Thursday, September 05, 2013 5:14 PM
> To: Hingolikar, Mrinmayee; meta-ti at yoctoproject.org
> Subject: RE: [meta-ti] [PATCHv3] libgles: Added prebuilt userspace
> libraries for graphics acceleration
>
>
> >-----Original Message-----
> >From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> >bounces at yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
> >Sent: Thursday, September 05, 2013 12:15 AM
> >To: meta-ti at yoctoproject.org
> >Subject: [meta-ti] [PATCHv3] 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
> >
> >v3:
> >*Replaced shasum by sha256sum
> >
> >Signed-off-by: Mrinmayee Hingolikar <mrinmayee at 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..15d5be0
> >--- /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"
>
> I still have a question about a manifest acting as a license file.
> Also is the LICENSE value of "TI" cleared through OSRB?
Sorry, my bad! The license should be "TI TSPA" not "TI".
About the Manifest file, it contains the license information and its header, so there shouldn't be an issue there.
It is the standard doc released to the customers by the graphics team.
If you are ok with it, can I send out a revised patch with correct license field?
>
> >+
> >+PR = "r0"
> >+
> >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
> >+SRC_URI[sha256sum] =
> >"20b849088c0fd3ee5dd6bad8ddf16fb2b3267aa053cf3488c762fbc72f22489a"
> >+
> >+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 at yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list