Now that we have bumped to v1.2.5+, and everything builds correctly, re-enable chipsec in our ramdisk. Signed-off-by: Ricardo Neri --- meta-luv/recipes-core/images/core-image-efi-initramfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-luv/recipes-core/images/core-image-efi-initramfs.bb b/meta-luv/recipes-core/images/core-image-efi-initramfs.bb index 8f9aa75..5048946 100644 --- a/meta-luv/recipes-core/images/core-image-efi-initramfs.bb +++ b/meta-luv/recipes-core/images/core-image-efi-initramfs.bb @@ -10,7 +10,7 @@ IMAGE_INSTALL = "\ psplash kernel-efi-warnings linux-firmware kexec \ " -X86_ADDITIONS = "python-codecs python-subprocess vmcore-dmesg bits \ +X86_ADDITIONS = "chipsec python-codecs python-subprocess vmcore-dmesg bits \ kernel-modules" IMAGE_INSTALL_append_qemux86 = "${X86_ADDITIONS}" -- 2.7.4