On Tue, 2018-10-30 at 22:14 +0100, Dimitris Tassopoulos wrote: > Hi all. > > Usually I have a small x86_64 board that I test images. But for the > first > time I've tried to use yocto to do some development on grub. I've > used > qemu to do grub development before and I know that this works fine. I > just use grub-mkrescue to create images with my grub script and then > boot. > > Now I've tried to do the same with yocto after setting these to > local.conf > > MACHINE ??= "qemux86" > IMAGE_FSTYPES += " wic wic.vmdk" > WKS_FILE ?= "directdisk-multi-rootfs.wks" > IMAGE_INSTALL_append = " grub-efi"
Can you check if MACHINE_FEATURES includes efi and include and try again if not? Thanks, Anuj -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
