summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-01-05 16:07:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 17:39:09 +0000
commit69abe10566f71f3e579e35e9c39e7ef1e4dcac47 (patch)
tree89c015470e141d196ebaba25bb72b40097937d68 /documentation
parent79c0942703585b0f39f2fd2101368ca12d69d851 (diff)
downloadpoky-69abe10566f71f3e579e35e9c39e7ef1e4dcac47.tar.gz
ref-manual/system-requirements.rst: recommend buildtools for not supported distros
Also minor correction to supported distribution notes (From yocto-docs rev: df8f862042633594846a93a1b7702fc01bc32ae0) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Suggested-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/system-requirements.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 1f9b3b1b58..3cd0894687 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -34,8 +34,7 @@ and conceptual information in the :doc:`/overview-manual/index`.
34Supported Linux Distributions 34Supported Linux Distributions
35============================= 35=============================
36 36
37Currently, the Yocto Project is supported on the following 37Currently, the Yocto Project is supported on the following distributions:
38distributions:
39 38
40- Ubuntu 18.04 (LTS) 39- Ubuntu 18.04 (LTS)
41 40
@@ -71,7 +70,13 @@ distributions:
71 has no plans to support rolling-releases or development 70 has no plans to support rolling-releases or development
72 distributions due to their constantly changing nature. We welcome 71 distributions due to their constantly changing nature. We welcome
73 patches and bug reports, but keep in mind that our priority is on 72 patches and bug reports, but keep in mind that our priority is on
74 the supported platforms listed below. 73 the supported platforms listed above.
74
75 - If your Linux distribution is not in the above list, we recommend to
76 get the :term:`buildtools` or :term:`buildtools-extended` tarballs
77 containing the host tools required by your Yocto Project release,
78 typically by running ``scripts/install-buildtools`` as explained in
79 the ":ref:`system-requirements-buildtools`" section.
75 80
76 - You may use Windows Subsystem For Linux v2 to set up a build host 81 - You may use Windows Subsystem For Linux v2 to set up a build host
77 using Windows 10 or later, or Windows Server 2019 or later, but validation 82 using Windows 10 or later, or Windows Server 2019 or later, but validation