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

sanity.conf: Bump bitbake requirement to 2.15.0

This brings in the features we need to toolchain selection.

(From OE-Core rev: 78c1061dc3916677bd9c2825820a1bab7e75f28a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2025-06-16 22:25:35 +01:00
parent 30fe072f6a
commit bb4dd2e54d
+1 -1
View File
@@ -3,7 +3,7 @@
# See sanity.bbclass # See sanity.bbclass
# #
# Expert users can confirm their sanity with "touch conf/sanity.conf" # Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "2.12.0" BB_MIN_VERSION = "2.15.0"
SANITY_ABIFILE = "${TMPDIR}/abi_version" SANITY_ABIFILE = "${TMPDIR}/abi_version"