diff options
| author | Tom Rini <[email protected]> | 2025-12-22 16:31:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-22 16:31:21 -0600 |
| commit | dac8d9c3cc115cc8549b9d012b0f71222a0ebf02 (patch) | |
| tree | 87d0bc2239a0ab7a9867a593d9abc0de5c895ce6 /doc/develop | |
| parent | 29ab19c2beade4cc959e14460975ddf7b6886cec (diff) | |
| parent | 0f6ff53d55ba254de8a995c2a2f5a313acd40ac7 (diff) | |
Merge tag 'v2026.01-rc5' into next
Prepare v2026.01-rc5
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/pytest/usage.rst | 2 | ||||
| -rw-r--r-- | doc/develop/release_cycle.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst index df3821da20d..924bc185b51 100644 --- a/doc/develop/pytest/usage.rst +++ b/doc/develop/pytest/usage.rst @@ -546,7 +546,7 @@ either of ``CONFIG_NET`` or ``CONFIG_NET_LWIP`` is set: .. code-block:: python - @pytest.mark.buildconfigspec('net', 'net lwip') + @pytest.mark.buildconfigspec('net', 'net_lwip') The ``notbuildconfigspec()`` annotation can be used to require a configuration option not to be set. The following annotation requires ``CONFIG_RISCV=n``: diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst index be6b09b250e..2f4f5e4a845 100644 --- a/doc/develop/release_cycle.rst +++ b/doc/develop/release_cycle.rst @@ -79,7 +79,7 @@ For the next scheduled release, release candidates were made on: * U-Boot |next_ver|-rc4 was released on Mon 08 December 2025. -.. * U-Boot |next_ver|-rc5 was released on Tue 22 December 2025. +* U-Boot |next_ver|-rc5 was released on Mon 22 December 2025. Please note that the following dates are planned only and may be deviated from as needed. |
