From 93a6e5d32ceebc1da5f8a1c3216de1564e9bbc0e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 8 May 2024 14:57:14 +0100 Subject: [PATCH] sanity.conf: Require bitbake 2.9.1 We need a recent siggen change in bitbake to allow SPDX to work better. (From OE-Core rev: 3d501e4b496be86b0089167af2f49cb750fc7ea2) 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 d2f56a3fb0..02775970ae 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.7.3" +BB_MIN_VERSION = "2.9.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"