From: Richard Purdie Date: Tue, 1 Jul 2025 07:51:18 +0000 (+0100) Subject: sanity: Require minimum of bitbake 2.15.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1c39b29f21719b349072c51a761fa19770a49ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity: Require minimum of bitbake 2.15.1 This is needed for tinfoil and umask helper function changes. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 3692007e96d..474816797aa 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.0" +BB_MIN_VERSION = "2.15.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"