From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 018A5E009B9; Tue, 16 Dec 2014 03:27:10 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SUBJ_OBFU_PUNCT_MANY autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [188.165.53.149 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.7 SUBJ_OBFU_PUNCT_MANY Punctuation-obfuscated Subject: header X-Greylist: delayed 1117 seconds by postgrey-1.32 at yocto-www; Tue, 16 Dec 2014 03:27:06 PST Received: from mo2.mail-out.ovh.net (2.mo2.mail-out.ovh.net [188.165.53.149]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A9470E0093F for ; Tue, 16 Dec 2014 03:27:06 -0800 (PST) Received: from mail411.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 291DCFF91FB for ; Tue, 16 Dec 2014 12:08:27 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 16 Dec 2014 13:08:27 +0200 Received: from unknown (HELO ?192.168.2.26?) (damien.dejean@bt-ground.com@212.84.63.205) by ns0.ovh.net with SMTP; 16 Dec 2014 13:08:26 +0200 Message-ID: <549012A0.30909@bt-ground.com> Date: Tue, 16 Dec 2014 12:08:16 +0100 From: Damien Dejean User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org X-Ovh-Tracer-Id: 1344887439668167322 X-Ovh-Remote: 212.84.63.205 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeejiedrheelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeejiedrheelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu Subject: EGL_BAD_NATIVE_WINDOW with Vivante on IMX6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 11:27:11 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Yocto project team :) I'm currectly trying to port Android 5.0 to iMX6 quad using vivante gpu stack from Android 4.4.2 (freescale port), the associated kernel (3.0.35) and I'm facing a crash. I posted on Freescale Community and I've been redirected here to obtain help with opengles. Here is the situation: - I re-used proprietary binaries from the previous release (gralloc, hwcomposer and lib{EGL,GLES}) to boot Android 5.0 - The system boots, loads all the binaries correctly, initialize its graphic part, displays the bootanimation and the launcher - When I try to interact with the displayed screen, the Launcher application crashes because eglSwapBuffers() got EGL_BAD_NATIVE_WINDOW. - Then SystemUi crashes too for the same reason and the framework restarts. What I'm trying to do: - Find the reason why this crash appears and try to fix it if possible - Get up to date kernel and matching gpu binaries to avoid the crash Can anyone give me an hint on those points ? Thanks :) Damien.