[yocto] [meta-cgl][PATCH 1/2] layer: add LAYERSERIES_COMPAT for rocko

Armin Kuster akuster808 at gmail.com
Sat Apr 14 08:33:33 PDT 2018


Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta-cgl-common/conf/layer.conf  | 2 ++
 meta-cgl-fsl-ppc/conf/layer.conf | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf
index bdf5f3f..bcbff51 100644
--- a/meta-cgl-common/conf/layer.conf
+++ b/meta-cgl-common/conf/layer.conf
@@ -14,3 +14,5 @@ BBFILE_PRIORITY_cgl-common = "7"
 LAYERDEPENDS_cgl-common = "core openembedded-layer networking-layer perl-layer filesystems-layer security selinux"
 
 require conf/distro/include/cgl_common_security_flags.inc
+
+LAYERSERIES_COMPAT_cgl-common-layer = "rocko"
diff --git a/meta-cgl-fsl-ppc/conf/layer.conf b/meta-cgl-fsl-ppc/conf/layer.conf
index 353824d..2fee17e 100644
--- a/meta-cgl-fsl-ppc/conf/layer.conf
+++ b/meta-cgl-fsl-ppc/conf/layer.conf
@@ -10,3 +10,5 @@ BBFILE_PATTERN_cgl-fsl-ppc = "^${LAYERDIR}/"
 BBFILE_PRIORITY_cgl-fsl-ppc = "7"
 
 LAYERDEPENDS_cgl-fsl-ppc = "cgl-common"
+
+LAYERSERIES_COMPAT_cgl-fsl-ppc-layer = "rocko"
-- 
2.7.4




More information about the yocto mailing list