mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
(From OE-Core rev: f4b5afe46ff018570c1949653eb6995428827f6f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
# Sanity checks for common user misconfigurations
|
|
#
|
|
# See sanity.bbclass
|
|
#
|
|
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
|
BB_MIN_VERSION = "1.15.1"
|
|
|
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
|
|
|
SANITY_VERSION ?= "1"
|
|
LOCALCONF_VERSION ?= "1"
|
|
LAYER_CONF_VERSION ?= "5"
|
|
SITE_CONF_VERSION ?= "1"
|
|
|
|
INHERIT += "sanity"
|
|
|