[yocto] Access ssh repository

Khem Raj raj.khem at gmail.com
Mon Aug 5 21:59:46 PDT 2013


On Aug 5, 2013, at 9:48 PM, Navani Srivastava <navani.srivastava at gmail.com> wrote:

> Hi,
> 
> I am using Poky danny for development.I have a query related to repository fetching.
> Is it possible to fetch any repository using ssh? As an example, suppose if recipe contains something like-
> 
> SRC_URI="ssh://__________.git "

well you would have to use correct syntax.

SRC_URI = "git://.…..git;protocol=ssh;"

> 
> When I tried accessing it in the this manner encountered following error-
> 
> ERROR: ExpansionError during parsing /home/user/poky/meta/recipes-core/initscripts/initscripts_1.0.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodError: Could not find a fetcher which supports the URL: 'ssh://___.git'
> ERROR: Command execution failed: Exited with 1
> 
> 
> Thanks
> Navani
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130805/8861c479/attachment.html>


More information about the yocto mailing list