Message ID | f968fabffd5ce2cc1c6b59d7141cd789d83acd1d.1742397485.git.steve@sakoman.com |
---|---|
State | New |
Headers | show |
Series | [kirkstone,2.0] bitbake: cache: bump cache version | expand |
diff --git a/lib/bb/cache.py b/lib/bb/cache.py index 92e9a3ced..26304661c 100644 --- a/lib/bb/cache.py +++ b/lib/bb/cache.py @@ -27,7 +27,7 @@ import re logger = logging.getLogger("BitBake.Cache") -__cache_version__ = "154" +__cache_version__ = "155" def getCacheFile(path, filename, mc, data_hash): mcspec = ''
Version bump is needed after "siggen.py: Improve taskhash reproducibility" otherwise there will be taskhash mismatch errors Signed-off-by: Steve Sakoman <steve@sakoman.com> --- lib/bb/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)