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/overview-manual | |
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/overview-manual')
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 4e3b7c3250..8b476f43c4 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -584,20 +584,15 @@ Build Host runs, you have several choices. | |||
584 | ":ref:`dev-manual/start:setting up to use cross platforms (crops)`" | 584 | ":ref:`dev-manual/start:setting up to use cross platforms (crops)`" |
585 | section in the Yocto Project Development Tasks Manual. | 585 | section in the Yocto Project Development Tasks Manual. |
586 | 586 | ||
587 | - *Windows Subsystem For Linux (WSLv2):* You may use Windows Subsystem | 587 | - *Windows Subsystem For Linux (WSL 2):* You may use Windows Subsystem |
588 | For Linux v2 to set up a Build Host using Windows 10. | 588 | For Linux version 2 to set up a Build Host using Windows 10 or later, |
589 | or Windows Server 2019 or later. | ||
589 | 590 | ||
590 | .. note:: | 591 | The Windows Subsystem For Linux allows Windows to run a real Linux |
591 | |||
592 | The Yocto Project is not compatible with WSLv1, it is compatible | ||
593 | but not officially supported nor validated with WSLv2, if you | ||
594 | still decide to use WSL please upgrade to WSLv2. | ||
595 | |||
596 | The Windows Subsystem For Linux allows Windows 10 to run a real Linux | ||
597 | kernel inside of a lightweight virtual machine (VM). | 592 | kernel inside of a lightweight virtual machine (VM). |
598 | 593 | ||
599 | For information on how to set up a Build Host with WSLv2, see the | 594 | For information on how to set up a Build Host with WSL 2, see the |
600 | ":ref:`dev-manual/start:setting up to use windows subsystem for linux (wslv2)`" | 595 | ":ref:`dev-manual/start:setting up to use windows subsystem for linux (wsl 2)`" |
601 | section in the Yocto Project Development Tasks Manual. | 596 | section in the Yocto Project Development Tasks Manual. |
602 | 597 | ||
603 | - *Toaster:* Regardless of what your Build Host is running, you can use | 598 | - *Toaster:* Regardless of what your Build Host is running, you can use |