On Tue, Mar 23, 2021 at 11:02:39AM -0500, [email protected] wrote: > From: Praneeth Bajjuri <[email protected]> > > This follows commit 00eb3341 ("layer.conf: remove releases > before dunfell as compatible") from meta-ti. > > removing older than dunfell releases. > > Signed-off-by: Praneeth Bajjuri <[email protected]>
Reviewed-by: Denys Dmytriyenko <[email protected]> > --- > meta-arago-distro/conf/layer.conf | 2 +- > meta-arago-extras/conf/layer.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-distro/conf/layer.conf > b/meta-arago-distro/conf/layer.conf > index 2931bf9d..9abd5eee 100644 > --- a/meta-arago-distro/conf/layer.conf > +++ b/meta-arago-distro/conf/layer.conf > @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro" > BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/" > BBFILE_PRIORITY_meta-arago-distro = "10" > > -LAYERSERIES_COMPAT_meta-arago-distro = "sumo thud warrior zeus dunfell" > +LAYERSERIES_COMPAT_meta-arago-distro = "dunfell" > > LAYERDEPENDS_meta-arago-distro = " \ > core \ > diff --git a/meta-arago-extras/conf/layer.conf > b/meta-arago-extras/conf/layer.conf > index 7e3081b2..3c33bc37 100644 > --- a/meta-arago-extras/conf/layer.conf > +++ b/meta-arago-extras/conf/layer.conf > @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras" > BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/" > BBFILE_PRIORITY_meta-arago-extras = "10" > > -LAYERSERIES_COMPAT_meta-arago-extras = "sumo thud warrior zeus dunfell" > +LAYERSERIES_COMPAT_meta-arago-extras = "dunfell" > > # Set a variable to get to the top of the metadata location > ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}' > -- > 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
