diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.yaml.in | 12 | ||||
-rwxr-xr-x | documentation/set_versions.py | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index 0c04b615ea..c770318f2b 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in | |||
@@ -1,10 +1,10 @@ | |||
1 | DISTRO : "5.0" | 1 | DISTRO : "5.1" |
2 | DISTRO_NAME_NO_CAP : "scarthgap" | 2 | DISTRO_NAME_NO_CAP : "styhead" |
3 | DISTRO_NAME : "Scarthgap" | 3 | DISTRO_NAME : "Styhead" |
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "nanbield" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" |
5 | DISTRO_NAME_NO_CAP_LTS : "scarthgap" | 5 | DISTRO_NAME_NO_CAP_LTS : "scarthgap" |
6 | YOCTO_DOC_VERSION : "5.0" | 6 | YOCTO_DOC_VERSION : "5.1" |
7 | DISTRO_REL_TAG : "yocto-5.0" | 7 | DISTRO_REL_TAG : "yocto-5.1" |
8 | DOCCONF_VERSION : "dev" | 8 | DOCCONF_VERSION : "dev" |
9 | BITBAKE_SERIES : "" | 9 | BITBAKE_SERIES : "" |
10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 10 | 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 | |||
26 | if len(sys.argv) == 2: | 26 | if len(sys.argv) == 2: |
27 | ourversion = sys.argv[1] | 27 | ourversion = sys.argv[1] |
28 | 28 | ||
29 | activereleases = ["scarthgap", "nanbield", "kirkstone", "dunfell"] | 29 | activereleases = ["styhead", "scarthgap", "kirkstone"] |
30 | devbranch = "styhead" | 30 | devbranch = "walnascar" |
31 | ltsseries = ["scarthgap", "kirkstone", "dunfell"] | 31 | ltsseries = ["scarthgap", "kirkstone"] |
32 | 32 | ||
33 | # used by run-docs-builds to get the default page | 33 | # used by run-docs-builds to get the default page |
34 | if ourversion == "getlatest": | 34 | if ourversion == "getlatest": |
@@ -36,6 +36,7 @@ if ourversion == "getlatest": | |||
36 | sys.exit(0) | 36 | sys.exit(0) |
37 | 37 | ||
38 | release_series = collections.OrderedDict() | 38 | release_series = collections.OrderedDict() |
39 | release_series["walnascar"] = "5.2" | ||
39 | release_series["styhead"] = "5.1" | 40 | release_series["styhead"] = "5.1" |
40 | release_series["scarthgap"] = "5.0" | 41 | release_series["scarthgap"] = "5.0" |
41 | release_series["nanbield"] = "4.3" | 42 | release_series["nanbield"] = "4.3" |
@@ -69,6 +70,7 @@ release_series["laverne"] = "0.9" | |||
69 | 70 | ||
70 | 71 | ||
71 | bitbake_mapping = { | 72 | bitbake_mapping = { |
73 | "walnascar" : "2.12", | ||
72 | "styhead" : "2.10", | 74 | "styhead" : "2.10", |
73 | "scarthgap" : "2.8", | 75 | "scarthgap" : "2.8", |
74 | "nanbield" : "2.6", | 76 | "nanbield" : "2.6", |