>-----Original Message----- >From: [email protected] [mailto:meta-ti- >[email protected]] On Behalf Of Hingolikar, Mrinmayee >Sent: Monday, July 01, 2013 7:32 AM >To: [email protected] >Subject: [meta-ti] [PATCH 2/2] 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. > >Signed-off-by: Mrinmayee Hingolikar <[email protected]> >Signed-off-by: Siddharth Heroor <[email protected]> >--- > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb | 24 >++++++++++++++++++++ > 1 files changed, 24 insertions(+), 0 deletions(-) > 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..d3a847d >--- /dev/null >+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb >@@ -0,0 +1,24 @@ >+DESCRIPTION = "Userspace libraries for sgx" >+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" >+LICENSE = "TI" >+DEPENDS = ""
Why do you want to blank out the default DEPENDS? >+ >+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" Is the manifest truly your license file as well? >+ >+PR = "r1" Why not start at r0? >+ >+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" Don't you need a sha256sum too? >+ >+S = "${WORKDIR}/${PN}-${PV}" >+ >+do_install () { >+ oe_runmake install DESTDIR=${D} >+} >+ >+PACKAGES =+ "${PN}-${PV}" Why do you want to make a version specific package? Why not just leave the default PN? You also don't define any files to be part of that package. >+ >+FILES_${PN} = "${bindir}/*" >+FILES_${PN} += " ${libdir}/*" >+FILES_${PN} += "${includedir}/*" Shouldn't many of these directories already be in the base FILES set? Why re-set them? >-- >1.7.0.4 > >_______________________________________________ >meta-ti mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/meta-ti _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
