You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to build with the 6.5.0-common manifest throws an error during repo sync for meta-common-torizon that e2053dcb89fdf8d057f37771b173dc4fa3afbfb2 is not a valid sha1.
fatal: failed to unpack tree object HEAD
error.GitError: Cannot checkout meta-common-torizon: Cannot initialize work tree for meta-common-torizon
error: Cannot checkout meta-common-torizon
error: Unable to fully sync the tree
error: Downloading network changes failed.
error: Checking out local projects failed.
Failing repos:
layers/meta-common-torizon
Try re-running with "-j1 --fail-fast" to exit at the first error.
================================================================================
Repo command failed due to the following `SyncError` errors:
GitCommandError: git command failure
Project: meta-common-torizon
Args: update-ref -m manifest set to e2053dcb89fdf8d057f37771b173dc4fa3afbfb2 --no-deref refs/remotes/m/908-common e2053dcb89fdf8d057f37771b173dc4fa3afbfb2^0
Stdout:
None
Stderr:
fatal: e2053dcb89fdf8d057f37771b173dc4fa3afbfb2^0: not a valid SHA1
GitCommandError: git command failure
Project: meta-common-torizon
Args: update-ref -m manifest set to e2053dcb89fdf8d057f37771b173dc4fa3afbfb2 --no-deref refs/remotes/m/908-common e2053dcb89fdf8d057f37771b173dc4fa3afbfb2^0
Stdout:
None
Stderr:
fatal: e2053dcb89fdf8d057f37771b173dc4fa3afbfb2^0: not a valid SHA1
Cannot initialize work tree for meta-common-torizon
The text was updated successfully, but these errors were encountered:
Attempting to build with the 6.5.0-common manifest throws an error during
repo sync
formeta-common-torizon
thate2053dcb89fdf8d057f37771b173dc4fa3afbfb2
is not a valid sha1.Visiting commontorizon/meta-common-torizon@e2053dc seems to confirm this since it shows an error banner that the commit does not belong to the repository.
Editing the manifest to point to https://github.com/commontorizon/meta-common-torizon/releases/tag/v6.5.0-common appears to resolve the issue.
The text was updated successfully, but these errors were encountered: