From: Joshua G Lock <joshua.g.lock@linux.intel.com>
To: Mirela Rabulea <mirela.rabulea@nxp.com>,
"bitbake-devel@lists.openembedded.org"
<bitbake-devel@lists.openembedded.org>
Cc: Nicolae Manescu <nicu.manescu@nxp.com>,
Alexandru Purice <alexandru.purice@nxp.com>,
"Roman, Alexandru CostinX" <alexandru.costinx.roman@intel.com>,
"Voiculescu, BogdanX A" <bogdanx.a.voiculescu@intel.com>
Subject: Re: [PATCH] Fix bug 8940 - Alow Hob to run images on a custom simulator, other than qemu
Date: Mon, 15 Feb 2016 16:54:16 +0000 [thread overview]
Message-ID: <1455555256.4309.27.camel@linux.intel.com> (raw)
In-Reply-To: <VI1PR0401MB1789BE8BA7AD90A09B2C23E18FAB0@VI1PR0401MB1789.eurprd04.prod.outlook.com>
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".
Regards,
Joshua
> Only the v4 fix:
> From 4e6c941d74a7b1e11fbd26085a6908b746f61536 Mon Sep 17 00:00:00
> 2001
> From: Mirela Rabulea <mirela.rabulea@nxp.com>
> Date: Sun, 14 Feb 2016 23:42:32 +0200
> Subject: [PATCH] Allow Hob to run images on a custom simulator, other
> than
> qemu Fixed bug when commuting from deploy image to run custom image.
>
> Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com>
> ---
> bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
> b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
> index b22cf80..32d4854 100755
> --- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
> +++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
> @@ -516,8 +516,9 @@ class ImageDetailsPage (HobPage):
> for fileitem in action_images:
> sel_btn = gtk.RadioButton(sel_parent_btn,
> fileitem['type'])
> sel_parent_btn = sel_btn if not sel_parent_btn else
> sel_parent_btn
> - if fileitem['name'] == self.toggled_image:
> + if curr_row == 0:
> sel_btn.set_active(True)
> + self.toggled_image = fileitem['name']
> sel_btn.connect('toggled', self.table_selected_cb,
> fileitem)
> if curr_row < 10:
> table.attach(sel_btn, 0, 4, curr_row, curr_row + 1,
> xpadding=24)
next prev parent reply other threads:[~2016-02-15 16:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-21 15:52 [PATCH] Fix bug 8940 - Alow Hob to run images on a custom simulator, other than qemu Mirela Rabulea
2016-01-27 14:03 ` Joshua G Lock
2016-02-04 15:22 ` Mirela Rabulea
2016-02-10 21:10 ` Joshua G Lock
2016-02-11 11:19 ` Mirela Rabulea
2016-02-12 22:43 ` Mirela Rabulea
2016-02-14 22:09 ` Mirela Rabulea
2016-02-15 16:54 ` Joshua G Lock [this message]
2016-02-15 16:59 ` Joshua G Lock
2016-02-16 16:07 ` Joshua G Lock
2016-02-16 22:09 ` Mirela Rabulea
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455555256.4309.27.camel@linux.intel.com \
--to=joshua.g.lock@linux.intel.com \
--cc=alexandru.costinx.roman@intel.com \
--cc=alexandru.purice@nxp.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=bogdanx.a.voiculescu@intel.com \
--cc=mirela.rabulea@nxp.com \
--cc=nicu.manescu@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.