Yocto快照了

发布于 2025-02-08 07:04:55 字数 148 浏览 3 评论 0原文

我有一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈独秀 2025-02-15 07:04:55

如果设置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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文