From 7172fd527fde440f26dd6cc371cde2720dbaa366 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Feb 2024 11:57:47 +0000 Subject: [PATCH] sanity.conf: Require bitbake 2.7.3 Due to hashserv API changes in siggen, we need bitbake 2.7.3. 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 c3e6c5179c6..d2f56a3fb00 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.2" +BB_MIN_VERSION = "2.7.3" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- 2.47.3