标签: linux embedded-linux yocto
感谢您的时间和帮助
我已将swupdate集成到我的Yocto项目中。
现在,要创建软件更新应急根文件系统,我需要首先执行以下命令:bitbake swupdate-image
bitbake swupdate-image
然后我需要执行命令:bitbake core-image-minimal
bitbake core-image-minimal
有什么办法我只能先执行bitbake core-image-minimal,然后先构建swupdate-image,然后再构建core-image-minimal
再次感谢
答案 0 :(得分:0)
您可以在INITRAMFS_IMAGE变量local.conf中进行设置:
local.conf
INITRAMFS_IMAGE = "swupdate-image"
但一般规则是:一幅图像-一次比特烤。