From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm 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..a824c90934 --- /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.23.2" + +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