From 13a641dffbfb64f8e0dbf6d213666edf608cf8e8 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 25 Oct 2024 16:07:33 +0200 Subject: docs: update current releases Remove dunfell and nanbield which are not supported anymore. Add styhead as an active release. Set walnascar as the dev branch. The switcher menu now contains: - Unstable (dev) - Styhead (5.1) - Scarthgap (5.0.4) - Kirkstone (4.0.22) Reviewed-by: Quentin Schulz (From yocto-docs rev: 1b62abaadba198627d2a092ffd29046fe9fcf139) Signed-off-by: Antonin Godard (cherry picked from commit 4c81e2856c268d7d0221ebb6b8156ad65b9e83ca) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/poky.yaml.in | 12 ++++++------ documentation/set_versions.py | 8 +++++--- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'documentation') diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index 197e6c757a..66f758fe85 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in @@ -1,10 +1,10 @@ -DISTRO : "5.0" -DISTRO_NAME_NO_CAP : "scarthgap" -DISTRO_NAME : "Scarthgap" -DISTRO_NAME_NO_CAP_MINUS_ONE : "nanbield" +DISTRO : "5.1" +DISTRO_NAME_NO_CAP : "styhead" +DISTRO_NAME : "Styhead" +DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" DISTRO_NAME_NO_CAP_LTS : "scarthgap" -YOCTO_DOC_VERSION : "5.0" -DISTRO_REL_TAG : "yocto-5.0" +YOCTO_DOC_VERSION : "5.1" +DISTRO_REL_TAG : "yocto-5.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 dec0780834..376337e7b5 100755 --- a/documentation/set_versions.py +++ b/documentation/set_versions.py @@ -26,9 +26,9 @@ ourversion = None if len(sys.argv) == 2: ourversion = sys.argv[1] -activereleases = ["scarthgap", "nanbield", "kirkstone", "dunfell"] -devbranch = "styhead" -ltsseries = ["scarthgap", "kirkstone", "dunfell"] +activereleases = ["styhead", "scarthgap", "kirkstone"] +devbranch = "walnascar" +ltsseries = ["scarthgap", "kirkstone"] # used by run-docs-builds to get the default page if ourversion == "getlatest": @@ -36,6 +36,7 @@ if ourversion == "getlatest": sys.exit(0) release_series = collections.OrderedDict() +release_series["walnascar"] = "5.2" release_series["styhead"] = "5.1" release_series["scarthgap"] = "5.0" release_series["nanbield"] = "4.3" @@ -69,6 +70,7 @@ release_series["laverne"] = "0.9" bitbake_mapping = { + "walnascar" : "2.12", "styhead" : "2.10", "scarthgap" : "2.8", "nanbield" : "2.6", -- cgit v1.2.3-54-g00ecf