Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. gamma@debian:~/devel/poky_fido/build$ bitbake dcsp
  2. ERROR: Traceback (most recent call last):
  3. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/cookerdata.py", line 175, in wrapped
  4. return func(fn, *args)
  5. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/cookerdata.py", line 185, in parse_config_file
  6. return bb.parse.handle(fn, data, include)
  7. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/parse/__init__.py", line 107, in handle
  8. return h['handle'](fn, data, include)
  9. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 118, in handle
  10. abs_fn = resolve_file(fn, data)
  11. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/parse/__init__.py", line 125, in resolve_file
  12. raise IOError("file %s not found in %s" % (fn, bbpath))
  13. IOError: file ~/devel/poky_fido/meta/conf/layer.conf not found in /home/gamma/devel/poky_fido/build
  14.  
  15. ERROR: Unable to parse ~/devel/poky_fido/meta/conf/layer.conf: file ~/devel/poky_fido/meta/conf/layer.conf not found in /home/gamma/devel/poky_fido/build
  16. gamma@debian:~/devel/poky_fido/build$ bitbake dcsp
  17. ERROR: Traceback (most recent call last):
  18. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/cookerdata.py", line 175, in wrapped
  19. return func(fn, *args)
  20. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/cookerdata.py", line 185, in parse_config_file
  21. return bb.parse.handle(fn, data, include)
  22. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/parse/__init__.py", line 107, in handle
  23. return h['handle'](fn, data, include)
  24. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 118, in handle
  25. abs_fn = resolve_file(fn, data)
  26. File "/home/gamma/devel/poky_fido/bitbake/lib/bb/parse/__init__.py", line 125, in resolve_file
  27. raise IOError("file %s not found in %s" % (fn, bbpath))
  28. IOError: file ~/devel/poky_fido/meta/conf/layer.conf not found in /home/gamma/devel/poky_fido/build
  29.  
  30. ERROR: Unable to parse ~/devel/poky_fido/meta/conf/layer.conf: file ~/devel/poky_fido/meta/conf/layer.conf not found in /home/gamma/devel/poky_fido/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement