From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8FDFBE0059A for ; Mon, 3 Feb 2014 04:10:55 -0800 (PST) Received: from [192.168.178.14] (chello080108009040.14.11.vie.surfer.at [80.108.9.40]) by ptmx.org (Postfix) with ESMTPSA id DF213225E3; Mon, 3 Feb 2014 13:10:53 +0100 (CET) Message-ID: <52EF87D0.8000709@pseudoterminal.org> Date: Mon, 03 Feb 2014 13:13:04 +0100 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Daiane Angolini , Otavio Salvador References: <1391424109-1663-1-git-send-email-dv@pseudoterminal.org> <52EF7DCD.4070203@pseudoterminal.org> <52EF80F1.2080500@freescale.com> In-Reply-To: <52EF80F1.2080500@freescale.com> 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:10:58 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.