From 9840877cb7dc9c57c65a2b2740121a8c56b9985b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 12 Aug 2025 10:04:02 +0100 Subject: [PATCH] conf/sanity: Increase bitbake minimum version requirement We now need the new bitbake setVarFilter function. There was also some changes to bb.event.check_for_interrupts() which changed in an incompatible way. Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 474816797a..7182854274 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.1" +BB_MIN_VERSION = "2.15.2" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- 2.47.2