diff mbox series

Fix bitbake version mapping for whinlatter

Message ID 20260108-whinlatter-bitbake-version-v1-1-e6007fed5099@pbarker.dev
State Under Review
Headers show
Series Fix bitbake version mapping for whinlatter | expand

Commit Message

Paul Barker Jan. 8, 2026, 12:35 p.m. UTC
The correct bitbake version for Yocto 5.3 "whinlatter" is 2.16. This can
be seen in the poky-whinlatter bitbake-setup configuration in the
bitbake repo.

The 2.14 branch has been removed from the bitbake git repository to
avoid confusion.

This means that the next release, Yocto 6.0 "wrynose", will use bitbake
version 2.18.

Signed-off-by: Paul Barker <paul@pbarker.dev>
---
 documentation/migration-guides/release-notes-5.3.rst | 2 +-
 documentation/set_versions.py                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


---
base-commit: f9042e1da554017fe46460c1fd2bdf8c74b3fa18
change-id: 20260108-whinlatter-bitbake-version-1589fac8d47f

Best regards,
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-5.3.rst b/documentation/migration-guides/release-notes-5.3.rst
index 87277ba6d013..0ba0fbe98ff1 100644
--- a/documentation/migration-guides/release-notes-5.3.rst
+++ b/documentation/migration-guides/release-notes-5.3.rst
@@ -2500,7 +2500,7 @@  meta-mingw
 bitbake
 
 -  Repository Location: :oe_git:`/bitbake`
--  Branch: :oe_git:`2.14 </bitbake/log/?h=2.14>`
+-  Branch: :oe_git:`2.16 </bitbake/log/?h=2.16>`
 -  Tag:  :oe_git:`yocto-5.3 </bitbake/log/?h=yocto-5.3>`
 -  Git Revision: :oe_git:`720df1a53452983c1c832f624490e255cf389204 </bitbake/commit/?id=720df1a53452983c1c832f624490e255cf389204>`
 -  Release Artefact: bitbake-720df1a53452983c1c832f624490e255cf389204
diff --git a/documentation/set_versions.py b/documentation/set_versions.py
index 91aa2bdf2a6f..dc2f83fd1112 100755
--- a/documentation/set_versions.py
+++ b/documentation/set_versions.py
@@ -72,8 +72,8 @@  release_series["laverne"] = "0.9"
 
 
 bitbake_mapping = {
-    "wrynose" : "2.16",
-    "whinlatter" : "2.14",
+    "wrynose" : "2.18",
+    "whinlatter" : "2.16",
     "walnascar" : "2.12",
     "styhead" : "2.10",
     "scarthgap" : "2.8",