From: Gary Thomas <gary@mlbassoc.com>
To: "Xu, Dongxiao" <dongxiao.xu@intel.com>
Cc: Poky Project <poky@yoctoproject.org>
Subject: Re: Can't run HOB
Date: Tue, 20 Mar 2012 04:03:25 -0600 [thread overview]
Message-ID: <4F6855ED.2020904@mlbassoc.com> (raw)
In-Reply-To: <1332224739.1848.26.camel@dongxiao-osel>
On 2012-03-20 00:25, Xu, Dongxiao wrote:
> On Mon, 2012-03-19 at 20:20 -0600, Gary Thomas wrote:
>> When I try HOB on my tree, it parses the metadata to around 57%
>> and then brings up what I guess is a warning (sadly, it only shows
>> an empty dialogue with an "OK" button). This seems to happen because
>> I have meta-ti in my bblayers.conf. I also have this statement in
>> my local.conf:
>> # Ignore troublesome TI recipes
>> BBMASK = ".*/meta-ti/recipes-misc/"
>>
>> Maybe HOB is not honouring the BBMASK?
>
> Variables are still handled in bitbake server side, Hob only acts as a
> bridge between user and bitbake server.
>
> The phenomenon is strange since the code piece will detect if the error
> msg is None or not. If it is None, it will not pop up the error dialog.
>
> ================================================================
> def handler_command_failed_cb(self, handler, msg):
> if msg:
> lbl = "<b>Error</b>\n"
> lbl = lbl + "%s\n\n" % msg
> dialog = CrumbsMessageDialog(self, lbl,
> gtk.STOCK_DIALOG_WARNING)
> dialog.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK)
> response = dialog.run()
> dialog.destroy()
> ================================================================
>
> What's does it do if you click the "OK" button?
It seems to stop scanning recipes immediately. There is no text
along with the warning dialogue.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2012-03-20 10:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-20 2:20 Can't run HOB Gary Thomas
2012-03-20 6:25 ` Xu, Dongxiao
2012-03-20 10:03 ` Gary Thomas [this message]
2012-03-20 13:18 ` Wang, Shane
2012-03-20 18:42 ` Gary Thomas
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=4F6855ED.2020904@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=dongxiao.xu@intel.com \
--cc=poky@yoctoproject.org \
/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.