Advertisement
Guest User

yocto toaster bitbake crash

a guest
May 25th, 2022
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Bitbake crash
  2. Traceback (most recent call last):
  3. File "/home/tepperson/yocto/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/command.py", line 90, in runCommand
  4. result = command_method(self, commandline)
  5. File "/home/tepperson/yocto/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/command.py", line 286, in updateConfig
  6. command.cooker.updateConfigOpts(options, environment, cmdline)
  7. File "/home/tepperson/yocto/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 536, in updateConfigOpts
  8. self.reset()
  9. File "/home/tepperson/yocto/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 1775, in reset
  10. self.initConfigurationData()
  11. File "/home/tepperson/yocto/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 390, in initConfigurationData
  12. self.databuilder.parseBaseConfiguration()
  13. File "/home/tepperson/yocto/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cookerdata.py", line 305, in parseBaseConfiguration
  14. raise bb.BBHandledException()
  15. bb.BBHandledException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement