View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006943 | Yocto | General | public | 2025-09-24 09:41 | 2025-09-24 09:44 |
Reporter | gerbach | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | fsimx6-Y2024.04 | ||||
Target Version | fsimx-next | ||||
Summary | 0006943: Error while cloning repos with fsimx6-Y2024.04 and fsimx6ul-Y2024.03 | ||||
Description | Some Customers reported an error while downloading the sources with setup-yocto with fsimx6-Y2024.04. Repo command failed due to the following `SyncError` errors: GitCommandError: 'update-ref --no-deref HEAD 577d041a39a02e152461919698745368144720d5' on poky failed stderr: fatal: update_ref failed for ref 'HEAD': cannot update ref 'HEAD': trying to write non-commit object 577d041a39a02e152461919698745368144720d5 to branch 'HEAD' fsimx6ul-Y2024.03 uses the same hash for the poky layer. | ||||
|
The 577d041a39a02e152461919698745368144720d5 references a tag not the commit itself. The repo seemd to be changes so it does not work anymore. Changing the revision in fs-release-manifest.xm tol 54af8c5e80ebf63707ef4e51cc9d374f716da603 fixes the issue Forum posts ware created, explaining this fix https://forum.fs-net.de/index.php?thread/4861-new-yocto-release-fsimx6-y2024-04/#post17372 https://forum.fs-net.de/index.php?thread/4847-new-yocto-release-fsimx6ul-y2024-03/#post17371 |