From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 83A38E0059A for ; Mon, 3 Feb 2014 04:14:33 -0800 (PST) Received: from mail6-va3-R.bigfish.com (10.7.14.250) by VA3EHSOBE006.bigfish.com (10.7.40.26) with Microsoft SMTP Server id 14.1.225.22; Mon, 3 Feb 2014 12:14:32 +0000 Received: from mail6-va3 (localhost [127.0.0.1]) by mail6-va3-R.bigfish.com (Postfix) with ESMTP id 20007460286; Mon, 3 Feb 2014 12:14:32 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -3 X-BigFish: VS-3(z579ehz98dI936eI1432Izz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah21bch1fc6hzzz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh22d0h2336h2438h2461h2487h24ach24d7h2516h1155h) Received: from mail6-va3 (localhost.localdomain [127.0.0.1]) by mail6-va3 (MessageSwitch) id 1391429669348194_10668; Mon, 3 Feb 2014 12:14:29 +0000 (UTC) Received: from VA3EHSMHS005.bigfish.com (unknown [10.7.14.241]) by mail6-va3.bigfish.com (Postfix) with ESMTP id 3CCE32004C; Mon, 3 Feb 2014 12:14:29 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS005.bigfish.com (10.7.99.15) with Microsoft SMTP Server (TLS) id 14.16.227.3; Mon, 3 Feb 2014 12:14:29 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Mon, 3 Feb 2014 12:14:28 +0000 Received: from [10.29.244.15] ([10.29.244.15]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s13CEQFd019643; Mon, 3 Feb 2014 05:14:27 -0700 Message-ID: <52EF86DE.1090303@freescale.com> Date: Mon, 3 Feb 2014 10:09:02 -0200 From: Daiane Angolini Organization: Freescale Semiconductor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Carlos Rafael Giani , Otavio Salvador References: <1391424109-1663-1-git-send-email-dv@pseudoterminal.org> <52EF7DCD.4070203@pseudoterminal.org> <52EF80F1.2080500@freescale.com> <52EF87D0.8000709@pseudoterminal.org> In-Reply-To: <52EF87D0.8000709@pseudoterminal.org> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH] gpu-viv-bin-mx6q: Make backend configurable 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, 03 Feb 2014 12:14:36 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 03-02-2014 10:13, Carlos Rafael Giani wrote: > On 2014-02-03 12:43, Daiane Angolini wrote: >> You mean, for DirectFB the needed code is: >> >> DISTRO_FEATURES_remove = "x11 wayland" >> DISTRO_FEATURES += "directfb" >> >> >> So, both lines together. >> >> If you only include directfb in DISTRO_FEATURES what probably will >> happen is an explosion due to universe collapse (x11+wayland+direcftb) >> >> I know you said the same thing in your email, Otavio. But at first, it >> confused me. So I'm being redundant - just in case - >> > > One problem I've had is that modifying DISTRO_FEATURES introduced a lot > of changes all over the place, pulling in some dependencies that didn't > work well. It has been a while since I did this, but I remember having > dependency problems when I switched on directfb (and turned off x11). > However, if you say it should work this way, then I accept that. Maybe > something wrong was on my end. I was initially under the impression that > modifying DISTRO_FEATURES is not recommended. > > Please, when you change DISTRO_FEATURES use a clean build folder. I have faced several annoying build errors due to dirty build folder. And, any other bug must be fixed, so please, if you face any, share with ML. -- Daiane