1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

sanity.conf: Require bitbake 2.9.2

We need a version of bitbake with the fetcher revision changes in it,
update the minimum version accordingly.

(From OE-Core rev: ec54f71dcf8166c725ff89f8689c177431bd0b52)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2025-03-24 17:42:09 +00:00
parent 2d66669b8c
commit 513ba822d7
+1 -1
View File
@@ -3,7 +3,7 @@
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "2.9.1"
BB_MIN_VERSION = "2.9.2"
SANITY_ABIFILE = "${TMPDIR}/abi_version"