From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B2189E00AC1; Thu, 15 Oct 2015 05:27:21 -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: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.153 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 28BE9E00A49 for ; Thu, 15 Oct 2015 05:27:15 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t9FCRExe021608 for ; Thu, 15 Oct 2015 07:27:14 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9FCRERI007872 for ; Thu, 15 Oct 2015 07:27:14 -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; Thu, 15 Oct 2015 07:27:14 -0500 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t9FCRE9P000321; Thu, 15 Oct 2015 07:27:14 -0500 Message-ID: <561F9BA2.9060307@ti.com> Date: Thu, 15 Oct 2015 08:27:14 -0400 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1444396968-19536-1-git-send-email-j-stiffler@ti.com> <20151013170837.GG28164@edge> In-Reply-To: <20151013170837.GG28164@edge> 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: Thu, 15 Oct 2015 12:27:21 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 10/13/2015 1:08 PM, Denys Dmytriyenko wrote: > 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? The DDK team is having discussions related to fixing this... I can update once I know more information. Currently, the libraries libpvrDRMWSEGL.so and libpvrDRMWSEGL_FRONT.so are only provided without the version suffix. Therefore, null DRM will not function without this. > >> * 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