From: Richard Purdie Date: Sat, 29 Mar 2025 15:29:26 +0000 (+0000) Subject: sanity.conf: Update minimum bitbake version to 2.12.0 X-Git-Tag: yocto-5.2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4a7c9d1e72dd6e45458ac6590e76f10805c0818;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Update minimum bitbake version to 2.12.0 This should have been 2.11 previously but the numbers got confused. Correct it for release. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 5f8da8baac9..6d3911ff94e 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.9.2" +BB_MIN_VERSION = "2.12.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"