From bb4dd2e54d775d2d4b6cbc1b8ee528d6e9154128 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 16 Jun 2025 22:25:35 +0100 Subject: [PATCH] sanity.conf: Bump bitbake requirement to 2.15.0 This brings in the features we need to toolchain selection. (From OE-Core rev: 78c1061dc3916677bd9c2825820a1bab7e75f28a) 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 6d3911ff94..3692007e96 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.12.0" +BB_MIN_VERSION = "2.15.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"