Przeglądaj źródła

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 <quentin.schulz@cherry.de>
(From yocto-docs rev: 4c81e2856c268d7d0221ebb6b8156ad65b9e83ca)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Antonin Godard 7 miesięcy temu
rodzic
commit
11b1577a15
2 zmienionych plików z 11 dodań i 9 usunięć
  1. 6 6
      documentation/poky.yaml.in
  2. 5 3
      documentation/set_versions.py

+ 6 - 6
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"

+ 5 - 3
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",