Skip to content
Snippets Groups Projects
Commit f2a50514 authored by Justin Rigling's avatar Justin Rigling
Browse files

move SRC_URI to use https protocol, not SSH protocol on git.rigado.com

parent 93a7e525
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
#Qualcomm 6234 firmware git
SRCBRANCH ?= "master"
SRC_URI = "git://git@git.rigado.com/vesta/vesta-firmware.git;protocol=ssh;branch=${SRCBRANCH};destsuffix=${S}/git "
SRC_URI = "git://git.rigado.com/vesta/vesta-firmware.git;protocol=https;branch=${SRCBRANCH};destsuffix=${S}/git "
do_install() {
......
......@@ -18,7 +18,7 @@ SRCBRANCH = "master"
#Always update SRCREV based on your last commit
SRCREV = "1f00aff46c542af6655960a2ecf6b9337947fb13"
SRC_URI = "git://git@git.rigado.com/vesta/u-boot-2015.04.git;protocol=ssh;branch=${SRCBRANCH}"
SRC_URI = "git://git.rigado.com/vesta/u-boot-2015.04.git;protocol=https;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
......
......@@ -11,7 +11,7 @@ INSANE_SKIP_scripts-vesta_append = "already-stripped"
#Rigado scripts
SRCBRANCH ?= "master"
SRC_URI = "git://git@git.rigado.com/vesta/vesta-scripts.git;protocol=ssh;branch=${SRCBRANCH};destsuffix=${S}/git "
SRC_URI = "git://git.rigado.com/vesta/vesta-scripts.git;protocol=https;branch=${SRCBRANCH};destsuffix=${S}/git "
do_install() {
install -d ${D}${exec_prefix}/rigado/scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment