blob: 68d4523afcab6657f70984b2c1d9d4a987d12118 [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 Geisslerc926e172021-05-07 16:11:35 -05006BB_MIN_VERSION = "1.51.0"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10SANITY_VERSION ?= "1"
11LOCALCONF_VERSION ?= "1"
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