From 210d0f78485e760dffcdd3f630f59cec797f3f11 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 20 Apr 2022 18:21:18 -0700 Subject: [PATCH] build_inf.sh: change the protocal for github repo The git protocal was stop on 2022-03-15 for all github repos according to: https://github.blog/2021-09-01-improving-git-protocol-security-github/ So change the protocal for github repo to fix the download errors. Issue-ID: INF-270 Signed-off-by: Jackie Huang Change-Id: I99a5ff4794d5684056200c9d7344789afd3fd7b9 --- scripts/build_inf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 7ae268ed..29a37c68 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -43,7 +43,7 @@ SRC_YP_URL="\ git://git.yoctoproject.org/meta-selinux;commit=HEAD \ git://git.yoctoproject.org/meta-dpdk;commit=HEAD \ git://git.yoctoproject.org/meta-anaconda;commit=HEAD \ - git://github.com/intel-iot-devkit/meta-iot-cloud;commit=HEAD \ + https://github.com/intel-iot-devkit/meta-iot-cloud.git;commit=HEAD \ " SUB_LAYER_META_OE="\ -- 2.16.6