We are observing lot of failure using http withing firewall: fatal: unable to access 'http://git.ti.com/git/arago-project/oe-layersetup.git/': The requested URL returned error: 502
Moving to git path that is used in yocto recipes Signed-off-by: Yogesh Siraswar <[email protected]> --- lib/oesdk/config-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oesdk/config-build-env b/lib/oesdk/config-build-env index 7f914ba..6fe3a8a 100644 --- a/lib/oesdk/config-build-env +++ b/lib/oesdk/config-build-env @@ -1,6 +1,6 @@ #!/bin/bash -TI_SDK_OELAYER_SETUP="http://git.ti.com/git/arago-project/oe-layersetup.git" +TI_SDK_OELAYER_SETUP="git://git.ti.com/arago-project/oe-layersetup.git" # This script is intended to be called only from the top-level build-oesdk.sh # script which parses the configuration file and sets necessary variables. -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13428): https://lists.yoctoproject.org/g/meta-arago/message/13428 Mute This Topic: https://lists.yoctoproject.org/mt/87617374/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
