xref: /openbmc/openbmc/poky/meta/conf/sanity.conf (revision 82c905dc)
1# Sanity checks for common user misconfigurations
2#
3# See sanity.bbclass
4#
5# Expert users can confirm their sanity with "touch conf/sanity.conf"
6BB_MIN_VERSION = "1.43.2"
7
8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10SANITY_VERSION ?= "1"
11LOCALCONF_VERSION  ?= "1"
12LAYER_CONF_VERSION ?= "7"
13SITE_CONF_VERSION  ?= "1"
14
15INHERIT += "sanity"
16
17