From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E8C26E00E6B; Mon, 21 Sep 2015 01:13:40 -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: * -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 * [192.55.52.93 listed in list.dnswl.org] Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B901AE00349 for ; Mon, 21 Sep 2015 01:13:37 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 21 Sep 2015 01:13:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,566,1437462000"; d="scan'208";a="809606266" Received: from linux.intel.com ([10.23.219.25]) by fmsmga002.fm.intel.com with ESMTP; 21 Sep 2015 01:13:36 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 445126A4083 for ; Mon, 21 Sep 2015 01:12:42 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Mon, 21 Sep 2015 11:13:28 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/4] Fix for YOCTO #7442 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: Mon, 21 Sep 2015 08:13:41 -0000 Hi, This set of changes return back ability to specify a task for the build and properly restart builds with specified tasks. This functionality was broken in toaster since June. It was not possible to run bulds correctly if non-default task is specified. The patchset includes fixes for backend and frontend. It also adds 2 testcases for frontend to prevent this functionality to be broken again. The following changes since commit 7b86c771c80d0759c2ca0e57c46c4c966f89c49e: bitbake: bitbake: bb.fetch2.git: Import errno module (2015-09-19 22:38:44 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/7442 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/7442 Ed Bartosh (4): toaster: store task name in Target objects toaster: don't re-create Target objects toaster: change UI to show tasks toaster: add 2 UI tests bitbake/lib/bb/ui/buildinfohelper.py | 17 +-------------- .../bldcontrol/management/commands/runbuilds.py | 2 +- bitbake/lib/toaster/orm/models.py | 2 +- .../lib/toaster/toastergui/templates/builds.html | 12 ++++++++++- .../toaster/toastergui/templates/mrb_section.html | 23 ++++++++++++++++----- .../toastergui/templates/projectbuilds.html | 12 ++++++++++- bitbake/lib/toaster/toastergui/tests.py | 24 ++++++++++++++++++++-- 7 files changed, 65 insertions(+), 27 deletions(-) -- Regards, Ed