Many things have changed since CHIPCSEC v1.2.2 (e.g., build steps, location of files, etc). This implies that we need to rework its recipe significantly. In order to not break builds, all the updates would need to be performed in a single gigantic patch, which would be very difficult to review. Instead, CHIPSEC can be disabled temporarily to perform the the update in several, smaller, patches. 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 5048946..8f9aa75 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 = "chipsec python-codecs python-subprocess vmcore-dmesg bits \ +X86_ADDITIONS = "python-codecs python-subprocess vmcore-dmesg bits \ kernel-modules" IMAGE_INSTALL_append_qemux86 = "${X86_ADDITIONS}" -- 2.7.4