From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mail.openembedded.org (Postfix) with ESMTP id F3DEE6E630 for ; Tue, 16 Feb 2016 16:07:20 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 16 Feb 2016 08:07:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,455,1449561600"; d="scan'208";a="903695444" Received: from jlock-mobl1.gar.corp.intel.com ([10.252.22.173]) by fmsmga001.fm.intel.com with ESMTP; 16 Feb 2016 08:07:20 -0800 Message-ID: <1455638835.3731.8.camel@linux.intel.com> From: Joshua G Lock To: Mirela Rabulea , "bitbake-devel@lists.openembedded.org" Date: Tue, 16 Feb 2016 16:07:15 +0000 In-Reply-To: References: <1453903391.3557.42.camel@linux.intel.com> <1455138641.3442.8.camel@linux.intel.com> X-Mailer: Evolution 3.18.4 (3.18.4-1.fc23) Mime-Version: 1.0 Cc: Nicolae Manescu , Alexandru Purice , "Roman, Alexandru CostinX" , "Voiculescu, BogdanX A" Subject: Re: [PATCH] Fix bug 8940 - Alow Hob to run images on a custom simulator, other than qemu X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 16:07:21 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Hi Mirela, On Sun, 2016-02-14 at 22:09 +0000, Mirela Rabulea wrote: > Hi Joshua, > I found one more issue with a corner case when commuting from "Run > custom image" to "Deploy image". From the comments I found in the > code, the case when there are both "runnable" and "deployable" > present in the same build is not expected. > However, with the introduction of the "Run custom", I think this > requires a fix, so here is the v4 of the patch (squashed version > attached). > If you did not get to check the v3 patch, you may skip it and check > the v4. This version seems to work much better, thanks. I've had another look over the patch and it looks OK to me. The only thing which seems a little strange is that in several parts of the patch you're accessing and setting a self.is_runnable property but at Ln 217, Ln 220 & Ln 237 in ImageDetailsPage you're using a local variable called is_runnable — is that correct/intended? Thanks for your work on this, Joshua