In scarthgap, doing
repo sync --force-sync
I saw:
error: Cannot fetch meta-linaro from https://git.linaro.org/openembedded/meta-linaro
Maybe something moved. I had to do this change:
diff -u -r1.1 .repo/manifests/ls-6.6.52-2.2.0.xml
--- .repo/manifests/ls-6.6.52-2.2.0.xml 2025/05/09 14:52:41 1.1
+++ .repo/manifests/ls-6.6.52-2.2.0.xml 2025/05/09 14:56:22
@@ -4,7 +4,7 @@
<remote name="yp" fetch="https://git.yoctoproject.org"/>
<remote name="oe" fetch="https://github.com/openembedded"/>
<remote name="kraj" fetch="https://github.com/kraj"/>
- <remote name="linaro" fetch="https://git.linaro.org/openembedded"/>
+ <remote name="linaro" fetch="https://review.linaro.org/openembedded"/>
<remote name="community" fetch="https://github.com/Freescale"/>
<remote name="ossystems" fetch="https://github.com/OSSystems"/>
I don't see linaro in styhead.
In scarthgap, doing
repo sync --force-sync
I saw:
error: Cannot fetch meta-linaro from https://git.linaro.org/openembedded/meta-linaro
Maybe something moved. I had to do this change:
I don't see linaro in styhead.