xref: /openbmc/openbmc/poky/meta/conf/sanity.conf (revision 73bd93f1)
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 = "2.7.3"
7
8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10SANITY_VERSION ?= "1"
11LOCALCONF_VERSION  ?= "2"
12LAYER_CONF_VERSION ?= "7"
13SITE_CONF_VERSION  ?= "1"
14
15INHERIT += "sanity"
16
17