From: Richard Purdie Date: Wed, 6 Dec 2023 23:35:51 +0000 (+0000) Subject: sanity.conf: Require bitbake 2.6.1 for recent runqueue change X-Git-Tag: uninative-4.4~793 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63bd8d5aa2cdcbfa899b1cfb8acad06dee44752;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sanity.conf: Require bitbake 2.6.1 for recent runqueue change Require the presence of a recent change in bitbake 2.6.1 for runqueue setscene dependency handling improvements. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 593419921f5..ebe71c632b8 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.3.1" +BB_MIN_VERSION = "2.6.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"