From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 44B1CE00B88; Wed, 21 May 2014 12:48:27 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=RCVD_IN_DNSWL_HI,RDNS_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.40 listed in list.dnswl.org] * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from arroyo.ext.ti.com (unknown [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A23C8E0077C for ; Wed, 21 May 2014 12:48:21 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s4LJmLGU026275 for ; Wed, 21 May 2014 14:48:21 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s4LJmLOv016330 for ; Wed, 21 May 2014 14:48:21 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.174.1; Wed, 21 May 2014 14:48:21 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s4LJmLxm024052; Wed, 21 May 2014 14:48:21 -0500 Date: Wed, 21 May 2014 15:48:20 -0400 From: Denys Dmytriyenko To: Chase Maupin Message-ID: <20140521194820.GI21819@edge> References: <1400527188-16951-1-git-send-email-Chase.Maupin@ti.com> <1400527188-16951-10-git-send-email-Chase.Maupin@ti.com> MIME-Version: 1.0 In-Reply-To: <1400527188-16951-10-git-send-email-Chase.Maupin@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 9/9] omap5-sgx-ddk-um-linux: Add version 1.9.0.12 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: Wed, 21 May 2014 19:48:27 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, May 19, 2014 at 02:19:48PM -0500, Chase Maupin wrote: > From: Mrinmayee Hingolikar > > * Pulled in latest version 1.9.0.12 from meta-ti-gsldk and > preserved authorship for Mrinmayee > * Mark this recipe as providing the gles1, gles2, and egl > libraries so that it doesn't conflict with other recipes like > mesa and will be pulled in to satisfy those dependencies > > Signed-off-by: Mrinmayee Hingolikar > Signed-off-by: Chase Maupin > --- > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 30 ++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > new file mode 100644 > index 0000000..e36cc58 > --- /dev/null > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > @@ -0,0 +1,30 @@ > +DESCRIPTION = "Userspace libraries for SGX" > +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" > +LICENSE = "TI-TSPA" > +LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" > + > +SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" > +SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be" > + > +PR = "r2" > +PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" > + > +RREPLACES_${PN} = "libegl libgles1 libgles2" > +RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" > +RREPLACES_${PN}-dbg = "libegl-dbg" > + > +S = "${WORKDIR}/git" > + > +do_install () { > + oe_runmake install DESTDIR=${D} > +} > + > +PACKAGES =+ "${PN}-${PV}" What is this ^^^ for? > +FILES_${PN} = "${bindir}/*" > +FILES_${PN} += " ${libdir}/*" > +FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/" > + > +INHIBIT_PACKAGE_STRIP = "1" > + > +INSANE_SKIP_${PN} += "dev-so" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti