diff mbox series

[1/3] bitbake.conf: Add METADATA_REVSISION to BB_HASH_CODEPARSER_VALS

Message ID 20230125222221.2462169-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit f77b9f983395c648fddc96f0d6c8ebd6d52056d4
Headers show
Series [1/3] bitbake.conf: Add METADATA_REVSISION to BB_HASH_CODEPARSER_VALS | expand

Commit Message

Richard Purdie Jan. 25, 2023, 10:22 p.m. UTC
This stops the codeparser cache changing ever time a new commit is
added to the main repository.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index c154f271cf8..5aadf6e7078 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -959,7 +959,7 @@  BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \
     sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \
     recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \
     progress mcdepends number_threads"
-BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn"
+BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn METADATA_REVISION=1234"
 
 MLPREFIX ??= ""
 MULTILIB_VARIANTS ??= ""