new file mode 100644
@@ -0,0 +1,11 @@
+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
+
+You will also need to use a :term:`buildtools` tarball which provides a set of
+basic host tools with fixed versions. Follow the :ref:`system-requirements-buildtools`
+section below to learn how to download and install this tarball.
+
+.. note::
+
+ The AlmaLinux 9, CentOS 9 and RockyLinux 9 distributions are affected by a
+ bug described in :yocto_bugs:`/show_bug.cgi?id=16143`, which is the reason why a
+ :term:`buildtools` tarball is required.
@@ -236,6 +236,8 @@ with a supported AlmaLinux distribution:
.. literalinclude:: ../tools/host_packages_scripts/almalinux_essential.sh
:language: shell
+.. include:: buildtools-alma-centos-rocky-9.rst
+
.. note::
- Extra Packages for Enterprise Linux (i.e. ``epel-release``) is
@@ -285,6 +287,8 @@ with a supported CentOS Stream distribution:
.. literalinclude:: ../tools/host_packages_scripts/centosstream_essential.sh
:language: shell
+.. include:: buildtools-alma-centos-rocky-9.rst
+
Here are the packages needed to build Project documentation manuals:
.. literalinclude:: ../tools/host_packages_scripts/centosstream_docs.sh
@@ -321,6 +325,8 @@ with a supported RockyLinux distribution:
.. literalinclude:: ../tools/host_packages_scripts/rockylinux_essential.sh
:language: shell
+.. include:: buildtools-alma-centos-rocky-9.rst
+
.. note::
- Extra Packages for Enterprise Linux (i.e. ``epel-release``) is
These distributions are affected by a bug with tar described in [1]. Add a note for installing buildtools for these distros as described in the bug comments. [1]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=16143 Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/buildtools-alma-centos-rocky-9.rst | 11 +++++++++++ documentation/ref-manual/system-requirements.rst | 6 ++++++ 2 files changed, 17 insertions(+) --- base-commit: c1c6eee66915b225a2efd5433fa1a9cf964f5abe change-id: 20260402-alma-centos-rocky-builtools-325c1ec91a2c