Hello Saul,
thanks for your reply, I'm running the "repo init" command as in many tutorials, this is the line : repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dizzy after the init I find following in the manifest.xml : <?xml version="1.0" encoding="UTF-8"?> <manifest> <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"/> <project remote="yocto" revision="dizzy" name="poky" path="sources/poky"/> <project remote="yocto" revision="dizzy" name="meta-fsl-arm" path="sources/meta-fsl-arm"/> <project remote="oe" revision="dizzy" name="meta-openembedded" path="sources/meta-openembedded"/> <project remote="freescale" revision="dizzy" name="fsl-community-bsp-base" path="sources/base"> <copyfile dest="README" src="README"/> <copyfile dest="setup-environment" src="setup-environment"/> </project> <project remote="freescale" revision="dizzy" name="meta-fsl-arm-extra" path="sources/meta-fsl-arm-extra"/> <project remote="freescale" revision="dizzy" name="meta-fsl-demos" path="sources/meta-fsl-demos"/> <project remote="freescale" revision="dizzy" name="Documentation" path="sources/Documentation"/> </manifest> So you can see it is git.yoctoproject.org as well as others. When running repo sync which as I understand it actually pulls the sources I get : Fetching project Documentation Fetching project poky Fetching project repo Fetching project meta-fsl-arm-extra fatal: Invalid gitfile format: /home/theuser/fsl-community-bsp_NEWTEST/.repo/repo/.git/clone.bundle fatal: The remote end hung up unexpectedly Fetching projects: 12% (1/8) Fetching project fsl-community-bsp-base Fetching projects: 25% (2/8) Fetching project meta-fsl-arm Fetching projects: 37% (3/8) Fetching project meta-openembedded Fetching projects: 50% (4/8) Fetching project meta-fsl-demos error: Failed connect to git.openembedded.org:443; Connection refused while accessing https://git.openembedded.org/meta-openembedded/info/refs fatal: HTTP request failed Fetching projects: 62% (5/8) fatal: https://git.yoctoproject.org/poky/info/refs not found: did you run git update-server-info on the server? fatal: https://git.yoctoproject.org/meta-fsl-arm/info/refs not found: did you run git update-server-info on the server? error: Failed connect to git.openembedded.org:443; Connection refused while accessing https://git.openembedded.org/meta-openembedded/info/refs fatal: HTTP request failed fatal: https://git.yoctoproject.org/meta-fsl-arm/info/refs not found: did you run git update-server-info on the server? fatal: https://git.yoctoproject.org/poky/info/refs not found: did you run git update-server-info on the server? error: Cannot fetch meta-openembedded error: Cannot fetch poky error: Cannot fetch meta-fsl-arm error: Exited sync due to fetch errors and here I'm stuck ... > -----Ursprüngliche Nachricht----- > Von: Saul Wold [mailto:s...@linux.intel.com] > Gesendet: Freitag, 9. Januar 2015 17:08 > An: Heise, Matthias; yocto@yoctoproject.org > Betreff: Re: [yocto] can't pull any sources anymore > > On 01/09/2015 06:10 AM, > matthias.he...@atlas-elektronik.com<mailto:matthias.he...@atlas-elektronik.com> > wrote: > > Hi, > > > > I'm not able to pull any sources for a little time now. As test I re-tried > > an > already working setup by again following some tutorial and trying to setup a > fresh repo. The repo init works but the sync fails. I should mention that due > to network limitations I replace git:// urls with https:// . Is it possible > that this > doesn't work anymore (I mean it is replaced but maybe the online repos > don't support it anymore seamlessly)? > > Can you be more specific, are you talking about the git repos at > git.yoctoproject.org or some other git source? > > You say a "repo init works", does that mean an initial clone or ? What > commands are you running? > > I think a little more information is needed here. > > Sau! > > > Thanks > > > > Mat > > > > > > > >
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto