Phi Debian phi.debian@gmail.com writes:
On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott
repo get installed automatically when the `pre-build-root-install-dependencies.sh' is run:
$ tail -5 pre-build-root-install-dependencies.sh
# Get latest repo script and install it in PATH (use our mirror of repo) test -d $HOME/bin || mkdir -p $HOME/bin wget -cq --no-check-certificate "http://android.git.linaro.org/gitweb?p=tools/repo.git%3Ba=blob_plain%3Bf=rep..." -O $HOME/bin/repo chmod a+x $HOME/bin/repo
That's true, but it doens't explain why repo sync fail later...
My cleanup process ro remove ~/.repo* ~/bin/repo, so each time I redo the procedure to get this openembeded thiong working I start with a brand new hierachy...
Does the repo sync work outside of the Linaro scripts?
What's the output from:
$ PATH=$PATH:~/bin $ cd /tmp $ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ master -m default.xml --repo-url=git://android.git.linaro.org/tools/repo $ repo sync