From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0D970E00CED; Thu, 1 Oct 2015 06:56:18 -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 * [192.55.52.115 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82773E009C5 for ; Thu, 1 Oct 2015 06:56:17 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 01 Oct 2015 06:56:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,617,1437462000"; d="scan'208";a="572102284" Received: from linux.intel.com ([10.23.219.25]) by FMSMGA003.fm.intel.com with ESMTP; 01 Oct 2015 06:56:16 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 8EC786A4005 for ; Thu, 1 Oct 2015 06:55:19 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Thu, 1 Oct 2015 16:56:05 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH v2 0/5] Fix for 8004 X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list 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:56:18 -0000 Hi, This patchset fixes bug 8004: importing a layer from the recipes page auto adds the 1st level dependencies but not the 2nd level. Now dependent layers are discovered recursively and Toaster shows all of them in Compatible layers view when user clicks 'Add layer' button. The patchset includes fixes for orm test suite and new test case for Layer_Version.get_alldeps API used in this bug fix. Changes in v2: UI shows number of first level deps in compatible layers page. (Reverted two patches from v1) The following changes since commit 7b10ae122d46891c734e786358ea5f36760e8d5e: toaster: Fix broken test case (2015-10-01 10:42:16 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/8004 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/8004 Ed Bartosh (5): toaster: implement API to get full list of deps toaster: use get_alldeps in layerdetails renderer toaster: fix NameError toaster: fix orm tests toaster: test get_alldeps API bitbake/lib/toaster/orm/models.py | 21 ++++++++++++- bitbake/lib/toaster/orm/tests.py | 53 ++++++++++++++------------------- bitbake/lib/toaster/toastergui/views.py | 4 +-- 3 files changed, 45 insertions(+), 33 deletions(-) -- Regards, Ed