Tool/software:
Hey all,
I'm attempting to build Yocto for this devkit, and despite multiple `cleansstate` and burning repos/redownloading and rebuilding everything (taking hours) I always seem to have the same issue when attempting to build both 10.00 and 10.01.
For 10.00 I get the following error during build.
```
WARNING: ti-vision-apps-10.0.0-r0_edgeai_7 do_fetch: Failed to fetch URL repo://git.ti.com/git/processor-sdk/psdk_repo_manifests.git;protocol=https;branch=refs/tags/REL.PSDK.ANALYTICS.10.00.00.04;manifest=vision_apps_yocto.xml, attempting MIRRORS if available
ERROR: ti-vision-apps-10.0.0-r0_edgeai_7 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export PATH="/home/tisdk/tisdk-yocto/sources/oe-core/scripts:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/recipe-sysroot/usr/bin/crossscripts:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/recipe-sysroot-native/usr/sbin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/recipe-sysroot-native/usr/bin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/recipe-sysroot-native/sbin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/recipe-sysroot-native/bin:/home/tisdk/tisdk-yocto/sources/bitbake/bin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/hosttools"; export HOME="/"; /usr/bin/env repo sync failed with exit code 1, output:
error: command 'sync' requires repo to be installed first.
Use "repo init" to install it here.
ERROR: ti-vision-apps-10.0.0-r0_edgeai_7 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'repo://git.ti.com/git/processor-sdk/psdk_repo_manifests.git;protocol=https;branch=refs/tags/REL.PSDK.ANALYTICS.10.00.00.04;manifest=vision_apps_yocto.xml')
ERROR: Logfile of failure stored in: /home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.0.0/temp/log.do_fetch.856701
ERROR: Task (/home/tisdk/tisdk-yocto/sources/meta-edgeai/recipes-tisdk/ti-psdk-rtos/ti-vision-apps.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1948 tasks of which 1894 didn't need to be rerun and 1 failed.
```
and for 10.01
```
WARNING: ti-vision-apps-10.1.0-r0_edgeai_10 do_fetch: Failed to fetch URL repo://git.ti.com/git/processor-sdk/psdk_repo_manifests.git;protocol=https;branch=refs/tags/REL.PSDK.ANALYTICS.10.01.00.04;manifest=vision_apps_yocto.xml, attempting MIRRORS if available
ERROR: ti-vision-apps-10.1.0-r0_edgeai_10 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export PATH="/home/tisdk/tisdk-yocto/sources/oe-core/scripts:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/recipe-sysroot/usr/bin/crossscripts:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/recipe-sysroot-native/usr/sbin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/recipe-sysroot-native/usr/bin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/recipe-sysroot-native/sbin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/recipe-sysroot-native/bin:/home/tisdk/tisdk-yocto/sources/bitbake/bin:/home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/hosttools"; export HOME="/"; /usr/bin/env repo sync failed with exit code 1, output:
error: command 'sync' requires repo to be installed first.
Use "repo init" to install it here.
ERROR: ti-vision-apps-10.1.0-r0_edgeai_10 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'repo://git.ti.com/git/processor-sdk/psdk_repo_manifests.git;protocol=https;branch=refs/tags/REL.PSDK.ANALYTICS.10.01.00.04;manifest=vision_apps_yocto.xml')
ERROR: Logfile of failure stored in: /home/tisdk/tisdk-yocto/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/10.1.0/temp/log.do_fetch.965032
ERROR: Task (/home/tisdk/tisdk-yocto/sources/meta-edgeai/recipes-tisdk/ti-psdk-rtos/ti-vision-apps.bb:do_fetch) failed with exit code '1'
```
I can browse these repos in a browser, and a recusive ripgrep for `ti-vision-apps` or `psdk_repo_manifests` return no results. I was hoping I could try to edit the download mode, but I can't find the correct file to even edit. Any help would be appreciated!
PS: how do I do code blocks? It would be awesome if this forum supported markdown...