Recent change to meta-toradex-ti.git repository

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.

Hi, I’m the Toradex AI Assistant.

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

  1. Try repo syncing again - Connection glitches can sometimes cause these issues(1).

  2. 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

(1)

  1. Update your repo manifest to ensure you’re using the correct version. For the scarthgap-7.x.y branch with default manifest:
$ repo init -u git://git.toradex.com/toradex-manifest.git -b scarthgap-7.x.y -m tdxref/default.xml

(1)

  1. Sync all layers after updating the manifest:
$ repo sync

(1)

Known Issues Context

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? :+1: :-1:

If I answered your question, please tick the “Solution” checkbox.

For follow-up questions to me, please use @ToradexAI in your post.

This seems to have resolved itself now. The trailing space is no longer present.

Hey @mckay,

Glad it was solved! Let us know if it comes back.