diff mbox series

[1/2] sanity.conf: Require bitbake 2.6.1 for recent runqueue change

Message ID 20231206233635.1714521-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit a63bd8d5aa2cdcbfa899b1cfb8acad06dee44752
Headers show
Series [1/2] sanity.conf: Require bitbake 2.6.1 for recent runqueue change | expand

Commit Message

Richard Purdie Dec. 6, 2023, 11:36 p.m. UTC
Require the presence of a recent change in bitbake 2.6.1 for runqueue
setscene dependency handling improvements.

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 593419921f5..ebe71c632b8 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.3.1"
+BB_MIN_VERSION = "2.6.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"