From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 03546E00799; Thu, 16 Oct 2014 01:32:51 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (coldnew.tw[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.44 listed in list.dnswl.org] Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A81B4E006EF for ; Thu, 16 Oct 2014 01:32:47 -0700 (PDT) Received: by mail-pa0-f44.google.com with SMTP id et14so3052359pad.3 for ; Thu, 16 Oct 2014 01:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:date:in-reply-to:message-id :mime-version:content-type; bh=aFhb9cOEISGz+DCXvQ6tbD970md3oC+/NNq8rcQedsI=; b=ljYv6Hk6yXo+3sWbwo/sBXLQgT9FyOQvXFzSKebc+Vf3yoxsIcksVErFjX2J2WwcLg o/Y6KeqSwLPC2+4CHYLTKlf5dwt9P4nyfUnz2klGICViWp9bJsmKNyICJgVgOlNahj0N gvkc7lNuV6XLfq+oraIpK8z+gdhhaE4UNVMrALl43YycrFpyb/AiDA2x1hUpYCTMhRJS +0bgMiw24xeL2HB4eoQrX0sgI8nmQ5SDJ160YyeLc5Com4E8J3LxGT0QrUG3vZdHSORZ VSn5I7/Diqhfn/AIBdVaARDG+IDlJsxf19PplO1O4DPvLJA9xG/LN55XSa6IXClHJ1sF g4CQ== X-Received: by 10.70.103.204 with SMTP id fy12mr17206899pdb.110.1413448366509; Thu, 16 Oct 2014 01:32:46 -0700 (PDT) Received: from Rosia ([203.70.194.104]) by mx.google.com with ESMTPSA id t4sm17258825pbs.86.2014.10.16.01.32.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Oct 2014 01:32:45 -0700 (PDT) References: <1413388043-21221-1-git-send-email-coldnew.tw@gmail.com> From: Yen-Chin Lee To: Neena Busireddy Date: Thu, 16 Oct 2014 16:27:34 +0800 In-reply-to: Message-ID: MIME-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" , Otavio Salvador Subject: Re: [meta-fsl-arm][RFC][PATCH] qtbase: Fix xcb can't create OpenGL context error 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: Thu, 16 Oct 2014 08:32:51 -0000 Content-Type: text/plain Hello Neena, Sorry, please ignore this patch. I testing this on my company's device, which is based on wandboard with i.MX6DL CPU. It seems like there's some problem on my qt-build (5.3.2), since I just test the Qt under wayland before and try to switch to X11. after `bitbake -c cleanall qtbase; bitbake qtbase` the problem seems gone. Neena Busireddy writes: > Hi Yen-Chin, > > That was not the bug. I just included a special case for sololite ( Sololite does not support 3D GPU hardware acceleration) for > non-X11 builds. Without this patch, sololite non-x11 (frame buffer and Wayland) builds are broken. To my knowledge, we do not hook eglfs for X11 backend. > > Also, your patch does not include qeglfshooks_imx6.cpp for X11 backend. Yes, after review the code, when I build DISTRO_FEATURES with X11, it would not include qeglfshooks_imx6.cpp. So this is not bug. > > However, could you please let me know the steps to reproduce the error and the machine you are trying to build? > > Thanks, > Neena Busireddy > > -----Original Message----- > From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador > Sent: Wednesday, October 15, 2014 1:50 PM > To: Yen-Chin Lee; Busireddy Neena-B45787 > Cc: meta-freescale@yoctoproject.org > Subject: Re: [meta-freescale] [meta-fsl-arm][RFC][PATCH] qtbase: Fix xcb can't create OpenGL context error > > Hello Yen-Chin, > > On Wed, Oct 15, 2014 at 12:47 PM, Yen-Chin Lee wrote: >> Make qtbase include qeglfshooks_imx6.cpp when build with X11, without >> this the xcb platform would compliant that no GLX nor EGL are enabled. >> >> This bug was introduced in commit 55399e0. >> >> Signed-off-by: Yen-Chin Lee > > I am adding Neena, who did the commit which broke it, in Cc so she can comment, test and send feedback about the patch. -- Sent with my mu4e