aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
blob: e9902f6b138f247407c25f1d06391b78b4bd7fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Sanity checks for common user misconfigurations
#
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "1.10.2"

SANITY_ABIFILE = "${TMPDIR}/abi_version"
SANITY_PRFILE = "${TMPDIR}/distro_pr"

INHERIT += "sanity"