From a041cb4ea5969821c941955c88a4cf51b94687e7 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Tue, 19 Apr 2022 19:07:24 +0200 Subject: 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 (From yocto-docs rev: 18338292d99ed236e2bac6e73a5152ef11c4a9e5) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/set_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/set_versions.py') 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: if branch == "master": ourseries = devbranch docconfver = "dev" - bitbakeversion = "" + bitbakeversion = "dev" elif branch in release_series: ourseries = branch if branch in bitbake_mapping: -- cgit v1.2.3-54-g00ecf