From: Richard Purdie Date: Thu, 23 Apr 2026 13:31:56 +0000 (+0100) Subject: sanity.conf: Depend on bitbake 2.18 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a16eb33fc401db34fbeaba623231d006312eb48e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Depend on bitbake 2.18 In readiness for release and due to the distro_features fix which needs bb.utils.filter_string(), update to depend on bitbake 2.18.0 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 7182854274..f80763bbe9 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.2" +BB_MIN_VERSION = "2.18.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"