diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-16 10:02:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:54:55 +0000 |
commit | 59c4460203a2be65debfc26ea7a2121fad402a03 (patch) | |
tree | 0611012926cf81a4f6815a86280735e49ad350f0 /documentation | |
parent | 582f0ca3613eaf1271e570a06f9e094f6c52e544 (diff) | |
download | poky-59c4460203a2be65debfc26ea7a2121fad402a03.tar.gz |
dev-manual: Added note stating no WSL support
The Windows Subsystem for Linux is not supported. Added a note
in the section on setting up the build host.
(From yocto-docs rev: e806ea6ae534608e84540ac59f972914017ccce9)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index fff81941ef..3f971ba4b0 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -408,6 +408,12 @@ | |||
408 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>, | 408 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>, |
409 | which leverages | 409 | which leverages |
410 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>. | 410 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>. |
411 | <note> | ||
412 | You cannot use a build host that is using the | ||
413 | <ulink url='https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux'>Windows Subsystem for Linux</ulink> | ||
414 | (WSL). | ||
415 | The Yocto Project is not compatible with WSL. | ||
416 | </note> | ||
411 | </para> | 417 | </para> |
412 | 418 | ||
413 | <para> | 419 | <para> |