Skip to content

Commit

Permalink
git protocol support for https
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Hanly <lewis.hanly@microchip.com>
  • Loading branch information
lhanlyu authored and vfalanis committed Feb 17, 2022
1 parent 6c9a808 commit f60e94d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion recipes-bsp/u540-c000-bootloader/u540-c000-bootloader.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ do_compile[depends] += "virtual/kernel:do_deploy"
PV = "git${SRCPV}"
BRANCH = "master"
SRCREV = "128f282d177d0e43c9c449fb98462f453cc47258"
SRC_URI = "git://github.com/sifive/freedom-u540-c000-bootloader.git;branch=${BRANCH} \
SRC_URI = "git://github.com/sifive/freedom-u540-c000-bootloader.git;protocol=https;branch=${BRANCH} \
file://import-detect-null.patch \
file://use-oe-default-cmd.patch \
file://drop-gnu-build-id.patch \
Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/linux/mpfs-linux_5.%.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KERNEL_VERSION_SANITY_SKIP="1"
BRANCH = "linux-5.6.y"
SRCREV = "v5.6.16"
SRC_URI = " \
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${BRANCH} \
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;protocol=https;branch=${BRANCH} \
"

SRC_URI_append_icicle-kit-es = " \
Expand Down
2 changes: 1 addition & 1 deletion recipes-tools/coremarkpro/coremarkpro.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE.md;md5=c84d8f508b20d579641ad151a79a8bf3"

SRCREV="d5b4f2ba7ba31e37a5aa93423831e7d5eb933868"
SRC_URI = "git://github.com/eembc/coremark-pro.git;branch=main"
SRC_URI = "git://github.com/eembc/coremark-pro.git;protocol=https;branch=main"



Expand Down
6 changes: 3 additions & 3 deletions tools/manifests/bb_testb.xml
Original file line number Diff line number Diff line change
@@ -1,8 +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/" />
<remote name="yocto" fetch="https://git.yoctoproject.org/" />
<remote name="meta-polarfire-soc-yocto-bsp" fetch="https://bitbucket.microchip.com/scm/fpga_pfsoc_es/" />
<default remote="openembedded" revision="master" />

Expand Down
6 changes: 3 additions & 3 deletions tools/manifests/riscv-yocto.xml
Original file line number Diff line number Diff line change
@@ -1,8 +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/" />
<remote name="yocto" fetch="https://git.yoctoproject.org/" />
<remote name="meta-polarfire-soc-yocto-bsp" fetch="https://github.com/polarfire-soc/" />
<default remote="openembedded" revision="master" />
<project name="meta-polarfire-soc-yocto-bsp" remote="meta-polarfire-soc-yocto-bsp" path="meta-polarfire-soc-yocto-bsp" revision="2021.02" />
Expand Down

0 comments on commit f60e94d

Please sign in to comment.