summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAlejandro Hernandez Samaniego <alhe@linux.microsoft.com>2020-03-29 22:42:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-06 14:25:52 +0100
commit734f5cb5ba32ab949fa643960584b9d39bc95dab (patch)
treedc4577148f2cec856c10ba93d42021f63e417a7c /documentation
parent42daacc1aceedd6294c110a274016af6b8855498 (diff)
downloadpoky-734f5cb5ba32ab949fa643960584b9d39bc95dab.tar.gz
brief-yoctoprojectqs: Document the basics of WSL and create a link to the build host setup process
(From yocto-docs rev: 225e2aff28a4a68faf1bf1c702e7deacc9effbde) 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/brief-yoctoprojectqs/brief-yoctoprojectqs.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
index 15dd1af42d..9b976014a0 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
@@ -55,10 +55,18 @@
55 information. 55 information.
56 </para></listitem> 56 </para></listitem>
57 <listitem><para> 57 <listitem><para>
58 You cannot use a build host that is using the 58 You may use Windows Subsystem For Linux v2 to set up a build
59 <ulink url='https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux'>Windows Subsystem for Linux</ulink> 59 host using Windows 10.
60 (WSL). 60 <note>
61 The Yocto Project is not compatible with WSL. 61 The Yocto Project is not compatible with WSLv1, it is
62 compatible but not officially supported nor validated
63 with WSLv2, if you still decide to use WSL please upgrade
64 to WSLv2.
65 </note>
66 See the
67 <ulink url='&YOCTO_DOCS_DEV_URL;#setting-up-to-use-wsl'>Setting Up to Use Windows Subsystem For Linux</ulink>"
68 section in the Yocto Project Development Tasks Manual for more
69 information.
62 </para></listitem> 70 </para></listitem>
63 </itemizedlist> 71 </itemizedlist>
64 </note> 72 </note>