generic-poky/meta/conf/sanity.conf
Scott Garman 87cac1db8c bblayers.conf.sample: remove meta-moblin from default layers
This fixes [BUGID #273]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-17 11:32:00 -07:00

16 lines
311 B
Text

# 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"
LAYER_CONF_VERSION = "3"
SITE_CONF_VERSION = "1"
INHERIT += "sanity"