[meta-freescale] [fsl-community-bsp-platform][dizzy][PATCH] default.xml: Switch to HTTPS protocol

Nikolay Dimitrov picmaster at mail.bg
Sat Apr 4 00:15:23 PDT 2015


Some Yocto users have issues using git protocol behind firewalls. This patch
changes the default repo protocol to HTTPS, and also changes OpenEmbedded's
URL to the github.com mirror, as git.openembedded.org doesn't allow fetching
through HTTPS.

Signed-off-by: Nikolay Dimitrov <picmaster at mail.bg>
---
 default.xml |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/default.xml b/default.xml
index a0d85bc..4350796 100644
--- a/default.xml
+++ b/default.xml
@@ -3,9 +3,9 @@
 
   <default sync-j="4" revision="master"/>
 
-  <remote fetch="git://git.yoctoproject.org" name="yocto"/>
-  <remote fetch="git://github.com/Freescale" name="freescale"/>
-  <remote fetch="git://git.openembedded.org" name="oe"/>
+  <remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
+  <remote fetch="https://github.com/Freescale" name="freescale"/>
+  <remote fetch="https://github.com/openembedded" name="oe"/>
 
   <project remote="yocto" revision="master" name="poky" path="sources/poky"/>
   <project remote="yocto" revision="master" name="meta-fsl-arm" path="sources/meta-fsl-arm"/>
-- 
1.7.10.4



More information about the meta-freescale mailing list