blob: 593419921f52c3f223d4acc23ba8d050bf8e3fb3 [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"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06006BB_MIN_VERSION = "2.3.1"
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