summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-09 13:52:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:35 +0100
commit3b0d97fe96e6f76d7d0839ef3b903b59c5cae6a2 (patch)
treebb79e16c80bd55020af52abbc5f159d1dc9b02c0 /documentation
parent9a569729dd1e190f528b9c1c63da88c2b83d8cff (diff)
downloadpoky-3b0d97fe96e6f76d7d0839ef3b903b59c5cae6a2.tar.gz
sphinx: ref-system-requirements: Improve formatting of the notes sections, merging them
(From yocto-docs rev: 0b3360556bdce2a995b9931359f41cd4f6225aef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-system-requirements.rst72
1 files changed, 35 insertions, 37 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
index a9a937b661..b82bed8a76 100644
--- a/documentation/ref-manual/ref-system-requirements.rst
+++ b/documentation/ref-manual/ref-system-requirements.rst
@@ -42,38 +42,6 @@ Supported Linux Distributions
42Currently, the Yocto Project is supported on the following 42Currently, the Yocto Project is supported on the following
43distributions: 43distributions:
44 44
45.. note::
46
47 - Yocto Project releases are tested against the stable Linux
48 distributions in the following list. The Yocto Project should work
49 on other distributions but validation is not performed against
50 them.
51
52 - In particular, the Yocto Project does not support and currently
53 has no plans to support rolling-releases or development
54 distributions due to their constantly changing nature. We welcome
55 patches and bug reports, but keep in mind that our priority is on
56 the supported platforms listed below.
57
58 - You may use Windows Subsystem For Linux v2 to set up a build host
59 using Windows 10, but validation is not performed against build
60 hosts using WSLv2.
61
62 .. note::
63
64 The Yocto Project is not compatible with WSLv1, it is
65 compatible but not officially supported nor validated with
66 WSLv2, if you still decide to use WSL please upgrade to WSLv2.
67
68 - If you encounter problems, please go to `Yocto Project
69 Bugzilla <&YOCTO_BUGZILLA_URL;>`__ and submit a bug. We are
70 interested in hearing about your experience. For information on
71 how to submit a bug, see the Yocto Project
72 :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>`
73 and the "`Submitting a Defect Against the Yocto
74 Project <&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project>`__"
75 section in the Yocto Project Development Tasks Manual.
76
77- Ubuntu 16.04 (LTS) 45- Ubuntu 16.04 (LTS)
78 46
79- Ubuntu 18.04 (LTS) 47- Ubuntu 18.04 (LTS)
@@ -98,13 +66,43 @@ distributions:
98 66
99- OpenSUSE Leap 15.1 67- OpenSUSE Leap 15.1
100 68
69
101.. note:: 70.. note::
102 71
103 While the Yocto Project Team attempts to ensure all Yocto Project 72 - While the Yocto Project Team attempts to ensure all Yocto Project
104 releases are one hundred percent compatible with each officially 73 releases are one hundred percent compatible with each officially
105 supported Linux distribution, instances might exist where you 74 supported Linux distribution, instances might exist where you
106 encounter a problem while using the Yocto Project on a specific 75 encounter a problem while using the Yocto Project on a specific
107 distribution. 76 distribution.
77
78 - Yocto Project releases are tested against the stable Linux
79 distributions in the above list. The Yocto Project should work
80 on other distributions but validation is not performed against
81 them.
82
83 - In particular, the Yocto Project does not support and currently
84 has no plans to support rolling-releases or development
85 distributions due to their constantly changing nature. We welcome
86 patches and bug reports, but keep in mind that our priority is on
87 the supported platforms listed below.
88
89 - You may use Windows Subsystem For Linux v2 to set up a build host
90 using Windows 10, but validation is not performed against build
91 hosts using WSLv2.
92
93 - The Yocto Project is not compatible with WSLv1, it is
94 compatible but not officially supported nor validated with
95 WSLv2, if you still decide to use WSL please upgrade to WSLv2.
96
97 - If you encounter problems, please go to `Yocto Project
98 Bugzilla <&YOCTO_BUGZILLA_URL;>`__ and submit a bug. We are
99 interested in hearing about your experience. For information on
100 how to submit a bug, see the Yocto Project
101 :yocto_wiki:`Bugzilla wiki page </wiki/Bugzilla_Configuration_and_Bug_Tracking>`
102 and the "`Submitting a Defect Against the Yocto
103 Project <&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project>`__"
104 section in the Yocto Project Development Tasks Manual.
105
108 106
109Required Packages for the Build Host 107Required Packages for the Build Host
110==================================== 108====================================