summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2025-03-19 08:19:32 -0700
committerSteve Sakoman <steve@sakoman.com>2025-03-27 08:16:30 -0700
commit8660c1bd8d38d4061c51a3fdd05e1181081bec22 (patch)
treedc7b1b564aebac23100fd9dc6a38b464692ed21a /bitbake/lib/bb/cache.py
parentb210ed67de098a78a577baf464fae569d020de62 (diff)
downloadpoky-8660c1bd8d38d4061c51a3fdd05e1181081bec22.tar.gz
bitbake: cache: bump cache version
Version bump is needed after "siggen.py: Improve taskhash reproducibility" otherwise there will be taskhash mismatch errors (Bitbake rev: 046871d9fd76efdca7b72718b328d8f545523f7e) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-rw-r--r--bitbake/lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py
index 92e9a3ced7..26304661c4 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -27,7 +27,7 @@ import re
27 27
28logger = logging.getLogger("BitBake.Cache") 28logger = logging.getLogger("BitBake.Cache")
29 29
30__cache_version__ = "154" 30__cache_version__ = "155"
31 31
32def getCacheFile(path, filename, mc, data_hash): 32def getCacheFile(path, filename, mc, data_hash):
33 mcspec = '' 33 mcspec = ''