[PATCH 1/9] core-image-efi-initramfs: Temporarily disable chipsec

Ricardo Neri <[email protected]> Fri, 10 Mar 2017 15:36:13 -0800
Newsgroups dev.linux.lists.oe-chipsec
Message-ID <1489188981-23886-2-git-send-email-ricardo.neri-calderon@linux.intel.com>
--===============3219228670139783652==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

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 <[email protected]>
---
 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/met=
a-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 =3D "\
     psplash kernel-efi-warnings linux-firmware kexec \
     "
 =

-X86_ADDITIONS =3D "chipsec python-codecs python-subprocess vmcore-dmesg bi=
ts \
+X86_ADDITIONS =3D "python-codecs python-subprocess vmcore-dmesg bits \
                  kernel-modules"
 =

 IMAGE_INSTALL_append_qemux86 =3D "${X86_ADDITIONS}"
-- =

2.7.4


--===============3219228670139783652==--