From 461c305078c40fca8b5382e393e3e8513d4abfa4 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 11 Jun 2018 16:29:01 +0800 Subject: 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] Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/lib/bblayers/templates/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/lib/bblayers/templates') 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 \ BBFILE_COLLECTIONS += "%s" BBFILE_PATTERN_%s = "^${LAYERDIR}/" BBFILE_PRIORITY_%s = "%s" + +LAYERDEPENDS_%s = "core" +LAYERSERIES_COMPAT_%s = "%s" -- cgit 1.2.3-korg