diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-12 11:29:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 12:16:40 +0100 |
commit | 4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed (patch) | |
tree | 6c0f58527ff6d5929ce0e948092357efb69fc659 /documentation/ref-manual/system-requirements.rst | |
parent | 68ee5b4bcc1098cb5a66098e65bec6c1cf69f4c2 (diff) | |
download | poky-4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed.tar.gz |
ref-manual: simplify style
(From yocto-docs rev: 657a7f54856afd6fec7f2cb0b5f12b4b2d24adb7)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/system-requirements.rst')
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 9b4afc043e..e9d995c61b 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -66,9 +66,8 @@ distributions: | |||
66 | 66 | ||
67 | - While the Yocto Project Team attempts to ensure all Yocto Project | 67 | - While the Yocto Project Team attempts to ensure all Yocto Project |
68 | releases are one hundred percent compatible with each officially | 68 | releases are one hundred percent compatible with each officially |
69 | supported Linux distribution, instances might exist where you | 69 | supported Linux distribution, you may still encounter problems |
70 | encounter a problem while using the Yocto Project on a specific | 70 | that happen only with a specific distribution. |
71 | distribution. | ||
72 | 71 | ||
73 | - Yocto Project releases are tested against the stable Linux | 72 | - Yocto Project releases are tested against the stable Linux |
74 | distributions in the above list. The Yocto Project should work | 73 | distributions in the above list. The Yocto Project should work |
@@ -119,8 +118,7 @@ supported Ubuntu or Debian Linux distribution: | |||
119 | - If your build system has the ``oss4-dev`` package installed, you | 118 | - If your build system has the ``oss4-dev`` package installed, you |
120 | might experience QEMU build failures due to the package installing | 119 | might experience QEMU build failures due to the package installing |
121 | its own custom ``/usr/include/linux/soundcard.h`` on the Debian | 120 | its own custom ``/usr/include/linux/soundcard.h`` on the Debian |
122 | system. If you run into this situation, either of the following | 121 | system. If you run into this situation, try either of these solutions:: |
123 | solutions exist:: | ||
124 | 122 | ||
125 | $ sudo apt-get build-dep qemu | 123 | $ sudo apt-get build-dep qemu |
126 | $ sudo apt-get remove oss4-dev | 124 | $ sudo apt-get remove oss4-dev |