Hi,
Learn about Yocto build according to the following page
software-dl.ti.com/.../Overview_Building_the_SDK.html
Compile with the following instructions
TOOLCHAIN_BASE=<PATH_TO_TOOLCHAIN> MACHINE=j7-evm bitbake -k tisdk-rootfs-image
I found that bitbake will automatically grab the gcc-arm-8.3-2019.03-x86 64-aarch64-linux-gnu under TOOLCHAIN BASE
If I want to change the names of the folders gcc-arm-8.3-2019.03-x86 64-aarch64-linux-gnu, where should I make changes ?