From: Richard Purdie Date: Mon, 24 Mar 2025 17:42:09 +0000 (+0000) Subject: sanity.conf: Require bitbake 2.9.2 X-Git-Tag: yocto-5.2~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec54f71dcf8166c725ff89f8689c177431bd0b52;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Require bitbake 2.9.2 We need a version of bitbake with the fetcher revision changes in it, update the minimum version accordingly. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 02775970aee..5f8da8baac9 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.1" +BB_MIN_VERSION = "2.9.2" SANITY_ABIFILE = "${TMPDIR}/abi_version"