* "bitbake-layers show-overlayed" generates python traceback
@ 2012-03-19 11:07 Robert P. J. Day
2012-03-19 11:13 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-03-19 11:07 UTC (permalink / raw)
To: BitBake developer list
just goofing around with a utility i'd never noticed before,
bitbake-layers, and tested it on a simple qemux86 configuration:
$ bitbake-layers show-overlayed
Parsing recipes..done.
Traceback (most recent call last):
File "/home/rpjday/oe/oe-core/bitbake/bin/bitbake-layers", line 593, in <module>
sys.exit(main(sys.argv[1:]) or 0)
File "/home/rpjday/oe/oe-core/bitbake/bin/bitbake-layers", line 47, in main
cmds.onecmd(' '.join(args))
File "/usr/lib/python2.7/cmd.py", line 219, in onecmd
return func(arg)
File "/home/rpjday/oe/oe-core/bitbake/bin/bitbake-layers", line 216, in do_show_overlayed
logger.note('No overlayed files found')
AttributeError: 'BBLogger' object has no attribute 'note'
$
is there a special context i need to run this in?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "bitbake-layers show-overlayed" generates python traceback
2012-03-19 11:07 "bitbake-layers show-overlayed" generates python traceback Robert P. J. Day
@ 2012-03-19 11:13 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-03-19 11:13 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: bitbake-devel
On Monday 19 March 2012 07:07:18 Robert P. J. Day wrote:
> just goofing around with a utility i'd never noticed before,
> bitbake-layers, and tested it on a simple qemux86 configuration:
>
> $ bitbake-layers show-overlayed
> Parsing recipes..done.
> Traceback (most recent call last):
> File "/home/rpjday/oe/oe-core/bitbake/bin/bitbake-layers", line 593, in
> <module> sys.exit(main(sys.argv[1:]) or 0)
> File "/home/rpjday/oe/oe-core/bitbake/bin/bitbake-layers", line 47, in
> main cmds.onecmd(' '.join(args))
> File "/usr/lib/python2.7/cmd.py", line 219, in onecmd
> return func(arg)
> File "/home/rpjday/oe/oe-core/bitbake/bin/bitbake-layers", line 216, in
> do_show_overlayed logger.note('No overlayed files found')
> AttributeError: 'BBLogger' object has no attribute 'note'
> $
>
> is there a special context i need to run this in?
No, this is a bug. Looking at a fix now.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-19 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 11:07 "bitbake-layers show-overlayed" generates python traceback Robert P. J. Day
2012-03-19 11:13 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox