]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/blob - meta/conf/sanity.conf
sanity.conf: Bump minimum bitbake version to 1.27.1 for sstate change
[thirdparty/openembedded/openembedded-core.git] / meta / conf / sanity.conf
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"
6 BB_MIN_VERSION = "1.27.1"
7
8 SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10 SANITY_VERSION ?= "1"
11 LOCALCONF_VERSION ?= "1"
12 LAYER_CONF_VERSION ?= "6"
13 SITE_CONF_VERSION ?= "1"
14
15 INHERIT += "sanity"
16