aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
blob: c1ac332552d7b23e37eb7136ef2b205d19e75d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"
SANITY_PERSIST_DATA_FILE = "bb_persist_data.sqlite3"

INHERIT += "sanity"