diff mbox series

[RFC] docs: add support for langdale (4.1) release

Message ID 20221025-langdale-v1-0-f953d47d02c9@theobroma-systems.com
State New
Headers show
Series [RFC] docs: add support for langdale (4.1) release | expand

Commit Message

Quentin Schulz Oct. 25, 2022, 8:31 a.m. UTC
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

This adds support for the Langdale (4.1) release and update the current
dev branch to Mickledore.

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---

RFC because not tested

---
 documentation/poky.yaml.in    | 14 +++++++-------
 documentation/set_versions.py |  6 ++++--
 2 files changed, 11 insertions(+), 9 deletions(-)


---
base-commit: 0f088df1027b38a47f4161fe0910150ff42c1861
change-id: 20221025-langdale-91e387889ed0

Best regards,

Comments

Michael Opdenacker Oct. 25, 2022, 8:34 a.m. UTC | #1
Hi Quentin

Thanks for the patch!

On 10/25/22 10:31, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>
> This adds support for the Langdale (4.1) release and update the current
> dev branch to Mickledore.
>
> Cc: Quentin Schulz <foss+yocto@0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> ---
>
> RFC because not tested
>
> ---
>   documentation/poky.yaml.in    | 14 +++++++-------
>   documentation/set_versions.py |  6 ++++--
>   2 files changed, 11 insertions(+), 9 deletions(-)
>
> diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
> index 6b942f095..5639f3ca7 100644
> --- a/documentation/poky.yaml.in
> +++ b/documentation/poky.yaml.in
> @@ -1,10 +1,10 @@
> -DISTRO : "4.0"
> -DISTRO_NAME_NO_CAP : "kirkstone"
> -DISTRO_NAME : "Kirkstone"
> -DISTRO_NAME_NO_CAP_MINUS_ONE : "honister"
> -DISTRO_NAME_NO_CAP_LTS : "dunfell"
> -YOCTO_DOC_VERSION : "4.0"
> -DISTRO_REL_TAG : "yocto-4.0"
> +DISTRO : "4.1"
> +DISTRO_NAME_NO_CAP : "langdale"
> +DISTRO_NAME : "Langdale"
> +DISTRO_NAME_NO_CAP_MINUS_ONE : "kirkstone"
> +DISTRO_NAME_NO_CAP_LTS : "kirkstone"
> +YOCTO_DOC_VERSION : "4.1"
> +DISTRO_REL_TAG : "yocto-4.1"
>   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 ddf70851c..efaebe43b 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 = ["kirkstone", "dunfell"]
> -devbranch = "langdale"
> +activereleases = ["langdale", "kirkstone", "dunfell"]
> +devbranch = "mickledore"
>   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["mickledore"] = "4.2"
>   release_series["langdale"] = "4.1"
>   release_series["kirkstone"] = "4.0"
>   release_series["honister"] = "3.4"
> @@ -65,6 +66,7 @@ release_series["laverne"] = "0.9"
>   
>   
>   bitbake_mapping = {
> +    "mickledore" : "2.4",
>       "langdale" : "2.2",
>       "kirkstone" : "2.0",
>       "honister" : "1.52",
>
> ---
> base-commit: 0f088df1027b38a47f4161fe0910150ff42c1861
> change-id: 20221025-langdale-91e387889ed0
>
> Best regards,


30 seconds later, and I was sending my own patch, similar to yours :-D
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Thanks again!
Michael.
diff mbox series

Patch

diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 6b942f095..5639f3ca7 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -1,10 +1,10 @@ 
-DISTRO : "4.0"
-DISTRO_NAME_NO_CAP : "kirkstone"
-DISTRO_NAME : "Kirkstone"
-DISTRO_NAME_NO_CAP_MINUS_ONE : "honister"
-DISTRO_NAME_NO_CAP_LTS : "dunfell"
-YOCTO_DOC_VERSION : "4.0"
-DISTRO_REL_TAG : "yocto-4.0"
+DISTRO : "4.1"
+DISTRO_NAME_NO_CAP : "langdale"
+DISTRO_NAME : "Langdale"
+DISTRO_NAME_NO_CAP_MINUS_ONE : "kirkstone"
+DISTRO_NAME_NO_CAP_LTS : "kirkstone"
+YOCTO_DOC_VERSION : "4.1"
+DISTRO_REL_TAG : "yocto-4.1"
 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 ddf70851c..efaebe43b 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 = ["kirkstone", "dunfell"]
-devbranch = "langdale"
+activereleases = ["langdale", "kirkstone", "dunfell"]
+devbranch = "mickledore"
 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["mickledore"] = "4.2"
 release_series["langdale"] = "4.1"
 release_series["kirkstone"] = "4.0"
 release_series["honister"] = "3.4"
@@ -65,6 +66,7 @@  release_series["laverne"] = "0.9"
 
 
 bitbake_mapping = {
+    "mickledore" : "2.4",
     "langdale" : "2.2",
     "kirkstone" : "2.0",
     "honister" : "1.52",