From: Richard Purdie Date: Wed, 8 May 2024 13:57:14 +0000 (+0100) Subject: sanity.conf: Require bitbake 2.9.1 X-Git-Tag: uninative-4.5~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d501e4b496be86b0089167af2f49cb750fc7ea2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sanity.conf: Require bitbake 2.9.1 We need a recent siggen change in bitbake to allow SPDX to work better. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index d2f56a3fb00..02775970aee 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.7.3" +BB_MIN_VERSION = "2.9.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"