From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E66A4E00B27; Thu, 15 Oct 2015 09:27:37 -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=-0.9 required=5.0 tests=BAYES_00,MISSING_HEADERS autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.0 MISSING_HEADERS Missing To: header * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp206.alice.it (smtp206.alice.it [82.57.200.102]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 745A7E00AC1 for ; Thu, 15 Oct 2015 09:27:32 -0700 (PDT) Received: from caronte.home.webthatworks.it (87.8.144.45) by smtp206.alice.it (8.6.060.28) id 56139B8301A800F9 for meta-freescale@yoctoproject.org; Thu, 15 Oct 2015 18:27:30 +0200 Received: from gloom.home.webthatworks.it (gloom.home.webthatworks.it [192.168.1.14]) by caronte.home.webthatworks.it (Postfix) with ESMTP id 9BF646FE2453 for ; Thu, 15 Oct 2015 18:27:29 +0200 (CEST) Received: from [IPv6:::1] (localhost [IPv6:::1]) by gloom.home.webthatworks.it (Postfix) with ESMTP id C98385E054E for ; Thu, 15 Oct 2015 18:26:29 +0200 (CEST) References: <56182426.30004@webthatworks.it> Cc: "meta-freescale@yoctoproject.org" From: Ivan Sergio Borgonovo Organization: http://www.WebThatWorks.it Message-ID: <561FD3B5.2010803@webthatworks.it> Date: Thu, 15 Oct 2015 18:26:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.3.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: qt5 toolchain 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, 15 Oct 2015 16:27:38 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 13/10/2015 15:11, Otavio Salvador wrote: >> I can't bitbake >> - meta-toolchain-qte (depends on x11) >> - meta-toolchain-qt5 (some packages depends on opengl eg. qt3d) >> What is the best way to go further? >> BTW is this the right place to ask this kind of questions? It seems more a >> mailing list for the fsl developers rather than fsl users. >> If it is not where should I post this kind of questions and more general >> question on yocto? > It is indeed a generic question, anyway you will need to make some > bbappend files to remove the opengl related packages from the distro > and toolchain. I came across this thread: https://lists.yoctoproject.org/pipermail/meta-freescale/2015-March/013126.html so it seems it is a recurring topic even here. mx28 doesn't seems too much loved for the reasons you explained in a previous email. From a user point of view the lack of a bit more support in different places to CPU that don't have opengl is increasing friction for newcomers quite a bit. I'll subscribe to openembedded ML and move the topic there to see what would be the quality level required for a patch to packagegroup-qt5-toolchain-target.bb or if I should just write my own layer to _remove stuff from there. From my point of view disabling opengl (and other things strictly HW related) should be something set in the lowest layer and be passed on to higher software layer so to make it clearer to higher layers that they should take it into account ASAP and not as a "retro-fit". qtlocation doesn't seem to depend on qt3d anymore, but it still depends on qtquickcontrols that up to my memory depends on opengl. thanks -- Ivan Sergio Borgonovo http://www.webthatworks.it