[PATCH master 1/2] Documentation: migration-guides: split off 2026.02.0 into own file
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Feb 25 07:10:04 PST 2026
Having a single migration-master.rst turns out to be error prone, because
presumably git detects the rename of the last release and adds new
entries not to migration-master.rst after the rebase, but to the
migration guide for the former release.
This seems to have happend with commit 09663fb38ffd
("startup: attempt poweroff if no shell and nothing to do"),
so move it back into the correct file and while at it add a
migration-master.rst right away.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
.../migration-guides/migration-2026.01.0.rst | 9 ---------
.../migration-guides/migration-2026.02.0.rst | 11 +++++++++++
Documentation/migration-guides/migration-master.rst | 1 +
3 files changed, 12 insertions(+), 9 deletions(-)
create mode 100644 Documentation/migration-guides/migration-2026.02.0.rst
create mode 100644 Documentation/migration-guides/migration-master.rst
diff --git a/Documentation/migration-guides/migration-2026.01.0.rst b/Documentation/migration-guides/migration-2026.01.0.rst
index df7b3d6f497a..931972901695 100644
--- a/Documentation/migration-guides/migration-2026.01.0.rst
+++ b/Documentation/migration-guides/migration-2026.01.0.rst
@@ -36,12 +36,3 @@ ARM i.MX6 RIoTboard
The barebox update handler has been changed to write barebox to the
eMMC boot partitions rather than the user data area.
-
-CONFIG_SHELL_NONE
------------------
-
-If there's nothing to do for a shell-less barebox, it will now attempt
-to poweroff the system instead of busy-looping indefinitely.
-This changes behavior for systems that rely on a watchdog to reset
-a hanging barebox in this situation. If this breaks anything for you,
-please reach out.
diff --git a/Documentation/migration-guides/migration-2026.02.0.rst b/Documentation/migration-guides/migration-2026.02.0.rst
new file mode 100644
index 000000000000..80da34d32f5e
--- /dev/null
+++ b/Documentation/migration-guides/migration-2026.02.0.rst
@@ -0,0 +1,11 @@
+Release v2026.02.0
+==================
+
+CONFIG_SHELL_NONE
+-----------------
+
+If there's nothing to do for a shell-less barebox, it will now attempt
+to poweroff the system instead of busy-looping indefinitely.
+This changes behavior for systems that rely on a watchdog to reset
+a hanging barebox in this situation. If this breaks anything for you,
+please reach out.
diff --git a/Documentation/migration-guides/migration-master.rst b/Documentation/migration-guides/migration-master.rst
new file mode 100644
index 000000000000..8feca331c5d7
--- /dev/null
+++ b/Documentation/migration-guides/migration-master.rst
@@ -0,0 +1 @@
+:orphan:
--
2.47.3
More information about the barebox
mailing list