简体   繁体   English

Bitbake(Yocto)git fetch URI身份验证

[英]Bitbake (Yocto) git fetch URI authentication

How do I make a bitbake recipe that clones a git repo with built in authentication (into the url)? 如何使用内置身份验证(进入URL)制作一个克隆git repo的bitbake配方?

What is the format of the SRC_URI? SRC_URI的格式是什么?

For example: 例如:

SRC_URI = "git://<host>/path/to/<repo>.git;protocol=<protocol>;user=<user>:<password>;branch=<branch>

protocol might for example be https 协议可能例如是https

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM