blob: d2f56a3fb00b9918255076751c1ed2eb50320c48 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# Sanity checks for common user misconfigurations
2#
3# See sanity.bbclass
4#
5# Expert users can confirm their sanity with "touch conf/sanity.conf"
Patrick Williams73bd93f2024-02-20 08:07:48 -06006BB_MIN_VERSION = "2.7.3"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10SANITY_VERSION ?= "1"
Patrick Williams213cb262021-08-07 19:21:33 -050011LOCALCONF_VERSION ?= "2"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050012LAYER_CONF_VERSION ?= "7"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013SITE_CONF_VERSION ?= "1"
14
15INHERIT += "sanity"
16