From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 427C5E00BFF; Tue, 29 Dec 2015 04:28:10 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.65 listed in list.dnswl.org] Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB1E5E00901 for ; Tue, 29 Dec 2015 04:28:05 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 29 Dec 2015 04:28:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,495,1444719600"; d="scan'208";a="716794213" Received: from linux.intel.com ([10.23.219.25]) by orsmga003.jf.intel.com with ESMTP; 29 Dec 2015 04:28:05 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 3D3066A4087 for ; Tue, 29 Dec 2015 05:16:04 -0800 (PST) From: Ed Bartosh To: toaster@yoctoproject.org Date: Tue, 29 Dec 2015 13:56:27 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/8] Support of PRIVIDES 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: Tue, 29 Dec 2015 12:28:10 -0000 Hi, This patchset adds support of PROVIDES to Toaster backend and frontend. Please looks at https://bugzilla.yoctoproject.org/show_bug.cgi?id=6169 to see more details. The following changes since commit f74e9383daaba1bc8eb761579f01fadc48771f4a: toaster-manual: describe the way to start Toaster (2015-12-29 12:53:04 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/provides-6169 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/provides-6169 Ed Bartosh (8): taskdata: refactor get_providermap cooker: add providermap to dep_tree buildinfohelper: use providermap toaster: add Provider model buildinfohelper: add porvides info to the db toaster: show list of provides for the recipe toaster: show 'satisfied via' text for build deps toaster: show 'satisfied via' text for reverse deps bitbake/lib/bb/cooker.py | 7 +++++ bitbake/lib/bb/runqueue.py | 2 +- bitbake/lib/bb/taskdata.py | 17 +++++------- bitbake/lib/bb/ui/buildinfohelper.py | 31 +++++++++++++++------- .../orm/migrations/0002_auto_20151223_1528.py | 27 +++++++++++++++++++ bitbake/lib/toaster/orm/models.py | 5 ++++ .../lib/toaster/toastergui/templates/recipe.html | 25 +++++++++++++++-- 7 files changed, 92 insertions(+), 22 deletions(-) create mode 100644 bitbake/lib/toaster/orm/migrations/0002_auto_20151223_1528.py -- Regards, Ed