sanity.conf: Require bitbake 2.6.1 for recent runqueue change

Require the presence of a recent change in bitbake 2.6.1 for runqueue
setscene dependency handling improvements.

(From OE-Core rev: a63bd8d5aa2cdcbfa899b1cfb8acad06dee44752)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-12-06 23:35:51 +00:00
parent e1931b5e0e
commit fcd9f34dcc

View File

@@ -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"