From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2C2E3E006EF; Thu, 11 Dec 2014 06:13:18 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [207.46.100.127 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 949 seconds by postgrey-1.32 at yocto-www; Thu, 11 Dec 2014 06:13:08 PST Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0127.outbound.protection.outlook.com [207.46.100.127]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9F3BBE002F9 for ; Thu, 11 Dec 2014 06:13:08 -0800 (PST) Received: from [10.214.84.73] (192.88.168.50) by BL2PR03MB388.namprd03.prod.outlook.com (10.141.91.153) with Microsoft SMTP Server (TLS) id 15.1.31.17; Thu, 11 Dec 2014 13:57:16 +0000 Message-ID: <5489A2B5.5090800@freescale.com> Date: Thu, 11 Dec 2014 08:57:09 -0500 From: randy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: References: <1418265361-31173-1-git-send-email-alfonso@tames.com> <1418265361-31173-2-git-send-email-alfonso@tames.com> In-Reply-To: <1418265361-31173-2-git-send-email-alfonso@tames.com> X-Originating-IP: [192.88.168.50] X-ClientProxiedBy: DM2PR10CA0078.namprd10.prod.outlook.com (10.141.241.46) To BL2PR03MB388.namprd03.prod.outlook.com (10.141.91.153) X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB388; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601003); SRVR:BL2PR03MB388; X-Forefront-PRVS: 0422860ED4 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(6049001)(199003)(189002)(46102003)(66066001)(92566001)(50466002)(86152002)(97736003)(42186005)(4396001)(450100001)(62966003)(77156002)(59896002)(31966008)(65816999)(101416001)(33656002)(21056001)(87976001)(20776003)(47776003)(76176999)(80316001)(19580395003)(64706001)(50986999)(54356999)(65806001)(65956001)(83506001)(23676002)(122386002)(86362001)(40100003)(110136001)(120916001)(99396003)(229853001)(107886001)(107046002)(105586002)(36756003)(77096005)(2351001)(221733001)(68736005)(106356001)(64126003); DIR:OUT; SFP:1102; SCL:1; SRVR:BL2PR03MB388; H:[10.214.84.73]; FPR:; SPF:None; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB388; X-OriginatorOrg: freescale.com Subject: bitbake debug 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, 11 Dec 2014 14:13:18 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Hello, Is there a bitbake command to list the variables for a specific recipe ( like what is the value of PREFERRED_PROVIDER_virtual/libgl, etc. )? Also is there a command to output package depenencies? Like for the following error: ERROR: Trying to resolve runtime dependency libgles2 resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/home/rfkrakora/freescale/yocto/yocto_3.10.17-1.0.2/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.17-1.0.2-hfp.bb', '/home/rfkrakora/freescale/yocto/yocto_3.10.17-1.0.2/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'] I'd imagine if I could see the dependencies, there would be one in question because of this conflict? -Randy Krakora