View Issue Details

IDProjectCategoryView StatusLast Update
0006943YoctoGeneralpublic2025-09-24 09:44
Reportergerbach Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionfsimx6-Y2024.04 
Target Versionfsimx-next 
Summary0006943: Error while cloning repos with fsimx6-Y2024.04 and fsimx6ul-Y2024.03
DescriptionSome 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.

Activities

gerbach

2025-09-24 09:44

developer   ~0005507

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