Yocto Qt5 Toolchain installation: Difference between revisions

From Variscite Wiki
(Created page with "<!-- Set release according to "release" parameter in URL and use MORTY_BETA_DART-6UL as default --> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- --> {{#lst:Yocto_Plat...")
 
No edit summary
Line 19: Line 19:
Install the tools by running it:
Install the tools by running it:


  $ tmp/deploy/sdk/{{#var:TOOLCHAIN_INSTALL_X11_NAME}}
  $ tmp/deploy/sdk/{{#var:TOOLCHAIN_INSTALL_QT5_NAME}}


Reply to all defaults 'y'<br>
Reply to all defaults 'y'<br>

Revision as of 14:43, 9 May 2017

- Yocto QT5 Toolchain Installation

Pre Requirements

Full Yocto OpenEmbedded environment is required for the toolchain generation.
To setup Yocto build environment follow steps 1 & 3 of the Build Yocto from source code guide and then proceed to the toolchain build below:

Build Toolchain

$ cd 
$ MACHINE= DISTRO=  
$ bitbake meta-toolchain-qt5

The output will be located at tmp/deploy/sdk/.

Install Toolchain

Install the tools by running it:

$ tmp/deploy/sdk/

Reply to all defaults 'y'
At the end of the installation you should see the following:

SDK has been successfully set up and is ready to be used.
The toolchain name depend on your build machine and may change

Use Toolchain

Each time you wish to use the toolchain in a new shell session, you need to source the environment setup script:

$ source