1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

sanity.conf: Update minimum bitbake version to 2.12.0

This should have been 2.11 previously but the numbers got confused.
Correct it for release.

(From OE-Core rev: d4a7c9d1e72dd6e45458ac6590e76f10805c0818)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2025-03-29 15:29:26 +00:00
parent 2d7f5904a8
commit 3d8c4ad2cf
+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.2"
BB_MIN_VERSION = "2.12.0"
SANITY_ABIFILE = "${TMPDIR}/abi_version"