]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/blame - meta/conf/sanity.conf
sanity: require bitbake 2.7.2 for the inherit_defer statement
[thirdparty/openembedded/openembedded-core.git] / meta / conf / sanity.conf
CommitLineData
3cd47ad2
RP
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"
3f684082 6BB_MIN_VERSION = "2.7.2"
63d12962 7
63d12962
RP
8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
9a5a783f 10SANITY_VERSION ?= "1"
5452f1ba 11LOCALCONF_VERSION ?= "2"
10fd2427 12LAYER_CONF_VERSION ?= "7"
9a5a783f 13SITE_CONF_VERSION ?= "1"
fbe3d41e 14
3cd47ad2
RP
15INHERIT += "sanity"
16