From 513ba822d741a864db17dce5bb1d5866deeff0e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 24 Mar 2025 17:42:09 +0000 Subject: [PATCH] sanity.conf: Require bitbake 2.9.2 We need a version of bitbake with the fetcher revision changes in it, update the minimum version accordingly. (From OE-Core rev: ec54f71dcf8166c725ff89f8689c177431bd0b52) 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 02775970ae..5f8da8baac 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.9.1" +BB_MIN_VERSION = "2.9.2" SANITY_ABIFILE = "${TMPDIR}/abi_version"