summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-selftest/conf/layer.conf2
-rw-r--r--meta-skeleton/conf/layer.conf2
-rw-r--r--meta/conf/layer.conf2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf
index a847b78a20..2a71895ce5 100644
--- a/meta-selftest/conf/layer.conf
+++ b/meta-selftest/conf/layer.conf
@@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
8BBFILE_COLLECTIONS += "selftest" 8BBFILE_COLLECTIONS += "selftest"
9BBFILE_PATTERN_selftest = "^${LAYERDIR}/" 9BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
10BBFILE_PRIORITY_selftest = "5" 10BBFILE_PRIORITY_selftest = "5"
11
12LAYERSERIES_COMPAT_selftest = "rocko"
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index aca1633420..a15516afaf 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -13,3 +13,5 @@ BBFILE_PRIORITY_skeleton = "1"
13LAYERVERSION_skeleton = "1" 13LAYERVERSION_skeleton = "1"
14 14
15LAYERDEPENDS_skeleton = "core" 15LAYERDEPENDS_skeleton = "core"
16
17LAYERSERIES_COMPAT_skeleton = "rocko"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index fc165021c5..6d36aa1098 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -11,6 +11,8 @@ BBFILE_PRIORITY_core = "5"
11# cause compatibility issues with other layers 11# cause compatibility issues with other layers
12LAYERVERSION_core = "10" 12LAYERVERSION_core = "10"
13 13
14LAYERSERIES_CORENAMES = "rocko"
15
14BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" 16BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"
15 17
16# Set a variable to get to the top of the metadata location 18# Set a variable to get to the top of the metadata location