diff options
author | Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> | 2020-03-29 22:42:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:25:52 +0100 |
commit | 42daacc1aceedd6294c110a274016af6b8855498 (patch) | |
tree | 9972f2e1341459bc7a5fda8809d0b4079da3fb2e /documentation | |
parent | 57a3886757aa2870b6966542e7147c287b15f400 (diff) | |
download | poky-42daacc1aceedd6294c110a274016af6b8855498.tar.gz |
overview-manual: Document the basics of WSL and create a link to the build host setup process
(From yocto-docs rev: 317059cbfcd8fdb342819b00f9f2836e44ce3d8b)
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index dbf62cc162..05db6dabf0 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -908,6 +908,24 @@ | |||
908 | section in the Yocto Project Development Tasks Manual. | 908 | section in the Yocto Project Development Tasks Manual. |
909 | </para></listitem> | 909 | </para></listitem> |
910 | <listitem><para> | 910 | <listitem><para> |
911 | <emphasis>Windows Subsystem For Linux (WSLv2):</emphasis> | ||
912 | You may use Windows Subsystem For Linux v2 to set up a build | ||
913 | host using Windows 10. | ||
914 | <note> | ||
915 | The Yocto Project is not compatible with WSLv1, it is | ||
916 | compatible but not officially supported nor validated | ||
917 | with WSLv2, if you still decide to use WSL please upgrade | ||
918 | to WSLv2. | ||
919 | </note> | ||
920 | The Windows Subsystem For Linux allows Windows 10 to run a real | ||
921 | Linux kernel inside of a lightweight utility virtual | ||
922 | machine (VM) using virtualization technology.</para> | ||
923 | <para>For information on how to set up a Build Host with | ||
924 | WSLv2, see the | ||
925 | "<ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-to-use-wsl'>Setting Up to Use Windows Subsystem For Linux</ulink>" | ||
926 | section in the Yocto Project Development Tasks Manual. | ||
927 | </para></listitem> | ||
928 | <listitem><para> | ||
911 | <emphasis>Toaster:</emphasis> | 929 | <emphasis>Toaster:</emphasis> |
912 | Regardless of what your Build Host is running, you can | 930 | Regardless of what your Build Host is running, you can |
913 | use Toaster to develop software using the Yocto Project. | 931 | use Toaster to develop software using the Yocto Project. |