The https://git.toradex.com/meta-toradex-ti.git repository URL seems to have changed recently to include a space at the end. We cannot use repo to sync without making this change manually to the manifest files first. Is this an only us problem or are others seeing this too?
We see this issue when doing any bitbake command on a repo sync’d with toradex-mainfest scarthgap torizon default, specifically 7.1.0 here, but likely affecting HEAD too.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Repository Sync Issues with meta-toradex-ti.git
This appears to be a repository sync issue that could be related to known problems with Yocto repo setup. The documentation mentions several common repo sync issues that can occur during the build process(1).
Troubleshooting Steps
Try repo syncing again - Connection glitches can sometimes cause these issues(1).
Use git garbage collection if the error persists. For the specific repository causing issues, try:
$ cd .repo/projects/layers/meta-toradex-ti.git
$ git gc
The documentation specifically mentions that repo sync issues can occur due to company firewalls/proxies, heavy server load, or corrupted objects in repositories(1). These issues typically manifest as inability to find specific commits or corrupted objects.
If the problem persists after trying these steps, you may need to check if there are any local changes to the layers that need to be resolved during the sync process(1).
Best regards, Toradex AI Assistant.
Did you like my answer?
If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.