diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-04-19 19:07:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-25 15:22:12 +0100 |
commit | ea99def6bff9bc4a24df4730eabefc7dc1d62f27 (patch) | |
tree | 875645e00f4bec8af154a6eedae0e5f5f2b2f5d8 /documentation/set_versions.py | |
parent | ee6d170d87ee38c6abbba2e800853d98395cdf93 (diff) | |
download | poky-ea99def6bff9bc4a24df4730eabefc7dc1d62f27.tar.gz |
docs: update Bitbake objects.inv location for master branch
master branch of Bitbake is now located at docs.yoctoproject.org/dev
instead of docs.yoctoproject.org so let's update the switchers and
set_versions.py to reflect that change.
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 18338292d99ed236e2bac6e73a5152ef11c4a9e5)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/set_versions.py')
-rwxr-xr-x | documentation/set_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/set_versions.py b/documentation/set_versions.py index 8ae02b11f9..0086e9bea3 100755 --- a/documentation/set_versions.py +++ b/documentation/set_versions.py | |||
@@ -128,7 +128,7 @@ else: | |||
128 | if branch == "master": | 128 | if branch == "master": |
129 | ourseries = devbranch | 129 | ourseries = devbranch |
130 | docconfver = "dev" | 130 | docconfver = "dev" |
131 | bitbakeversion = "" | 131 | bitbakeversion = "dev" |
132 | elif branch in release_series: | 132 | elif branch in release_series: |
133 | ourseries = branch | 133 | ourseries = branch |
134 | if branch in bitbake_mapping: | 134 | if branch in bitbake_mapping: |