Part Number: PROCESSOR-SDK-AM64X
Tool/software:
Hello,
i am able to build the SDK with Yocto on a host machine with internet access, considering this manual: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/09_02_01_10/exports/docs/linux/Overview_Building_the_SDK.html
Now i want to build the SDK on a machine without internet access.
For the bitbake process i know i can set BB_GENERATE_MIRROR_TARBALLS = "1" which works quite well.
But what has to be done with the first build steps, espcially:
./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>
This script also connect to internet and clones repositories? Furthermore some more action is done in this script.
What do i have to do to use this script on an offline machine?