From 5fc8dd16f2981320371804918a8a8f6ab4563090 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 11 Apr 2022 12:16:03 +0100 Subject: [PATCH] migration-guide: Kirkstone is now 4.0 Update the docs to reflect that kirkstone is 4.0, not 3.5. (From yocto-docs rev: a6f571ad5b087385cad8765ed455c4b4eaeebca6) Signed-off-by: Richard Purdie --- documentation/migration-guides/index.rst | 2 +- .../migration-guides/{migration-3.5.rst => migration-4.0.rst} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename documentation/migration-guides/{migration-3.5.rst => migration-4.0.rst} (98%) diff --git a/documentation/migration-guides/index.rst b/documentation/migration-guides/index.rst index d45ba31e7e..20c6ab9d4e 100644 --- a/documentation/migration-guides/index.rst +++ b/documentation/migration-guides/index.rst @@ -12,7 +12,7 @@ to move to one release of the Yocto Project from the previous one. .. toctree:: migration-general - migration-3.5 + migration-4.0 migration-3.4 migration-3.3 migration-3.2 diff --git a/documentation/migration-guides/migration-3.5.rst b/documentation/migration-guides/migration-4.0.rst similarity index 98% rename from documentation/migration-guides/migration-3.5.rst rename to documentation/migration-guides/migration-4.0.rst index 8a4c568743..202999ece8 100644 --- a/documentation/migration-guides/migration-3.5.rst +++ b/documentation/migration-guides/migration-4.0.rst @@ -1,8 +1,8 @@ -Release 3.5 (kirkstone) +Release 4.0 (kirkstone) ======================= This section provides migration information for moving to the Yocto -Project 3.5 Release (codename "kirkstone") from the prior release. +Project 4.0 Release (codename "kirkstone") from the prior release. Recipe changes --------------