From 52240dd9eb535c501623d7c90b8be01304c85536 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 16 Jun 2020 23:42:54 +0100 Subject: sanity.conf: Require bitbake 1.47.0 as the minimum version The recent siggen changes need the new version of bitbake, update the minimum version to match (should also help the TERM environment change too). (From OE-Core rev: cb0213721893e5336995b38faffc7b65338a1b5f) 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 8b2f655394..8ae548941b 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 = "1.43.2" +BB_MIN_VERSION = "1.47.0" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit v1.2.3-54-g00ecf