diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-14 13:50:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-25 13:41:36 +0100 |
commit | 3a3a9728ec1ee9b2abc2038cd1a6f3e9928f3400 (patch) | |
tree | 66e0757ead04686d0cedef58e7216b18001ee702 /documentation/brief-yoctoprojectqs/index.rst | |
parent | 95c802b0be3b21a492df910fc75bead6784b3347 (diff) | |
download | poky-3a3a9728ec1ee9b2abc2038cd1a6f3e9928f3400.tar.gz |
manuals: updates for building on Windows (WSL 2)
- Use the Wikipedia naming scheme: WSL 2 instead of WSLv2
- Take into account Windows Server 2019 and 2022 which are
supported too.
- Improve some explanations
(From yocto-docs rev: 35c5fb01d3543ef5e1f4edf337a2ab080b4e7956)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 7ae0ddc349..100022ceba 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -25,18 +25,11 @@ build a reference embedded OS called Poky. | |||
25 | in the Yocto Project Development Tasks Manual for more | 25 | in the Yocto Project Development Tasks Manual for more |
26 | information. | 26 | information. |
27 | 27 | ||
28 | - You may use Windows Subsystem For Linux v2 to set up a build host | 28 | - You may use version 2 of Windows Subsystem For Linux (WSL 2) to set |
29 | using Windows 10. | 29 | up a build host using Windows 10 or later, Windows Server 2019 or later. |
30 | 30 | See the :ref:`dev-manual/start:setting up to use windows subsystem for | |
31 | .. note:: | 31 | linux (wsl 2)` section in the Yocto Project Development Tasks Manual |
32 | 32 | for more information. | |
33 | The Yocto Project is not compatible with WSLv1, it is | ||
34 | compatible but not officially supported nor validated with | ||
35 | WSLv2, if you still decide to use WSL please upgrade to WSLv2. | ||
36 | |||
37 | See the :ref:`dev-manual/start:setting up to use windows | ||
38 | subsystem for linux (wslv2)` section in the Yocto Project Development | ||
39 | Tasks Manual for more information. | ||
40 | 33 | ||
41 | If you want more conceptual or background information on the Yocto | 34 | If you want more conceptual or background information on the Yocto |
42 | Project, see the :doc:`/overview-manual/index`. | 35 | Project, see the :doc:`/overview-manual/index`. |