diff --git a/recipes-bsp/linux/linux-litecell15_4.4.32.bb b/recipes-bsp/linux/linux-litecell15_4.4.32.bb index e794d4c..1a814d7 100644 --- a/recipes-bsp/linux/linux-litecell15_4.4.32.bb +++ b/recipes-bsp/linux/linux-litecell15_4.4.32.bb @@ -25,7 +25,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" S = "${WORKDIR}/git" -NRW_LC15_MIRROR ??= "git@gitlab.com/nrw_litecell15" +NRW_LC15_MIRROR ??= "gitlab.com/nrw_litecell15" inherit gitver-pkg gitver-repo @@ -42,11 +42,11 @@ PKGV = "${PKGGITV}" DEV_BRANCH = "${@ 'nrw/litecell15-next' if d.getVar('NRW_BSP_DEVEL', False) == "next" else 'nrw/litecell15'}" DEV_SRCREV = "${AUTOREV}" -DEV_SRCURI := "git://${NRW_LC15_MIRROR}/processor-sdk-linux.git;protocol=ssh;branch=${DEV_BRANCH}" +DEV_SRCURI := "git://${NRW_LC15_MIRROR}/processor-sdk-linux.git;protocol=https;branch=${DEV_BRANCH}" REL_BRANCH = "nrw/litecell15" REL_SRCREV = "a54d64a4be25d87032a8600b97b271f255587844" -REL_SRCURI := "git://${NRW_LC15_MIRROR}/processor-sdk-linux.git;protocol=ssh;branch=${REL_BRANCH}" +REL_SRCURI := "git://${NRW_LC15_MIRROR}/processor-sdk-linux.git;protocol=https;branch=${REL_BRANCH}" BRANCH = "${@ '${DEV_BRANCH}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_BRANCH}'}" SRCREV = "${@ '${DEV_SRCREV}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_SRCREV}'}" diff --git a/recipes-bsp/u-boot/u-boot-litecell15-2015.07.inc b/recipes-bsp/u-boot/u-boot-litecell15-2015.07.inc index c081890..6022c5f 100644 --- a/recipes-bsp/u-boot/u-boot-litecell15-2015.07.inc +++ b/recipes-bsp/u-boot/u-boot-litecell15-2015.07.inc @@ -1,7 +1,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" -NRW_LC15_MIRROR ??= "git@gitlab.com/nrw_litecell15" +NRW_LC15_MIRROR ??= "gitlab.com/nrw_litecell15" inherit gitver-pkg gitver-repo @@ -17,11 +17,11 @@ PKGV = "${PKGGITV}" DEV_BRANCH = "${@ 'nrw/litecell15-next' if d.getVar('NRW_BSP_DEVEL', False) == "next" else 'nrw/litecell15'}" DEV_SRCREV = "${AUTOREV}" -DEV_SRCURI := "git://${NRW_LC15_MIRROR}/u-boot.git;protocol=ssh;branch=${DEV_BRANCH}" +DEV_SRCURI := "git://${NRW_LC15_MIRROR}/u-boot.git;protocol=https;branch=${DEV_BRANCH}" REL_BRANCH = "nrw/litecell15" REL_SRCREV = "e2b1ddd84d72d8c57815265860ae58f6b170551c" -REL_SRCURI := "git://${NRW_LC15_MIRROR}/u-boot.git;protocol=ssh;branch=${REL_BRANCH}" +REL_SRCURI := "git://${NRW_LC15_MIRROR}/u-boot.git;protocol=https;branch=${REL_BRANCH}" BRANCH = "${@ '${DEV_BRANCH}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_BRANCH}'}" SRCREV = "${@ '${DEV_SRCREV}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_SRCREV}'}" diff --git a/recipes-sysmobts/firmware/lc15-firmware_git.bb b/recipes-sysmobts/firmware/lc15-firmware_git.bb index 9edea95..4af1e11 100644 --- a/recipes-sysmobts/firmware/lc15-firmware_git.bb +++ b/recipes-sysmobts/firmware/lc15-firmware_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Firmware files for Nuran Wireless Litecell 1.5 Mainboard" LICENSE = "CLOSED" -NRW_LC15_MIRROR ??= "git@gitlab.com/nrw_litecell15" +NRW_LC15_MIRROR ??= "gitlab.com/nrw_litecell15" S = "${WORKDIR}/git" @@ -16,11 +16,11 @@ PKGV = "${PKGGITV}" DEV_BRANCH = "${@ 'nrw/litecell15-next' if d.getVar('NRW_BSP_DEVEL', False) == "next" else 'nrw/litecell15'}" DEV_SRCREV = "${AUTOREV}" -DEV_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=ssh;branch=${DEV_BRANCH}" +DEV_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=https;branch=${DEV_BRANCH}" REL_BRANCH = "nrw/litecell15" REL_SRCREV = "68607b5c33a02883c50f9408f423234747407d99" -REL_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=ssh;branch=${REL_BRANCH}" +REL_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=https;branch=${REL_BRANCH}" BRANCH = "${@ '${DEV_BRANCH}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_BRANCH}'}" SRCREV = "${@ '${DEV_SRCREV}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_SRCREV}'}"