aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
blob: 7112324132dc671c2cab3e069eee37d2e275953d (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.8.12"

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

INHERIT += "sanity"