mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
sanity.conf: Require bitbake 2.9.1
We need a recent siggen change in bitbake to allow SPDX to work better. (From OE-Core rev: 3d501e4b496be86b0089167af2f49cb750fc7ea2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.7.3"
|
BB_MIN_VERSION = "2.9.1"
|
||||||
|
|
||||||
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user