From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 291F1E00D19; Sat, 24 Sep 2016 08:01:55 -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 * [134.134.136.20 listed in list.dnswl.org] Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E2EC8E008FB for ; Sat, 24 Sep 2016 08:01:50 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 24 Sep 2016 08:01:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,388,1470726000"; d="scan'208";a="12921475" Received: from linux.intel.com ([10.54.29.200]) by orsmga005.jf.intel.com with ESMTP; 24 Sep 2016 08:01:41 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.68]) by linux.intel.com (Postfix) with ESMTP id D23966A4006 for ; Sat, 24 Sep 2016 08:01:14 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Sat, 24 Sep 2016 17:50:42 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/5] misc Toaster fixes 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: Sat, 24 Sep 2016 15:01:55 -0000 Hi, This patchset contains bug fix for bug 10185 - Image builds not showing as complete in the UI after finishing and bunch of small related and unrelated fixes for toaster script and toasterui. Please, review. The following changes since commit 8dfcfbeb14a179a5d5722007d7c986da1dd41b40: arch-mips: Add mips64-o32 tunes (2016-09-24 07:30:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/misc-fixes-toasterui http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/misc-fixes-toasterui Ed Bartosh (5): toaster: stop modifying OEROOT in toaster script toaster: check if file exist toaster: fix handling of EnvironmentError toaster: fix 'Unhandled MetadataEvent' error toaster: make error message more informative bitbake/bin/toaster | 10 ++++++---- bitbake/lib/bb/ui/buildinfohelper.py | 3 +++ bitbake/lib/bb/ui/toasterui.py | 15 +++++++++++---- 3 files changed, 20 insertions(+), 8 deletions(-) -- Regards, ed