On 3/23/2021 9:51 AM, Nishanth Menon wrote:
This follows commit cfe3f78 ("layer.conf: add hardknott to compatible
release branches") from meta-ti.
While we are at it, remove old releases before dunfell as we no longer
support the build of such configurations.
Thanks for the fix. looks good to me.
I will make a similar cleanup fix for dunfell branch from meta-ti
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
-LAYERSERIES_COMPAT_meta-arago-distro = "sumo thud warrior zeus dunfell"
+LAYERSERIES_COMPAT_meta-arago-distro = "dunfell"
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
-LAYERSERIES_COMPAT_meta-arago-extras = "sumo thud warrior zeus dunfell"
+LAYERSERIES_COMPAT_meta-arago-extras = "dunfell"
Signed-off-by: Nishanth Menon <[email protected]>
---
WARNING: there is a bunch of work to do to move to gatesgarth /
hardknott .. https://pastebin.ubuntu.com/p/kKCqXvnDKf/
but this allows us to get started, I think.
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 2931bf9daf4a..1fa61207fe01 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 gatesgarth hardknott"
LAYERDEPENDS_meta-arago-distro = " \
core \
diff --git a/meta-arago-extras/conf/layer.conf
b/meta-arago-extras/conf/layer.conf
index 7e3081b20ba8..d64a80f8890f 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 gatesgarth hardknott"
# Set a variable to get to the top of the metadata location
ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago