summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bblayers.conf.sample3
-rw-r--r--meta/conf/sanity.conf2
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index 3c7b6e6f7e..b2f37c0c81 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -1,9 +1,8 @@
1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf 1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly 2# changes incompatibly
3LCONF_VERSION = "3" 3LCONF_VERSION = "4"
4 4
5BBFILES ?= "" 5BBFILES ?= ""
6BBLAYERS = " \ 6BBLAYERS = " \
7 ##POKYBASE##/meta \ 7 ##POKYBASE##/meta \
8 ##POKYBASE##/meta-emenlow \
9 " 8 "
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index 1fbeb61aad..fcaed11951 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -9,7 +9,7 @@ SANITY_ABIFILE = "${TMPDIR}/abi_version"
9 9
10SANITY_VERSION = "1" 10SANITY_VERSION = "1"
11POKY_CONF_VERSION = "1" 11POKY_CONF_VERSION = "1"
12LAYER_CONF_VERSION = "3" 12LAYER_CONF_VERSION = "4"
13SITE_CONF_VERSION = "1" 13SITE_CONF_VERSION = "1"
14 14
15INHERIT += "sanity" 15INHERIT += "sanity"