diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/sanity.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index fcaed1195..2ac1735d5 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" |