Skip to content

Instantly share code, notes, and snippets.

@rpcme
Created August 2, 2021 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpcme/0610933ead37412d21393948f0ed722d to your computer and use it in GitHub Desktop.
Save rpcme/0610933ead37412d21393948f0ed722d to your computer and use it in GitHub Desktop.
Issue on second target run
/worktree/poky$ bitbake core-image-minimal
Loading cache: 100% |#############################################################################| Time: 0:00:00
Loaded 3733 entries from dependency cache.
ERROR: Command execution failed: Traceback (most recent call last):
File "/worktree/poky/bitbake/lib/bb/command.py", line 115, in runAsyncCommand
self.cooker.updateCache()
File "/worktree/poky/bitbake/lib/bb/cooker.py", line 1620, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
File "/worktree/poky/bitbake/lib/bb/cooker.py", line 2090, in __init__
if not self.bb_caches[mc].cacheValid(filename, appends):
File "/worktree/poky/bitbake/lib/bb/cache.py", line 574, in cacheValid
self.cacheValidUpdate(fn, appends)
File "/worktree/poky/bitbake/lib/bb/cache.py", line 642, in cacheValidUpdate
f, exist = f.split(":")
ValueError: too many values to unpack (expected 2)
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment