blob: dd156d282701db79c97859f445ba4bee61430f9a [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"
6BB_MIN_VERSION = "1.27.1"
7
8SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10SANITY_VERSION ?= "1"
11LOCALCONF_VERSION ?= "1"
12LAYER_CONF_VERSION ?= "6"
13SITE_CONF_VERSION ?= "1"
14
15INHERIT += "sanity"
16