mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
The addition of BBLAYERS changes the build/conf directory to be incompatible with the "old way" in the Purple release. As such things are likely to occur in future we should bersion the build/conf directory through local.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 lines
260 B
Plaintext
14 lines
260 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.8.10"
|
|
|
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
|
|
|
POKY_CONF_VERSION = "1"
|
|
|
|
INHERIT += "sanity"
|
|
|