【发布时间】:2014-10-19 22:19:16
【问题描述】:
如何制作一个 bitbake 配方,克隆带有内置身份验证的 git repo(到 url 中)?
SRC_URI 的格式是什么?
【问题讨论】:
标签: git authentication fetch bitbake yocto
如何制作一个 bitbake 配方,克隆带有内置身份验证的 git repo(到 url 中)?
SRC_URI 的格式是什么?
【问题讨论】:
标签: git authentication fetch bitbake yocto
例如:
SRC_URI = "git://<host>/path/to/<repo>.git;protocol=<protocol>;user=<user>:<password>;branch=<branch>
协议例如可能是https
【讨论】: