mbox series

[0/4] Update list of supported/tested distributions

Message ID 20251003-update-tested-distros-v1-0-240e2da1af5e@bootlin.com
Headers show
Series Update list of supported/tested distributions | expand

Message

Antonin Godard Oct. 3, 2025, 7:33 a.m. UTC
Update system-requirements.rst and our container build scripts to the
newly supported distros in poky.conf.

@Adrian: I'm merging your patch now as Fedora made it to Poky's list of
supported distros. Thanks!

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Adrian Freihofer (1):
      docs: add util-linux-script package for Fedora 42+

Antonin Godard (3):
      ref-manual/system-requirements.rst: update supported distributions
      set_versions.py: fix subprocess.run call for older distros
      tools/build-docs-container: update with newly supported distros

 documentation/ref-manual/system-requirements.rst   |  5 +++--
 documentation/set_versions.py                      |  2 +-
 documentation/tools/build-docs-container           | 22 ++++++++++++++--------
 .../host_packages_scripts/fedora_essential.sh      |  2 +-
 4 files changed, 19 insertions(+), 12 deletions(-)
---
base-commit: 9ff31ed417bc7cd80f8bde39372091e40e36b678
change-id: 20251001-update-tested-distros-c52946ec16f3

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

Comments

Antonin Godard Oct. 6, 2025, 8:07 a.m. UTC | #1
On Fri, 03 Oct 2025 09:33:23 +0200, Antonin Godard wrote:
> Update system-requirements.rst and our container build scripts to the
> newly supported distros in poky.conf.
> 
> @Adrian: I'm merging your patch now as Fedora made it to Poky's list of
> supported distros. Thanks!
> 
> 
> [...]

Applied, thanks!

[1/4] ref-manual/system-requirements.rst: update supported distributions
      commit: 4e7ce89ff91f5fa7ade1feb7be96f898b56068ed
[2/4] docs: add util-linux-script package for Fedora 42+
      commit: 22e28e817d2c9b49d9fedbb93b08874cec1fa3d3
[3/4] set_versions.py: fix subprocess.run call for older distros
      commit: 6e1f4c18a13f369423599529a6960da5e3947d01
[4/4] tools/build-docs-container: update with newly supported distros
      commit: 09c7800333b17b21e50d2a089a3ae1b123697243

Best regards,