Dear Ti support.
I am doing a Yocto build. ( with TI Linux SDK v7.3)
However, the build does not succeed due to an error during onnxruntime build below.
WARNING: onnxruntime-1.7.0-r0_psdkla do_fetch: Failed to fetch URL git://github.com/apple/coremltools;protocol=https;branch=master;destsuffix=/home/choissi/tr-sdk-linux-j7-evm-07_03_00_05/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/onnxruntime/1.7.0-r0_psdkla/git/cmake/external/coremltools;nl-coremltools, attempting MIRRORS if available
ERROR: onnxruntime-1.7.0-r0_psdkla do_fetch: Fetcher failure: Unable to find revision 523d5e03d86c26267ee6bdf17dd20f6ce6bdadd7 in branch master even from ups
ERROR: onnxruntime-1.7.0-r0_psdkla do_fetch: Fetcher failure for URL: 'git://github.com/apple/coremltools;protocol=https;branch=master;destsuffix=/home/choisessor-sdk-linux-j7-evm-07_03_00_05/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/onnxruntime/1.7.0-r0_psdkla/git/cmake/external/coremltooernal-coremltools'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/choissi/ti_sdk/ti-processor-sdk-linux-j7-evm-07_03_00_05/yocto-build/build/arago-tmp-external-arm-glibc/work/aarchime/1.7.0-r0_psdkla/temp/log.do_fetch.44732
ERROR: Task (/home/choissi/ti_sdk/sdk-linux/yocto-build/sources/meta-psdkla/recipes-core/packagegroups/onnxruntime.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 8824 tasks of which 8823 didn't need to be rerun and 1 failed.
Please tell me how I can fix the error.
I already tried the bitbake -k option, but the build stopped without ignoring the error.
# MACHINE=j7-evm bitbake -k tisdk-default-image
Thank you.