mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
1b9eea386f
commit
11b1577a15
|
@ -1,10 +1,10 @@
|
||||||
DISTRO : "5.0"
|
DISTRO : "5.1"
|
||||||
DISTRO_NAME_NO_CAP : "scarthgap"
|
DISTRO_NAME_NO_CAP : "styhead"
|
||||||
DISTRO_NAME : "Scarthgap"
|
DISTRO_NAME : "Styhead"
|
||||||
DISTRO_NAME_NO_CAP_MINUS_ONE : "nanbield"
|
DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap"
|
||||||
DISTRO_NAME_NO_CAP_LTS : "scarthgap"
|
DISTRO_NAME_NO_CAP_LTS : "scarthgap"
|
||||||
YOCTO_DOC_VERSION : "5.0"
|
YOCTO_DOC_VERSION : "5.1"
|
||||||
DISTRO_REL_TAG : "yocto-5.0"
|
DISTRO_REL_TAG : "yocto-5.1"
|
||||||
DOCCONF_VERSION : "dev"
|
DOCCONF_VERSION : "dev"
|
||||||
BITBAKE_SERIES : ""
|
BITBAKE_SERIES : ""
|
||||||
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
|
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
|
||||||
|
|
|
@ -26,9 +26,9 @@ ourversion = None
|
||||||
if len(sys.argv) == 2:
|
if len(sys.argv) == 2:
|
||||||
ourversion = sys.argv[1]
|
ourversion = sys.argv[1]
|
||||||
|
|
||||||
activereleases = ["scarthgap", "nanbield", "kirkstone", "dunfell"]
|
activereleases = ["styhead", "scarthgap", "kirkstone"]
|
||||||
devbranch = "styhead"
|
devbranch = "walnascar"
|
||||||
ltsseries = ["scarthgap", "kirkstone", "dunfell"]
|
ltsseries = ["scarthgap", "kirkstone"]
|
||||||
|
|
||||||
# used by run-docs-builds to get the default page
|
# used by run-docs-builds to get the default page
|
||||||
if ourversion == "getlatest":
|
if ourversion == "getlatest":
|
||||||
|
@ -36,6 +36,7 @@ if ourversion == "getlatest":
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
release_series = collections.OrderedDict()
|
release_series = collections.OrderedDict()
|
||||||
|
release_series["walnascar"] = "5.2"
|
||||||
release_series["styhead"] = "5.1"
|
release_series["styhead"] = "5.1"
|
||||||
release_series["scarthgap"] = "5.0"
|
release_series["scarthgap"] = "5.0"
|
||||||
release_series["nanbield"] = "4.3"
|
release_series["nanbield"] = "4.3"
|
||||||
|
@ -69,6 +70,7 @@ release_series["laverne"] = "0.9"
|
||||||
|
|
||||||
|
|
||||||
bitbake_mapping = {
|
bitbake_mapping = {
|
||||||
|
"walnascar" : "2.12",
|
||||||
"styhead" : "2.10",
|
"styhead" : "2.10",
|
||||||
"scarthgap" : "2.8",
|
"scarthgap" : "2.8",
|
||||||
"nanbield" : "2.6",
|
"nanbield" : "2.6",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user