diff mbox series

[v2] sanity.conf: Require bitbake 2.19.1 for bb.fetch changes

Message ID 20260903212239.632265-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [v2] sanity.conf: Require bitbake 2.19.1 for bb.fetch changes | expand

Commit Message

Richard Purdie Sept. 3, 2026, 9:22 p.m. UTC
The bb.fetch2 -> bb.fetch changes are in bitbake 2.19.1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/sanity.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index f80763bbe97..ea39170c709 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.18.0"
+BB_MIN_VERSION = "2.19.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"