diff mbox series

[1/2] docs: update walnascar-5.2 release

Message ID 20250508055351.2101822-1-chee.yang.lee@intel.com
State New
Headers show
Series [1/2] docs: update walnascar-5.2 release | expand

Commit Message

Lee, Chee Yang May 8, 2025, 5:53 a.m. UTC
From: Lee Chee Yang <chee.yang.lee@intel.com>

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
 documentation/poky.yaml.in    | 12 ++++++------
 documentation/set_versions.py |  6 ++++--
 2 files changed, 10 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 26c21e346..39ece05e9 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -4,18 +4,18 @@ 
 
 # The DISTRO variable represents the current docs version. It should be used
 # when referring to the current docs version. See also DISTRO_LATEST_TAG.
-DISTRO : "5.1"
+DISTRO : "5.2"
 # The DISTRO_LATEST_TAG represents the latest tag on the current branch. It
 # should be used in HTTP link referring to the current docs version. In these
 # cases, the DISTRO may point to A.B.999 which does not exist (just used to
 # represent the latest HEAD revision on the branch). DISTRO_LATEST_TAG should
 # always point to an existing tag.
-DISTRO_LATEST_TAG : "5.1"
-DISTRO_NAME_NO_CAP : "styhead"
-DISTRO_NAME : "Styhead"
-DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap"
+DISTRO_LATEST_TAG : "5.2"
+DISTRO_NAME_NO_CAP : "walnascar"
+DISTRO_NAME : "Walnascar"
+DISTRO_NAME_NO_CAP_MINUS_ONE : "styhead"
 DISTRO_NAME_NO_CAP_LTS : "scarthgap"
-YOCTO_DOC_VERSION : "5.1"
+YOCTO_DOC_VERSION : "5.2"
 DISTRO_REL_TAG : "yocto-$DISTRO;"
 DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;"
 DOCCONF_VERSION : "dev"
diff --git a/documentation/set_versions.py b/documentation/set_versions.py
index b94a7daad..7f5810a31 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 = ["styhead", "scarthgap", "kirkstone"]
-devbranch = "walnascar"
+activereleases = ["walnascar", "styhead", "scarthgap", "kirkstone"]
+devbranch = "whinlatter"
 ltsseries = ["scarthgap", "kirkstone"]
 
 # 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["whinlatter"] = "5.3"
 release_series["walnascar"] = "5.2"
 release_series["styhead"] = "5.1"
 release_series["scarthgap"] = "5.0"
@@ -70,6 +71,7 @@  release_series["laverne"] = "0.9"
 
 
 bitbake_mapping = {
+    "whinlatter" : "2.14",
     "walnascar" : "2.12",
     "styhead" : "2.10",
     "scarthgap" : "2.8",