sanity.conf 336 B

12345678910111213141516
  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"
  6. BB_MIN_VERSION = "1.47.0"
  7. SANITY_ABIFILE = "${TMPDIR}/abi_version"
  8. SANITY_VERSION ?= "1"
  9. LOCALCONF_VERSION ?= "1"
  10. LAYER_CONF_VERSION ?= "7"
  11. SITE_CONF_VERSION ?= "1"
  12. INHERIT += "sanity"