Pārlūkot izejas kodu

Use https URLs to fetch repositories

Signed-off-by: Stefan O'Rear <sorear@fastmail.com>
Stefan O'Rear 3 gadi atpakaļ
vecāks
revīzija
bcb2888ddc
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2 3
      tools/manifests/riscv-yocto.xml

+ 2 - 3
tools/manifests/riscv-yocto.xml

@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <manifest>
-  <remote name="openembedded" fetch="git://github.com/openembedded/" />
-  <remote name="riscv" fetch="git://github.com/riscv/" />
-  <remote name="yocto" fetch="git://git.yoctoproject.org/" />
+  <remote name="openembedded" fetch="https://github.com/openembedded/" />
+  <remote name="riscv" fetch="https://github.com/riscv/" />
   <default remote="openembedded" revision="master" />
 
   <project name="meta-riscv" remote="riscv" path="meta-riscv" revision="master" />