Guest User

bitbake errors

a guest
Oct 20th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ERROR: Traceback (most recent call last):
  2. File "/home/kalyan/BBB/poky-krogoth/bitbake/lib/bb/cookerdata.py", line 179, in wrapped
  3. return func(fn,*args)
  4. File "/home/kalyan/BBB/poky-krogoth/bitbake/lib/bb/cookerdata.py", line 203, in parse_config_file
  5. return bb.parse.handle(fn, data, include)
  6. File "/home/kalyan/BBB/poky-krogoth/bitbake/lib/bb/parse/__init__.py", line 113, in handle
  7. return h['handle'](fn, data, include)
  8. File "/home/kalyan/BBB/poky-krogoth/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 124, in handle
  9. abs_fn = resolve_file(fn, data)
  10. File "/home/kalyan/BBB/poky-krogoth/bitbake/lib/bb/parse/__init__.py", line 131, in resolve_file
  11. raise IOError(errno.ENOENT, "file %s not found in %s" % (fn, bbpath))
  12. IOError: [Errno 2] file $~/BBB/poky-krogoth/meta/conf/layer.conf not found in /home/kalyan/BBB/poky-krogoth/build
  13.  
  14. ERROR: Unable to parse $~/BBB/poky-krogoth/meta/conf/layer.conf: [Errno 2] file $~/BBB/poky-krogoth/meta/conf/layer.conf not found in /home/kalyan/BBB/poky-krogoth/build
Add Comment
Please, Sign In to add comment