On Sat, Apr 14, 2018 at 8:34 AM Armin Kuster <[email protected]> wrote:
> Signed-off-by: Armin Kuster <[email protected]> > --- > 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" > Seems this should be cgl-fsl-ppc isn’t it > -- > 2.7.4 > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto >
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
