diff options
Diffstat (limited to 'meta/conf/sanity.conf')
| -rw-r--r-- | meta/conf/sanity.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 7cc348ec9..198a838d0 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -3,9 +3,14 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.8.10" +BB_MIN_VERSION = "1.15.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" +SANITY_VERSION ?= "1" +LOCALCONF_VERSION ?= "1" +LAYER_CONF_VERSION ?= "4" +SITE_CONF_VERSION ?= "1" + INHERIT += "sanity" |
