Advertisement
71GA

Untitled

Nov 29th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. bitbake-layers show-layers
  2. NOTE: Starting bitbake server...
  3. Traceback (most recent call last):
  4. File "/home/ziga/yocto/poky/bitbake/bin/bitbake-layers", line 95, in <module>
  5. ret = main()
  6. File "/home/ziga/yocto/poky/bitbake/bin/bitbake-layers", line 63, in main
  7. tinfoil.prepare(True)
  8. File "/home/ziga/yocto/poky/bitbake/lib/bb/tinfoil.py", line 414, in prepare
  9. self.run_command('parseConfiguration')
  10. File "/home/ziga/yocto/poky/bitbake/lib/bb/tinfoil.py", line 470, in run_command
  11. raise TinfoilCommandFailed(result[1])
  12. bb.tinfoil.TinfoilCommandFailed: Traceback (most recent call last):
  13. File "/home/ziga/yocto/poky/bitbake/lib/bb/command.py", line 74, in runCommand
  14. result = command_method(self, commandline)
  15. File "/home/ziga/yocto/poky/bitbake/lib/bb/command.py", line 275, in parseConfiguration
  16. command.cooker.parseConfiguration()
  17. File "/home/ziga/yocto/poky/bitbake/lib/bb/cooker.py", line 428, in parseConfiguration
  18. self.handleCollections(self.data.getVar("BBFILE_COLLECTIONS"))
  19. File "/home/ziga/yocto/poky/bitbake/lib/bb/cooker.py", line 1220, in handleCollections
  20. raise CollectionError("Errors during parsing layer configuration")
  21. bb.cooker.CollectionError: Errors during parsing layer configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement