All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: <denis@denix.org>, <praneeth@ti.com>
Cc: meta-arago@arago-project.org
Subject: [master][PATCH] layer.conf: Add hardknott to compatible release branches
Date: Tue, 23 Mar 2021 09:51:33 -0500	[thread overview]
Message-ID: <20210323145133.9940-1-nm@ti.com> (raw)

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.

Signed-off-by: Nishanth Menon <nm@ti.com>
---

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}/../")}'
-- 
2.31.0



             reply	other threads:[~2021-03-23 14:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-23 14:51 Nishanth Menon [this message]
2021-03-23 15:49 ` [master][PATCH] layer.conf: Add hardknott to compatible release branches Bajjuri, Praneeth
2021-03-23 16:42 ` Denys Dmytriyenko
2021-04-03  2:14   ` Denys Dmytriyenko
2021-04-12  3:25     ` Praneeth Bajjuri
  -- strict thread matches above, loose matches on Subject: below --
2021-03-19 20:07 [master][PATCH] layer.conf: add " Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210323145133.9940-1-nm@ti.com \
    --to=nm@ti.com \
    --cc=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    --cc=praneeth@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.