[PATCH 0/4] Fix 32-bit builds of CHIPSEC

Ricardo Neri <[email protected]> Wed, 15 Mar 2017 12:41:59 -0700
Newsgroups dev.linux.lists.oe-chipsec
Message-ID <[email protected]>
--===============1426875608498896787==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

Our build bot discovered broken builds of CHIPSEC in qemux86. This series
fixes these issues. In a nutshell, the CHIPSEC driver needs to be aware
of the CPU architecture to build the driver differently. Also, given
that CHIPSEC provides an out-of-tree module, Linux needs extra tasks perfor=
med
before CHIPSEC can be built.

Thanks and BR,
Ricardo

Ricardo Neri (4):
  chipsec: make chipsec recipe depend on make_scripts
  chipsec: Provide CHIPSEC's driver with the build architecture
  chipsec: distutils' build arguments
  chipsec: Ship 64-bit binary files only in 64-bit packages

 ...ve-CPU-architecture-to-the-driver-s-Makef.patch | 40 ++++++++++++++++++=
++++
 meta-luv/recipes-core/chipsec/chipsec_git.bb       | 14 +++++++-
 meta/lib/oe/terminal.py                            |  3 +-
 3 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 meta-luv/recipes-core/chipsec/chipsec/0001-setup.py-giv=
e-CPU-architecture-to-the-driver-s-Makef.patch

-- =

2.9.3


--===============1426875608498896787==--