为了开发,我想在我的yocto图像中添加git。所以我添加
IMAGE_INSTALL += "git"
但当我运行qemu时,我遇到了这个崩溃的straigth:
Welcome to GRUB!
lock: OK
lock: OK
error: file `/boot/bzImage' not found.
Dropping to grub prompt for unknown reason. Should never get here.
知道为什么吗?干杯
我必须将IMAGE_INSTALL += "git"
从local.conf
移动到我实际构建的图像的图像配方中才能实现这一点。我没有解释,但修正了以这种方式添加git
。欢迎任何解释。
编辑:查看Erik的回答以获得进一步解释:添加特定包后,Yocto图像文件大小减小