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 DB23560797 for ; Mon, 15 Feb 2016 17:00:04 +0000 (UTC) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 15 Feb 2016 09:00:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,451,1449561600"; d="scan'208";a="48198989" Received: from jlock-mobl1.gar.corp.intel.com ([10.252.12.36]) by fmsmga004.fm.intel.com with ESMTP; 15 Feb 2016 09:00:02 -0800 Message-ID: <1455555597.4309.29.camel@linux.intel.com> From: Joshua G Lock To: Mirela Rabulea , "bitbake-devel@lists.openembedded.org" Date: Mon, 15 Feb 2016 16:59:57 +0000 In-Reply-To: <1455555256.4309.27.camel@linux.intel.com> References: <1453903391.3557.42.camel@linux.intel.com> <1455138641.3442.8.camel@linux.intel.com> <1455555256.4309.27.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: Mon, 15 Feb 2016 17:00:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Mon, 2016-02-15 at 16:54 +0000, Joshua G Lock wrote: > 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. > > With this patch applied I'm still seeing the same behaviour — after > building core-image-minimal for genericx86-64 runqemu is displayed as > the run script but clicking on "Run custom image" launches the "Usb > image maker". Whoops, no I'm not — I was still running an older version of the patch. I'll take a proper look at v4 tomorrow. Apologies for the noise, Joshua