2022-08-04 01:23 AM
I was trying to install OpenSTLinux distribution. I am using ubuntu 20.04 for my host machine. Firstly I init repo with this command:
repo init -u <LINK FOR GIT ST OE MANIFEST > -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15
then when I try to repo sync. I get following error for almost everything
error: garbage at end of loose object '543a1d1527d04f297b90ec25658f8dc71f3d0782'
fatal: loose object 543a1d1527d04f297b90ec25658f8dc71f3d0782 (stored in /home/gencay/STM32MPU_workspace/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/.repo/project-objects/openembedded-core.git/objects/54/3a1d1527d04f297b90ec25658f8dc71f3d0782) is corrupt
openembedded-core: sleeping 4.0 seconds before retrying
Solved! Go to Solution.
2022-08-04 05:54 AM
Hello,
I did some tests but I don't have your problem.
Did you try to remove the .repo file and remake " repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15 " ?
Maybe there was a problem during this part.
Regards,
Grégory
2022-08-04 01:51 AM
Hi @Gencay ,
Can I have the link of the manifest you use in order to understand where the error comes from.
regards,
Grégory
2022-08-04 01:58 AM
hello,
https://github.com/STMicroelectronics/oe-manifest.git
here is the link. Thank you for your attention.
2022-08-04 05:54 AM
Hello,
I did some tests but I don't have your problem.
Did you try to remove the .repo file and remake " repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15 " ?
Maybe there was a problem during this part.
Regards,
Grégory
2022-08-04 06:24 AM
Yes that worked thank you.
2022-08-05 05:33 AM
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
2022-08-05 05:50 AM
Okay, I am new to this thank you for heads up.