From: Richard Purdie Date: Tue, 12 Aug 2025 09:04:02 +0000 (+0100) Subject: conf/sanity: Increase bitbake minimum version requirement X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git conf/sanity: Increase bitbake minimum version requirement We now need the new bitbake setVarFilter function. There was also some changes to bb.event.check_for_interrupts() which changed in an incompatible way. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 474816797a..7182854274 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 = "2.15.1" +BB_MIN_VERSION = "2.15.2" SANITY_ABIFILE = "${TMPDIR}/abi_version"