From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 809E2E00747 for ; Wed, 14 Aug 2013 03:55:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to:references:mime-version:content-type; b=Ckx8UBBuBc2aPE1RSpKswHIkNbk3wQa/erUNveMJO4fJBwEoURE2253Sgz6gDRJ8a3+SggsfGKBH jXKJiBUxlFOcKbylH6IpGHKVzEp/b+pg3IC6AoIepempKAl77a0e Received: from localhost.localdomain (static-217-133-170-65.clienti.tiscali.it [217.133.170.65]) by mx.zohomail.com with SMTPS id 1376477718520938.8336194062852; Wed, 14 Aug 2013 03:55:18 -0700 (PDT) From: Diego To: Otavio Salvador Date: Wed, 14 Aug 2013 12:55:13 +0200 Message-ID: <3225613.keocdWMPxJ@localhost.localdomain> User-Agent: KMail/4.10.5 (Linux/3.9.10-100.fc17.x86_64; KDE/4.10.5; x86_64; ; ) In-Reply-To: References: <2794176.C84skPWzmI@localhost.localdomain> MIME-Version: 1.0 X-ZohoMailClient: External X-Zoho-Virus-Status: 2 Cc: Meta Freescale , Saul Wold Subject: Re: Disable Wayland on a build. 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: Wed, 14 Aug 2013 10:55:26 -0000 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" In data marted=EC 13 agosto 2013 15:27:54, Otavio Salvador ha scritto: > On Tue, Aug 13, 2013 at 2:19 PM, Diego wrote: > > Hi everybody. > >=20 > > I'm hitting this build problem: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=3D5007 > >=20 > > Discussing with Otavio it is probably related to Wayland and this p= atch: > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/?h=3D= master-ne > > xt&id=3D20d7652906491f5b1851b979dc6ab174a835197b > >=20 > > I'm seeing that Wayland is in DISTRO_FEATURES: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf= /distro > > /poky.conf#n15 > >=20 > > Is there a way to disable it in local.conf? >=20 > http://privatepaste.com/378a2494e4 >=20 > You need the above patch. Saul, has this been queued? Hi Otavio, I had to make the assignment conditional: POKY_DEFAULT_DISTRO_FEATURES ?=3D "largefile opengl multiarch wayland" to be able to override it in my build/conf/local.conf file. Back to the original topic: removing wayland from the DISTRO_FEATURES a= llows=20 mesa-demos to build correctly, so the cause of the problem is this patc= h: http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/?id=3D20d= 7652906491f5b1851b979dc6ab174a835197b It fixes Wayland only builds, but breaks X11 + Wayland builds (as in EG= L-X11=20 packages are not able to build against Wayland's libEGL.so in that case= ). Bests, Diego