From: Richard Purdie Date: Fri, 5 Jan 2024 11:57:45 +0000 (+0000) Subject: sanity: Require bitbake 2.7.1 X-Git-Tag: uninative-4.4~555 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b6c3ebf6821b28dd1a350ccd74e47dc4bbd593;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sanity: Require bitbake 2.7.1 We need bitbake 2.7.1 due to the find_siginfo changes. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index ebe71c632b8..435455d9fb4 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.6.1" +BB_MIN_VERSION = "2.7.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"