mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
Use https URLs to fetch repositories
Signed-off-by: Stefan O'Rear <sorear@fastmail.com>
This commit is contained in:
parent
176afa5fad
commit
bcb2888ddc
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<manifest>
|
<manifest>
|
||||||
<remote name="openembedded" fetch="git://github.com/openembedded/" />
|
<remote name="openembedded" fetch="https://github.com/openembedded/" />
|
||||||
<remote name="riscv" fetch="git://github.com/riscv/" />
|
<remote name="riscv" fetch="https://github.com/riscv/" />
|
||||||
<remote name="yocto" fetch="git://git.yoctoproject.org/" />
|
|
||||||
<default remote="openembedded" revision="master" />
|
<default remote="openembedded" revision="master" />
|
||||||
|
|
||||||
<project name="meta-riscv" remote="riscv" path="meta-riscv" revision="master" />
|
<project name="meta-riscv" remote="riscv" path="meta-riscv" revision="master" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue