summaryrefslogtreecommitdiffstats
path: root/meta/conf/sanity.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r--meta/conf/sanity.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index fcaed11951..2ac1735d50 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -7,10 +7,10 @@ BB_MIN_VERSION = "1.8.10"
SANITY_ABIFILE = "${TMPDIR}/abi_version"
-SANITY_VERSION = "1"
-POKY_CONF_VERSION = "1"
-LAYER_CONF_VERSION = "4"
-SITE_CONF_VERSION = "1"
+SANITY_VERSION ?= "1"
+LOCALCONF_VERSION ?= "1"
+LAYER_CONF_VERSION ?= "4"
+SITE_CONF_VERSION ?= "1"
INHERIT += "sanity"