mirror of
git://git.yoctoproject.org/poky.git
synced 2025-08-22 00:42:05 +02:00

We require the code to handle variable renaming which is in this version of bitbake. (From OE-Core rev: e0f5938737727c3a2d738cd595a1f891c444c3c8) 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.53.1"
|
|
|
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
|
|
|
SANITY_VERSION ?= "1"
|
|
LOCALCONF_VERSION ?= "2"
|
|
LAYER_CONF_VERSION ?= "7"
|
|
SITE_CONF_VERSION ?= "1"
|
|
|
|
INHERIT += "sanity"
|
|
|