mbox series

[0/2] Fix broken links when building on branch tip

Message ID 20250409-fix-distro-dead-links-v1-0-616b62185d04@bootlin.com
Headers show
Series Fix broken links when building on branch tip | expand

Message

Antonin Godard April 9, 2025, 9:55 a.m. UTC
When building on a branch tip, some generated links are created with the
A.B.999 version inside them. Fix this by adding the DISTRO_LATEST_TAG
macro and using this instead in the existing links.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Antonin Godard (2):
      poky.yaml: introduce DISTRO_LATEST_TAG
      Fix dead links that use the DISTRO macro

 documentation/bsp-guide/bsp.rst                  |  2 +-
 documentation/dev-manual/qemu.rst                |  2 +-
 documentation/dev-manual/start.rst               |  2 +-
 documentation/poky.yaml.in                       | 11 ++++++++++-
 documentation/ref-manual/system-requirements.rst |  2 +-
 documentation/ref-manual/terms.rst               |  2 +-
 documentation/sdk-manual/appendix-obtain.rst     |  6 +++---
 documentation/sdk-manual/extensible.rst          |  2 +-
 documentation/sdk-manual/intro.rst               |  4 ++--
 documentation/sdk-manual/using.rst               |  2 +-
 documentation/set_versions.py                    | 16 +++++++++++++++-
 11 files changed, 37 insertions(+), 14 deletions(-)
---
base-commit: 3b50193fa0c9acf4a601aeae6e1c78d0e4a05aef
change-id: 20250409-fix-distro-dead-links-4b37bd8d54ac

Best regards,
--
Antonin Godard <antonin.godard@bootlin.com>