blob: 435455d9fb48c74f2c317c6614cf4b4877549988 [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 Williams169d7bc2024-01-05 11:33:25 -06006BB_MIN_VERSION = "2.7.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