blob: 95931a2009ec4f0b0f45e725bf546e3d1cc2809c [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 Williams213cb262021-08-07 19:21:33 -05006BB_MIN_VERSION = "1.51.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