for development I want to add git to my yocto image. So I add
IMAGE_INSTALL += "git"
to my `local.conf. But when I run qemu I run into this crash straigth away:
Welcome to GRUB!
lock: OK
lock: OK
error: file `/boot/bzImage' not found.
Dropping to grub prompt for unknown reason. Should never get here.
Any idea why? Cheers