SDK Toolchain on WSL

From Yocto Project
Revision as of 07:28, 11 January 2019 by Lee chee yang (talk | contribs) (Created page with "Windows user can now do development using yocto project SDK toolchain through Windows Subsystem for Linux (WSL). You may look for [ https://docs.microsoft.com/en-us/windows/w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Windows user can now do development using yocto project SDK toolchain through Windows Subsystem for Linux (WSL). You may look for [ https://docs.microsoft.com/en-us/windows/wsl/about WSL Documentation] for more information about WSL

Install and setup WSL on Windows

Refer to Windows Subsystem for Linux Installation Guide for Windows 10 for WSL installation Guide.

After you install and start up WSL, You need to install essential packages on your WSL. The following command installs the packages based on an WSL Debian GNU/Linux:

 $apt install xz-utils gcc python autoconf make cmake 

you might want to refer to Using the Standard SDK for SDK Setup.