Skip to content

linaro seems to have a different url in scarthgap #12

@openhacker

Description

@openhacker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions