Yocto快照了
我有一个Yocto项目,我想及时冻结。据我了解,每次我运行Bitbake时,如果以最新的Git Repo的方式设计了配方,请下载并构建最新的更改。我敢肯定,在构建环境中,使用特定的GIT结帐,有些始终可以抓住最新信息。
我想知道,有没有办法告诉Bitbake忽略更新?
I have a Yocto project that I want to freeze in time. As I understand it every time I run bitbake, if a recipe is designed in a way that the latest git repo is pulled, my project with download and build the latest changes. I am sure there is a mixture of repos in the build environment that use a specific git checkout and some that always grab the latest.
I am wondering, is there a way to tell bitbake to ignore updates?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果设置bb_no_network =“ 1”,您会很快找出哪些配方正在尝试使用最新的修订并可以纠正。
If you set BB_NO_NETWORK = "1" you'll quickly find out which recipes are trying to use the latest revision and can correct that.