aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
blob: 35d9d32de1ff3ad93defac8e4e81024e3fc174ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = "1"
SANITY_ABIFILE = "${TMPDIR}/abi_version"

INHERIT += "sanity"