From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4CA4EE00B72; Wed, 30 Sep 2015 06:31:02 -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.93 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B1FD3E00992 for ; Wed, 30 Sep 2015 06:30:59 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 30 Sep 2015 06:31:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,612,1437462000"; d="scan'208";a="780919000" Received: from linux.intel.com ([10.23.219.25]) by orsmga001.jf.intel.com with ESMTP; 30 Sep 2015 06:31:00 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 5068B6A4083 for ; Wed, 30 Sep 2015 06:30:03 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Wed, 30 Sep 2015 16:30:48 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH v4 0/6] Fixes for toastergui 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: Wed, 30 Sep 2015 13:31:02 -0000 Hi, This patchset fixes creation of Target objects for command line builds and couple of usability fixes for toastergui module. Changes in v2: used better name for the API: get_or_create_targets. Changes in v3: made sure 'build' task is not set in Target objects. rebased pathset on top of poky-contrib:toaster-next Changes in v4: removed deletion of Target objects that was brought by rebase rebased on toaster-next The following changes since commit 4220ebce223fa7cd0865c793b7dd3ffe07b8e130: toaster: Special case the openembedded-core layer to avoid duplicates (2015-09-30 15:12:40 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/target-task http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/target-task Ed Bartosh (6): event: add new property to BuildBase class event: add new parameter to Build* event APIs toaster: add task to the target_information toaster: add get_or_create_targets API toaster: ignore ReachableStamps event toaster: use meaningful logging levels bitbake/lib/bb/cooker.py | 8 ++++---- bitbake/lib/bb/event.py | 18 +++++++++++++----- bitbake/lib/bb/ui/buildinfohelper.py | 37 ++++++++++++++++++++---------------- bitbake/lib/bb/ui/toasterui.py | 11 ++++++----- 4 files changed, 44 insertions(+), 30 deletions(-) -- Ed