This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM335X: Setting up build environment for arago

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Linux

Hello

I am setting up build environment for the bitbake build and need to set toolchain path. I am looking at two resources and both set it up differently. First resource is http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment

$ bitbake TOOLCHAIN_PATH=$HOME/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf ...

And second one is http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.html.

export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
export TOOLCHAIN_PATH_ARMV8=$HOME/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu

What is the difference between this two ways?