From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AA255E006E5; Mon, 13 Apr 2015 09:12:36 -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=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE 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] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from mx1.basyskom.com (groupware.basyskom.com [144.76.148.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0A761E003A8 for ; Mon, 13 Apr 2015 09:12:33 -0700 (PDT) X-Footer: YmFzeXNrb20uY29t Received: from [193.158.222.106] ([193.158.222.106]) by mx1.basyskom.com (Kerio Connect 8.4.2) for otavio@ossystems.com.br; Mon, 13 Apr 2015 18:12:29 +0200 Date: Mon, 13 Apr 2015 18:12:29 +0200 X-Mailer: Kerio Connect 8.4.2/Kerio Connect client X-User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:37.0) Gecko/20100101 Firefox/37.0 Message-ID: <3012003650-26384@mx1.basyskom.com> X-Priority: 3 Importance: Normal In-Reply-To: MIME-Version: 1.0 From: Benjamin Federau To: Otavio Salvador Cc: "meta-freescale@yoctoproject.org" Subject: Re: Problem compiling QtWayland 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: Mon, 13 Apr 2015 16:12:36 -0000 Content-Type: multipart/alternative; boundary="=-KxMDG2r4BpzfkSmVZkQC" --=-KxMDG2r4BpzfkSmVZkQC Content-Type: text/plain; charset="utf-8" Otavio Salvador , 10.04.2015 15:47: On Fri, Apr 10, 2015 at 10:44 AM, Benjamin Federau wrote: > Otavio Salvador , 10.04.2015 14:49: > Do I have to set DISTRO_FEATURES += " wayland" explicitly in my .bb image > file or do I miss something else? Here we go. NEVER set DISTRO_FEATURES in a image. The DISTRO_FEATURES impact the build and need to be global. Please also when adding things to DISTRO_FEATURES use _append, not +=, as the later will not work as you hope. It looked like I have messed up my build environment. After a clean build by just setting DISTRO_FEATURES_remove = "x11" in my local.conf (needed for the gpu-viv-bin-mx6q recipt to build the libwayland packages) and removing DISTRO_FEATURES from my image receipt (based on core-image-weston.bb), qtwayland could be build and runs on my device. Thanks for your help! - Benjamin Federau --=-KxMDG2r4BpzfkSmVZkQC Content-Type: text/html; charset="utf-8" Otavio Salvador <otavio@ossystems.com.br> , 10.04.2015 15:47:
On Fri, Apr 10, 2015 at 10:44 AM, Benjamin Federau
<benjamin.federau@basyskom.com> wrote:
> Otavio Salvador <otavio@ossystems.com.br> , 10.04.2015 14:49:
> Do I have to set DISTRO_FEATURES += " wayland" explicitly in my .bb image
> file or do I miss something else?

Here we go. NEVER set DISTRO_FEATURES in a image.

The DISTRO_FEATURES impact the build and need to be global.

Please also when adding things to DISTRO_FEATURES use _append, not +=,
as the later will not work as you hope.


It looked like I have messed up my build environment.
After a clean build by just setting DISTRO_FEATURES_remove = "x11" in my local.conf (needed for the gpu-viv-bin-mx6q recipt to build the libwayland packages) and removing DISTRO_FEATURES from my image receipt (based on core-image-weston.bb), qtwayland could be build and runs on my device.

Thanks for your help!

-
Benjamin Federau
--=-KxMDG2r4BpzfkSmVZkQC--