From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CEB67E00F96; Thu, 1 Oct 2015 06:03:22 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.24 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6689AE0086D for ; Thu, 1 Oct 2015 06:03:19 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 01 Oct 2015 06:03:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,617,1437462000"; d="scan'208";a="817084609" Received: from linux.intel.com ([10.23.219.25]) by fmsmga002.fm.intel.com with ESMTP; 01 Oct 2015 06:03:13 -0700 Received: from linux.intel.com (vmed.fi.intel.com [10.237.72.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTP id 2404B6A4005; Thu, 1 Oct 2015 06:02:16 -0700 (PDT) Date: Thu, 1 Oct 2015 16:03:08 +0300 From: Ed Bartosh To: "Barros Pena, Belen" Message-ID: <20151001130308.GA30689@linux.intel.com> References: MIME-Version: 1.0 In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "toaster@yoctoproject.org" Subject: Re: [PATCH 0/7] Fix 8004 X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: ed.bartosh@linux.intel.com List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 13:03:22 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Belen, On Thu, Oct 01, 2015 at 09:39:33AM +0000, Barros Pena, Belen wrote: > This seems to be working, except for a small issue: the second-level > dependency information is not showing up in the layer details page. So, > for example, if you look at meta-aurora in the compatible layers table, > you get 6 dependencies listed. If you add meta-aurora to your project, you > also get 6 dependencies listed in the dependencies modal dialog. But if > you click meta-aurora and check the layer details page, there are only 4 > dependencies listed. We need to show the second-level dependency > information in the layer details page too. Thank you for pointing out to this. I'll fix it in v2. -- Regards, Ed