From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/conf/sanity.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/conf/sanity.conf (limited to 'meta/conf/sanity.conf') diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf new file mode 100644 index 0000000000..940db33f85 --- /dev/null +++ b/meta/conf/sanity.conf @@ -0,0 +1,16 @@ +# Sanity checks for common user misconfigurations +# +# See sanity.bbclass +# +# Expert users can confirm their sanity with "touch conf/sanity.conf" +BB_MIN_VERSION = "1.21.1" + +SANITY_ABIFILE = "${TMPDIR}/abi_version" + +SANITY_VERSION ?= "1" +LOCALCONF_VERSION ?= "1" +LAYER_CONF_VERSION ?= "5" +SITE_CONF_VERSION ?= "1" + +INHERIT += "sanity" + -- cgit v1.2.3-54-g00ecf