From 85d55a70a2b64e48449e9614ead32e67dfb50e51 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 16 Sep 2021 11:54:30 +0200 Subject: [PATCH] uboot: use ssh protocol when using Digi internal MTK remote Commit c33fc8a7fe03e11dcee5b228bb389bdbae59a0e2 wrongly used https protocol when using MTK remote when it should have been ssh. Signed-off-by: Hector Palacios --- meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc b/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc index 03d34678a..51cbeb728 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc @@ -19,7 +19,7 @@ DIGI_LOG_REPO = "u-boot-denx.git" DIGI_MTK_REPO = "uboot/u-boot-denx.git" GITHUB_REPO = "u-boot.git" UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , \ - oe.utils.conditional('DIGI_GIT', '${DIGI_LOG_GIT}', '${DIGI_GIT}/${DIGI_LOG_REPO}', '${DIGI_GIT}/${DIGI_MTK_REPO};protocol=https', d), \ + oe.utils.conditional('DIGI_GIT', '${DIGI_LOG_GIT}', '${DIGI_GIT}/${DIGI_LOG_REPO}', '${DIGI_GIT}/${DIGI_MTK_REPO};protocol=ssh', d), \ '${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}" SRC_URI = " \