mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
docs: add support for scarthgap 5.0 release
Prepared for Scarthgap release. Add references to Styhead. (From yocto-docs rev: 1b5f2ac75c069f972cdd9c6691519d50a5f8e468) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
0d895fa4c1
commit
b1c0e46031
@@ -1,10 +1,10 @@
|
|||||||
DISTRO : "4.3"
|
DISTRO : "5.0"
|
||||||
DISTRO_NAME_NO_CAP : "nanbield"
|
DISTRO_NAME_NO_CAP : "scarthgap"
|
||||||
DISTRO_NAME : "Nanbield"
|
DISTRO_NAME : "Scarthgap"
|
||||||
DISTRO_NAME_NO_CAP_MINUS_ONE : "mickledore"
|
DISTRO_NAME_NO_CAP_MINUS_ONE : "nanbield"
|
||||||
DISTRO_NAME_NO_CAP_LTS : "kirkstone"
|
DISTRO_NAME_NO_CAP_LTS : "scarthgap"
|
||||||
YOCTO_DOC_VERSION : "4.3"
|
YOCTO_DOC_VERSION : "5.0"
|
||||||
DISTRO_REL_TAG : "yocto-4.3"
|
DISTRO_REL_TAG : "yocto-5.0"
|
||||||
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 = ["nanbield", "kirkstone", "dunfell"]
|
activereleases = ["scarthgap", "nanbield", "kirkstone", "dunfell"]
|
||||||
devbranch = "scarthgap"
|
devbranch = "styhead"
|
||||||
ltsseries = ["kirkstone", "dunfell"]
|
ltsseries = ["scarthgap", "kirkstone", "dunfell"]
|
||||||
|
|
||||||
# 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["styhead"] = "5.1"
|
||||||
release_series["scarthgap"] = "5.0"
|
release_series["scarthgap"] = "5.0"
|
||||||
release_series["nanbield"] = "4.3"
|
release_series["nanbield"] = "4.3"
|
||||||
release_series["mickledore"] = "4.2"
|
release_series["mickledore"] = "4.2"
|
||||||
@@ -68,6 +69,7 @@ release_series["laverne"] = "0.9"
|
|||||||
|
|
||||||
|
|
||||||
bitbake_mapping = {
|
bitbake_mapping = {
|
||||||
|
"styhead" : "2.10",
|
||||||
"scarthgap" : "2.8",
|
"scarthgap" : "2.8",
|
||||||
"nanbield" : "2.6",
|
"nanbield" : "2.6",
|
||||||
"mickledore" : "2.4",
|
"mickledore" : "2.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user