mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4893 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
# Sanity checks for common user misconfigurations
|
|
#
|
|
# See sanity.bbclass
|
|
#
|
|
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
|
BB_MIN_VERSION = "1.8.10"
|
|
|
|
#
|
|
# SANITY_ABI allows us to notify users when the format of TMPDIR changes in
|
|
# an incompatible way. Such changes should usually be detailed in the commit
|
|
# that breaks the format and have been previously discussed on the mailing list
|
|
# with general agreement from the core team.
|
|
#
|
|
SANITY_ABI = "2"
|
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
|
|
|
INHERIT += "sanity"
|
|
|