Yocto Toolchain installation

From Variscite Wiki
Yocto toolchain installation for out of Yocto builds

Prerequisites

A full Debian build environment is required for the toolchain generation.
To setup a Debian build environment follow steps 1 & 3 of the Build Debian from source code guide and then proceed to either the toolchain or complete SDK steps below:

Build a toolchain

Setup the environment:

 Expression error: Unexpected > operator. Expression error: Unexpected >= operator. Expression error: Unexpected >= operator.  
$ cd ~/debian_imx8qxp-var-som
$ MACHINE=imx8qxp-var-som DISTRO= MACHINE=imx8qxp-var-som ./var_make_debian.sh 

Or, to build for i.MXQXP SOC revision B0:

$ cd ~/debian_imx8qxp-var-som
$ MACHINE=imx8qxpb0-var-som DISTRO= MACHINE=imx8qxp-var-som ./var_make_debian.sh


Build the toolchain:

$  bitbake meta-toolchain

Install the toolchain/SDK

Install the tools by running the resulted script in tmp/deploy/sdk/.

E.g.

$ tmp/deploy/sdk/

Note: The toolchain/script name depends on your build machine and the bitbaked image/recipe, and may change.

Accept all the default options, and at the end of the installation you should see the following:

SDK has been successfully set up and is ready to be used.

Use the toolchain/SDK

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

$ source 
$ export LDFLAGS=