[oe] bitbake -b workaround

Jim Qode sagasolauyeoldum at gmail.com
Thu Sep 8 17:50:06 UTC 2011


Hello,

I updated my build environment today. Now bitbake -b fails with the
following errors. Is there any workaround I can use to continue working
on my project before a patch is issued?

ERROR: Command execution failed: Traceback (most recent call last):
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/command.py",
line 102, in runAsyncCommand
    commandmethod(self.cmds_async, self, options)
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/command.py",
line 190, in buildFile
    command.cooker.buildFile(bfile, task)
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/cooker.py",
line 627, in buildFile
    buildfile = self.matchFile(fn)
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/cooker.py",
line 604, in matchFile
    matches = self.matchFiles(buildfile)
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/cooker.py",
line 586, in matchFiles
    filelist, masked = self.collect_bbfiles()
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/cooker.py",
line 853, in collect_bbfiles
    files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/cooker.py",
line 853, in <lambda>
    files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
  File
"/home/jimqode/Werk/oe/setup-scripts/sources/bitbake/lib/bb/cooker.py",
line 397, in calc_bbfile_priority
    for _, _, regex, pri in self.status.bbfile_config_priorities:
AttributeError: 'NoneType' object has no attribute
'bbfile_config_priorities'





More information about the Openembedded-devel mailing list