From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.taydin.org (mail.taydin.org [195.174.225.70]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8BDC4E0098E for ; Mon, 3 Mar 2014 05:38:31 -0800 (PST) Received: from [127.0.0.1] (mail.taydin.org [127.0.0.1]) by mail.taydin.org (Postfix) with ESMTPSA id B5E2C5C008D; Mon, 3 Mar 2014 15:35:38 +0200 (EET) Message-ID: <5314852A.1050707@taydin.org> Date: Mon, 03 Mar 2014 15:35:38 +0200 From: Timur Aydin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador References: <52FCEB69.5050403@taydin.org> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Hob error during dependency tree checking 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 Mar 2014 13:38:32 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > You seem to be using a mix of releases; master has 9.2.5 mesa release > (IIRC) and has a bbappend file to address this. > I have now wiped out the entire fsl-community-bsp folder and started from scratch. Now the correct version of mesa is being picked up (version 9.2.5). When first initializing my local repo, I had used the dora branch and then did a repo checkout master to switch to master. But apparently something went wrong there and I was still stuck at the dora branch. Anyway, now I am definitely at the master branch and unfortunately, the problem is still happening: Trying to resolve runtime dependency libgl resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/home/ta/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/mesa_9.2.5.bb', '/home/ta/fsl-community-bsp/sources/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb'] The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_virtual/mesa = mesa', 'PREFERRED_PROVIDER_virtual/libgl = gpu-viv-bin-mx6q'] Trying to resolve runtime dependency libgl-dev resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/home/ta/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/mesa_9.2.5.bb', '/home/ta/fsl-community-bsp/sources/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb'] The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_virtual/mesa = mesa', 'PREFERRED_PROVIDER_virtual/libgl = gpu-viv-bin-mx6q'] Please let me know if you can think of anything else that I can check. -- Timur Aydin