Nicolas Dechesne <nicolas.deche...@linaro.org> writes:

> On Wed, Sep 4, 2013 at 9:35 PM, Phi Debian <phi.deb...@gmail.com> wrote:
>
>> I found 1 rep in
>> openembedded/.repo/repo/repo
>>
>>
>> What should I do with this?
>>
>
> 'repo' is a tool initially developed for Android development, but it is not
> specific to Android. At Linaro we use repo to manage the OE source trees
> too.
>
> To install repo, you need to follow the instructions here
> http://source.android.com/source/downloading.html.
>
> I agree that this is missing from the Linaro ARMv8 release notes
> https://wiki.linaro.org/HowTo/ARMv8/OpenEmbedded, and it should be
> added.

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;a=blob_plain;f=repo;hb=refs/heads/stable";
 -O $HOME/bin/repo
chmod a+x $HOME/bin/repo

>
> I would recommend your remove everything, and restart with a fresh install
> of repo. i don't really understand your initial log error, tbh...
>
> nico
> _______________________________________________
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev

-- 
Andy McDermott | Kernel Baselines Engineer
Linaro <www.linaro.org> │ Open source software for ARM SoCs

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to