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

sanity.conf: Bump minimum bitbake version to 1.27.1 for sstate change

(From OE-Core rev: b925be92e8be2ab3b945069a699859809615c78f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2015-06-09 13:44:52 +01:00
parent ccb2d1b481
commit a3e60c3cbf
+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 = "1.25.0"
BB_MIN_VERSION = "1.27.1"
SANITY_ABIFILE = "${TMPDIR}/abi_version"