【发布时间】:2020-06-22 17:32:35
【问题描述】:
为了开发,我想将 git 添加到我的 yocto 图像中。所以我加了
IMAGE_INSTALL += "git"
到我的`local.conf。但是当我运行 qemu 时,我直接遇到了这个崩溃:
Welcome to GRUB!
lock: OK
lock: OK
error: file `/boot/bzImage' not found.
Dropping to grub prompt for unknown reason. Should never get here.
知道为什么吗? 干杯
【问题讨论】: