public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
To: Michael Halstead <mhalstead@linuxfoundation.org>,
	docs@lists.yoctoproject.org
Cc: richard.purdie@linuxfoundation.org
Subject: Re: [docs] [PATCH] docs: add support for mickledore (4.2) release
Date: Thu, 4 May 2023 09:46:58 +0200	[thread overview]
Message-ID: <fcd085b3-44de-9dfe-a063-381de52dae5b@bootlin.com> (raw)
In-Reply-To: <20230503223456.23985-1-mhalstead@linuxfoundation.org>

Hi Michael,

On 04.05.23 at 00:34, Michael Halstead wrote:
> This adds support for the Mickledore (4.2) release and update the
> current dev branch to Nanbield.
>
> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
> ---
>   documentation/poky.yaml.in    | 12 ++++++------
>   documentation/set_versions.py |  6 ++++--
>   2 files changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
> index 1c072c1d0..b2b6a6330 100644
> --- a/documentation/poky.yaml.in
> +++ b/documentation/poky.yaml.in
> @@ -1,10 +1,10 @@
> -DISTRO : "4.1"
> -DISTRO_NAME_NO_CAP : "langdale"
> -DISTRO_NAME : "Langdale"
> -DISTRO_NAME_NO_CAP_MINUS_ONE : "kirkstone"
> +DISTRO : "4.2"
> +DISTRO_NAME_NO_CAP : "mickledore"
> +DISTRO_NAME : "Mickledore"
> +DISTRO_NAME_NO_CAP_MINUS_ONE : "langdale"
>   DISTRO_NAME_NO_CAP_LTS : "kirkstone"
> -YOCTO_DOC_VERSION : "4.1"
> -DISTRO_REL_TAG : "yocto-4.1"
> +YOCTO_DOC_VERSION : "4.2"
> +DISTRO_REL_TAG : "yocto-4.2"
>   DOCCONF_VERSION : "dev"
>   BITBAKE_SERIES : ""
>   YOCTO_DL_URL : "https://downloads.yoctoproject.org"
> diff --git a/documentation/set_versions.py b/documentation/set_versions.py
> index efaebe43b..354dabe61 100755
> --- a/documentation/set_versions.py
> +++ b/documentation/set_versions.py
> @@ -26,8 +26,8 @@ ourversion = None
>   if len(sys.argv) == 2:
>       ourversion = sys.argv[1]
>   
> -activereleases = ["langdale", "kirkstone", "dunfell"]
> -devbranch = "mickledore"
> +activereleases = ["mickledore", "kirkstone", "dunfell"]
> +devbranch = "nanbield"
>   ltsseries = ["kirkstone", "dunfell"]
>   
>   # used by run-docs-builds to get the default page
> @@ -36,6 +36,7 @@ if ourversion == "getlatest":
>       sys.exit(0)
>   
>   release_series = collections.OrderedDict()
> +release_series["nanbield"] = "4.3"
>   release_series["mickledore"] = "4.2"
>   release_series["langdale"] = "4.1"
>   release_series["kirkstone"] = "4.0"
> @@ -66,6 +67,7 @@ release_series["laverne"] = "0.9"
>   
>   
>   bitbake_mapping = {
> +    "nanbield" : "2.6",
>       "mickledore" : "2.4",
>       "langdale" : "2.2",
>       "kirkstone" : "2.0",


Thanks for the update! I feel the release coming :)
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.

Thanks again
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  reply	other threads:[~2023-05-04  7:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 22:34 [PATCH] docs: add support for mickledore (4.2) release Michael Halstead
2023-05-04  7:46 ` Michael Opdenacker [this message]
2023-05-04 19:47   ` [docs] " Michael Halstead
2023-05-04 20:32     ` Richard Purdie
2023-05-05  7:31       ` Michael Opdenacker

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=fcd085b3-44de-9dfe-a063-381de52dae5b@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=mhalstead@linuxfoundation.org \
    --cc=richard.purdie@linuxfoundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox