mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
docs: add support for nanbield (4.3) release
This adds support for the Nanbield (4.3) release and update the current dev branch to Scarthgap. (From yocto-docs rev: b66ba1c2d117033493f3ec25ebcf121cde200286) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
9c1fb1c9ef
commit
b23377f070
|
@ -1,10 +1,10 @@
|
|||
DISTRO : "4.2"
|
||||
DISTRO_NAME_NO_CAP : "mickledore"
|
||||
DISTRO_NAME : "Mickledore"
|
||||
DISTRO_NAME_NO_CAP_MINUS_ONE : "langdale"
|
||||
DISTRO : "4.3"
|
||||
DISTRO_NAME_NO_CAP : "nanbield"
|
||||
DISTRO_NAME : "Nanbield"
|
||||
DISTRO_NAME_NO_CAP_MINUS_ONE : "mickledore"
|
||||
DISTRO_NAME_NO_CAP_LTS : "kirkstone"
|
||||
YOCTO_DOC_VERSION : "4.2"
|
||||
DISTRO_REL_TAG : "yocto-4.2"
|
||||
YOCTO_DOC_VERSION : "4.3"
|
||||
DISTRO_REL_TAG : "yocto-4.3"
|
||||
DOCCONF_VERSION : "dev"
|
||||
BITBAKE_SERIES : ""
|
||||
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
|
||||
|
|
|
@ -26,8 +26,8 @@ ourversion = None
|
|||
if len(sys.argv) == 2:
|
||||
ourversion = sys.argv[1]
|
||||
|
||||
activereleases = ["mickledore", "kirkstone", "dunfell"]
|
||||
devbranch = "nanbield"
|
||||
activereleases = ["nanbield", "mickledore", "kirkstone", "dunfell"]
|
||||
devbranch = "scarthgap"
|
||||
ltsseries = ["kirkstone", "dunfell"]
|
||||
|
||||
# used by run-docs-builds to get the default page
|
||||
|
@ -36,6 +36,7 @@ if ourversion == "getlatest":
|
|||
sys.exit(0)
|
||||
|
||||
release_series = collections.OrderedDict()
|
||||
release_series["scarthgap"] = "5.0"
|
||||
release_series["nanbield"] = "4.3"
|
||||
release_series["mickledore"] = "4.2"
|
||||
release_series["langdale"] = "4.1"
|
||||
|
@ -67,6 +68,7 @@ release_series["laverne"] = "0.9"
|
|||
|
||||
|
||||
bitbake_mapping = {
|
||||
"scarthgap" : "2.8",
|
||||
"nanbield" : "2.6",
|
||||
"mickledore" : "2.4",
|
||||
"langdale" : "2.2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user