summaryrefslogtreecommitdiffstats
path: root/meta/lib/bblayers/templates
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-06-11 16:29:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-18 11:07:58 +0100
commitffeb85ab80fb2f15d31675a0e6deddb1bab4760e (patch)
treefb22eba9127e8d4cfbea7291eca6ea291eb8082b /meta/lib/bblayers/templates
parent4699d29ac2a1a8607970638df9cf6478b1c02331 (diff)
downloadpoky-ffeb85ab80fb2f15d31675a0e6deddb1bab4760e.tar.gz
bitbake-layers/create: add LAYERSERIES_COMPAT
Derive the value for template layer.conf from core layer and add dependendency on it too. Fixes [YOCTO #12767] (From OE-Core rev: 461c305078c40fca8b5382e393e3e8513d4abfa4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/bblayers/templates')
-rw-r--r--meta/lib/bblayers/templates/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/bblayers/templates/layer.conf b/meta/lib/bblayers/templates/layer.conf
index 3c0300226c..49f95cafc8 100644
--- a/meta/lib/bblayers/templates/layer.conf
+++ b/meta/lib/bblayers/templates/layer.conf
@@ -8,3 +8,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
8BBFILE_COLLECTIONS += "%s" 8BBFILE_COLLECTIONS += "%s"
9BBFILE_PATTERN_%s = "^${LAYERDIR}/" 9BBFILE_PATTERN_%s = "^${LAYERDIR}/"
10BBFILE_PRIORITY_%s = "%s" 10BBFILE_PRIORITY_%s = "%s"
11
12LAYERDEPENDS_%s = "core"
13LAYERSERIES_COMPAT_%s = "%s"