From: Richard Purdie Date: Mon, 16 Jun 2025 21:25:35 +0000 (+0100) Subject: sanity.conf: Bump bitbake requirement to 2.15.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78c1061dc3916677bd9c2825820a1bab7e75f28a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Bump bitbake requirement to 2.15.0 This brings in the features we need to toolchain selection. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 6d3911ff94e..3692007e96d 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.12.0" +BB_MIN_VERSION = "2.15.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"