From c1bc791e9fdb6fa480b4d141c5d4f5c0932923d2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 10 Apr 2022 10:44:21 -0700 Subject: [PATCH] README: Convert to use https instead of git protocol on github Signed-off-by: Khem Raj --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efa1fb3..3f1da63 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ OpenEmbedded/Yocto distributions and layer stacks, such as: This layer depends on: -* URI: git://github.com/openembedded/openembedded-core +* URI: https://github.com/openembedded/openembedded-core * branch: master * revision: HEAD -* URI: git://github.com/openembedded/bitbake +* URI: https://github.com/openembedded/bitbake * branch: master * revision: HEAD @@ -37,7 +37,7 @@ Make sure to [install the `repo` command by Google](https://source.android.com/s ### Create workspace ```text mkdir riscv-yocto && cd riscv-yocto -repo init -u git://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml +repo init -u https://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml repo sync repo start work --all ```