From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6007AE01528 for ; Tue, 23 Jul 2013 10:08:08 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r6NH88OT031754 for ; Tue, 23 Jul 2013 12:08:08 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r6NH88aS032080 for ; Tue, 23 Jul 2013 12:08:08 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Tue, 23 Jul 2013 12:08:08 -0500 Received: from localhost (gtudedge.gt.design.ti.com [158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r6NH87cc025658; Tue, 23 Jul 2013 12:08:07 -0500 Date: Tue, 23 Jul 2013 13:08:06 -0400 From: Denys Dmytriyenko To: "Balagopalakrishnan, Anand" Message-ID: <20130723170805.GN31158@edge> References: <20130701123155.GA16127@ti.com> <51D184C8.5070500@ti.com> <05CF4794C98B244ABDC620C1090376223EA6DE38@DBDE04.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <05CF4794C98B244ABDC620C1090376223EA6DE38@DBDE04.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@yoctoproject.org" Subject: Re: [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 17:08:09 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Well, that's fine. What I'm saying is that this recipe goes into recipes-graphics/libgles/ directory, where we already have libgles-omap3 recipe. Even the download URL contains "gfxsdk" substring in there... A little bit of unification in the recipe name would be appreciated. Thanks. -- Denys On Mon, Jul 01, 2013 at 09:43:21AM -0400, Balagopalakrishnan, Anand wrote: > Denys, > > There is no Graphics SDK for OMAP5 as of today. For the current release, > only the DDK UM binaries will be provided as a tarball. > > Regards, > Anand > > -----Original Message----- > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Heroor, Siddharth > Sent: Monday, July 01, 2013 7:02 PM > To: Dmytriyenko, Denys > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration > > On 7/1/2013 6:57 PM, Dmytriyenko, Denys wrote: > > Any chance to unify on a recipe name? > > Not sure I follow, but do you mean between the OMAP3 Graphics SDK and the OMAP5 libgles DDK? > > > > > > > Denys > > > > > > -----Original Message----- > > *From:* Hingolikar, Mrinmayee [mrinmayee@ti.com] > > *Received:* Monday, 01 Jul 2013, 8:32 > > *To:* meta-ti@yoctoproject.org [meta-ti@yoctoproject.org] > > *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 > > Signed-off-by: Siddharth Heroor > > --- > > .../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 = "" > > + > > +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 = "r1" > > + > > +SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367" > > + > > +S = "${WORKDIR}/${PN}-${PV}" > > + > > +do_install () { > > + oe_runmake install DESTDIR=${D} > > +} > > + > > +PACKAGES =+ "${PN}-${PV}" > > + > > +FILES_${PN} = "${bindir}/*" > > +FILES_${PN} += " ${libdir}/*" > > +FILES_${PN} += "${includedir}/*" > > -- > > 1.7.0.4 > > > > _______________________________________________ > > 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