From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4AF2BE00E54; Tue, 13 Oct 2015 10:08:58 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.41 listed in list.dnswl.org] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D831FE00D89 for ; Tue, 13 Oct 2015 10:08:54 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id t9DH8rgv005567 for ; Tue, 13 Oct 2015 12:08:53 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9DH8r0O006537 for ; Tue, 13 Oct 2015 12:08:53 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Tue, 13 Oct 2015 12:08:53 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9DH8rcd015217; Tue, 13 Oct 2015 12:08:53 -0500 Date: Tue, 13 Oct 2015 13:08:37 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20151013170837.GG28164@edge> References: <1444396968-19536-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1444396968-19536-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] omap5-sgx-ddk-um-linux: Bump SRCREV and update powervr.ini 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, 13 Oct 2015 17:08:58 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Oct 09, 2015 at 09:22:48AM -0400, Jacob Stiffler wrote: > * Latest commit indroduces the following: > - Use updated libUMGegl library with end of call protection > - Add Null-Window DRM FLIP mode support > - Replace null_libdrm.so with libpvrDRMWSEGL.so and > libpvrDRMWSEGL_FRONT.so > - Add EGL API call clear protections at function_table.c > - Supress the OpenDC warning since DC is no longer used. > - Enhance drmModeSetCrtc to take the current configuration if set. > > * Package *.so libraries in main package since it is the DDK > convention to not create the version suffixed libraries with > symlinks Is it really? The old Graphics SDK and even Graphics DDK for am5 used to do it right. Checking for other GLES implementations also shows proper packaging of .so libs. Maybe this should be fixed to do it right? > * Update powervr.ini as null_libdrm.so is replaced with > libpvrDRMWSEGL.so and libpvrDRMWSEGL_FRONT.so > > Signed-off-by: Jacob Stiffler > --- > recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | 3 ++- > recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini | 3 ++- > recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 8 +++++--- > 3 files changed, 9 insertions(+), 5 deletions(-) > > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini > index 0657ab8..5b5608e 100644 > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini > @@ -1,3 +1,4 @@ > [default] > -WindowSystem=null_libdrm.so > +WindowSystem=libpvrDRMWSEGL_FRONT.so > +#WindowSystem=libpvrDRMWSEGL.so > DisableHWTQTextureUpload=1 > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini > index 0657ab8..5b5608e 100644 > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini > @@ -1,3 +1,4 @@ > [default] > -WindowSystem=null_libdrm.so > +WindowSystem=libpvrDRMWSEGL_FRONT.so > +#WindowSystem=libpvrDRMWSEGL.so > DisableHWTQTextureUpload=1 > 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 > index cd01d6f..ed24ada 100644 > --- 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 > @@ -11,15 +11,15 @@ BRANCH_ti43x = "am4/k4.1" > > SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" > SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6" > -SRCREV_ti33x = "188575c7ba16c00a15499ed88a126af2506fdba5" > -SRCREV_ti43x = "188575c7ba16c00a15499ed88a126af2506fdba5" > +SRCREV_ti33x = "e15f1543bab4de9e8927a2c4934addf3fd16ffcb" > +SRCREV_ti43x = "e15f1543bab4de9e8927a2c4934addf3fd16ffcb" > > INITSCRIPT_NAME = "pvr-init" > INITSCRIPT_PARAMS = "defaults 8" > > inherit update-rc.d > > -PR = "r11" > +PR = "r12" > PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" > > RDEPENDS_${PN} += "libdrm" > @@ -52,6 +52,8 @@ FILES_${PN} += "${sysconfdir}/powervr.ini" > > INHIBIT_PACKAGE_STRIP = "1" > > +FILES_SOLIBSDEV = "" > + > INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" > > CLEANBROKEN = "1" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti