[bitbake-devel] "bitbake-layers show-overlayed" generates python traceback

Robert P. J. Day rpjday at crashcourse.ca
Mon Mar 19 11:07:18 UTC 2012


  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
========================================================================




More information about the bitbake-devel mailing list