From 3d8c4ad2cfa18d50a90115078589f994e41616e7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 29 Mar 2025 15:29:26 +0000 Subject: sanity.conf: Update minimum bitbake version to 2.12.0 This should have been 2.11 previously but the numbers got confused. Correct it for release. (From OE-Core rev: d4a7c9d1e72dd6e45458ac6590e76f10805c0818) 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 5f8da8baac..6d3911ff94 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.2" +BB_MIN_VERSION = "2.12.0" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit v1.2.3-54-g00ecf