Common Procedures
Instructions that are common to many procedures are provided here and referred to from the procedures that require them.
Procedures
Setting Environment Variables
Set environment variables every time you open a terminal console to work on applications.
Steps
In a shell terminal console, enter an export command that is consistent with your toolchain.
For the Zephyr SDK:
$ export ZEPHYR_GCC_VARIANT=zephyr $ export ZEPHYR_SDK_INSTALL_DIR=<yocto-installation-path>
To set the environment variable
$(ZEPHYR_BASE)
, navigate to the kernel’s installation directory and enter:$ source zephyr-env.sh