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 4A2EEE007D6 for ; Thu, 13 Feb 2014 08:00:16 -0800 (PST) Received: from [127.0.0.1] (mail.taydin.org [127.0.0.1]) by mail.taydin.org (Postfix) with ESMTPSA id 8F0C95C0079 for ; Thu, 13 Feb 2014 17:57:29 +0200 (EET) Message-ID: <52FCEB69.5050403@taydin.org> Date: Thu, 13 Feb 2014 17:57:29 +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: "meta-freescale@yoctoproject.org" Subject: 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: Thu, 13 Feb 2014 16:00:22 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I am running hob on the master branch (did sync yesterday). Hob stops with the following error dialogs while working on the dependency tree. This was reported earlier on another mailing list, but didn't receive any responses. Any suggestions how to further troubleshoot this? I can work on debugging this if somebody can put me in the right direction. Trying to resolve runtime dependency libgl resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/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', '/home/ta/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/mesa_9.1.6.bb'] The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_virtual/libgl = gpu-viv-bin-mx6q', 'PREFERRED_PROVIDER_virtual/mesa = mesa'] 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/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb', '/home/ta/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/mesa_9.1.6.bb'] The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_virtual/libgl = gpu-viv-bin-mx6q', 'PREFERRED_PROVIDER_virtual/mesa = mesa'] Trying to resolve runtime dependency libgles2 resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/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', '/home/ta/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/mesa_9.1.6.bb'] The PREFERRED_PROVIDER entries resulting in this conflict were: ['PREFERRED_PROVIDER_virtual/libgl = gpu-viv-bin-mx6q', 'PREFERRED_PROVIDER_virtual/mesa = mesa'] -- Timur