Building the Yocto SDK for the STKLS1012AL requires a Yocto build environment configured for meta-tq or ci-meta-tq. Follow the TQMLS1012AL Yocto quickstart guide instructions to setup the build environment.
To generate the Yocto SDK for the default image tq-image-generic-debug, use the following command in your build space:
bitbake -c populate_sdk tq-image-generic-debug
Yocto generates an SDK install script which is available after building in the following path of your build directory ../tmp/deploy/sdk/.
Navigate to the script and execute it to install the SDK. The code block below shows the install script name if the default image tq-image-generic-debug has been used to generate the SDK.
./tq-dumpling-glibc-i686-tq-image-generic-debug-cortexa72-toolchain-5.0.11.sh
If the SDK is used in a new shell session, source the SDK environment setup script e.g. when the SDK has been installed to the default path /opt/dumpling/5.0.11/
source /opt/dumpling/5.0.11/environment-setup-cortexa72-tq-linux