Advertisement
Guest User

Untitled

a guest
Sep 8th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ERROR: Command execution failed: Traceback (most recent call last):
  2. File "/home/swissdotnet/yocto/poky/bitbake/lib/bb/command.py", line 99, in runAsyncCommand
  3. self.cooker.updateCache()
  4. File "/home/swissdotnet/yocto/poky/bitbake/lib/bb/cooker.py", line 1468, in updateCache
  5. self.parser = CookerParser(self, filelist, masked)
  6. File "/home/swissdotnet/yocto/poky/bitbake/lib/bb/cooker.py", line 1907, in __init__
  7. if not self.bb_cache.cacheValid(filename, appends):
  8. File "/home/swissdotnet/yocto/poky/bitbake/lib/bb/cache.py", line 471, in cacheValid
  9. self.cacheValidUpdate(fn, appends)
  10. File "/home/swissdotnet/yocto/poky/bitbake/lib/bb/cache.py", line 534, in cacheValidUpdate
  11. f, exist = f.split(":")
  12. ValueError: need more than 1 value to unpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement