summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-01 19:17:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-02 12:28:17 +0100
commit106a7e07057e4681e6fb06dfe9e28d2e183d667d (patch)
tree7f7aff966da051b932515256c7a4eae4a36b30ee /meta/conf
parent2b0a6f03137f24b211c8881cebf65732e550a942 (diff)
downloadopenembedded-core-contrib-106a7e07057e4681e6fb06dfe9e28d2e183d667d.tar.gz
populate_sdk_ext: Fix race condition on bb_unihashes.dat
There is a race were the bb_unihashes.dat file may end up zero sized due to concurrent builds. Use recently added API within bitbake to copy the file safely. Also use the opportunity to remove hardcoded filepaths internal to bitbake from OE-Core. Bump the minimum bitbake version to match the API being used. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/sanity.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index e6cb2b45fe..fff1ad8246 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -3,7 +3,7 @@
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "1.53.1"
+BB_MIN_VERSION = "2.0.1"
SANITY_ABIFILE = "${TMPDIR}/abi_version"