diff options
| author | Steve Sakoman <steve@sakoman.com> | 2025-03-19 08:19:32 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-03-27 08:16:30 -0700 |
| commit | 8660c1bd8d38d4061c51a3fdd05e1181081bec22 (patch) | |
| tree | dc7b1b564aebac23100fd9dc6a38b464692ed21a /bitbake/lib/bb/cache.py | |
| parent | b210ed67de098a78a577baf464fae569d020de62 (diff) | |
| download | poky-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.py | 2 |
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 | ||
| 28 | logger = logging.getLogger("BitBake.Cache") | 28 | logger = logging.getLogger("BitBake.Cache") |
| 29 | 29 | ||
| 30 | __cache_version__ = "154" | 30 | __cache_version__ = "155" |
| 31 | 31 | ||
| 32 | def getCacheFile(path, filename, mc, data_hash): | 32 | def getCacheFile(path, filename, mc, data_hash): |
| 33 | mcspec = '' | 33 | mcspec = '' |
