[PATCH 1/2] chipsec: run CHIPSEC without the -i option

Ricardo Neri <[email protected]> Wed, 05 Jul 2017 17:52:56 -0700
Newsgroups dev.linux.lists.oe-chipsec
Message-ID <1499302377-18722-2-git-send-email-ricardo.neri-calderon@linux.intel.com>
--===============5467920241540606656==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

The CHIPSEC team has advised that running with the -i is not a good idea
as it may lead to invalid results. This option is used mainly for
debugging purposes when it is necessary to ignore the fact that CHIPSEC
does not recognize the platform on which it is running. In most cases
the platform will be known. Also, it is better to simply say that a
given platform is not supported rather than giving spurious results.

Signed-off-by: Ricardo Neri <[email protected]>
---
 meta-luv/recipes-core/chipsec/chipsec/chipsec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-luv/recipes-core/chipsec/chipsec/chipsec b/meta-luv/recip=
es-core/chipsec/chipsec/chipsec
index fa72e45..57b5819 100644
--- a/meta-luv/recipes-core/chipsec/chipsec/chipsec
+++ b/meta-luv/recipes-core/chipsec/chipsec/chipsec
@@ -6,4 +6,4 @@
 =

 # The below is replaced with the python site packages path during
 # do_patch().
-python PYTHONPATH/chipsec_main.py -i -v
+python PYTHONPATH/chipsec_main.py -v
-- =

2.7.4


--===============5467920241540606656==--