Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # 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 Geissler | 78b7279 | 2022-06-14 06:47:25 -0500 | [diff] [blame] | 6 | BB_MIN_VERSION = "2.0.1" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 7 | |
| 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
| 9 | |
| 10 | SANITY_VERSION ?= "1" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 11 | LOCALCONF_VERSION ?= "2" |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 12 | LAYER_CONF_VERSION ?= "7" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | SITE_CONF_VERSION ?= "1" |
| 14 | |
| 15 | INHERIT += "sanity" |
| 16 | |