diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-25 16:31:28 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 21:06:57 +0000 |
| commit | fb10e3b83b3fb3c22294ef58c30e531388080a89 (patch) | |
| tree | 6396a32f0c39a40740cbed4dc1d1ed0dac713181 | |
| parent | ba31e10df43fbf8321ef0246ae74e6bd36227c58 (diff) | |
| download | poky-fb10e3b83b3fb3c22294ef58c30e531388080a89.tar.gz | |
bitbake.conf: Add METADATA_REVISION to BB_HASH_CODEPARSER_VALS
This stops the codeparser cache changing ever time a new commit is
added to the main repository.
(From OE-Core rev: f77b9f983395c648fddc96f0d6c8ebd6d52056d4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c154f271cf..5aadf6e707 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -959,7 +959,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ | |||
| 959 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ | 959 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ |
| 960 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ | 960 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ |
| 961 | progress mcdepends number_threads" | 961 | progress mcdepends number_threads" |
| 962 | BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn" | 962 | BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn METADATA_REVISION=1234" |
| 963 | 963 | ||
| 964 | MLPREFIX ??= "" | 964 | MLPREFIX ??= "" |
| 965 | MULTILIB_VARIANTS ??= "" | 965 | MULTILIB_VARIANTS ??= "" |
