[yocto] [PATCH v2 0/5] [meta-intel][rmc] Add fingerprint quering	and database extraction functionality to RMC
    Todor Minchev 
    todor.minchev at linux.intel.com
       
    Thu Feb  9 11:17:35 PST 2017
    
    
  
This is V2 of the patchset. It addresses all feedback received in V1.
Changes from previous version:
* remove default silent mode from Makefile
* extract fingerprint with -E instead of -F
* add is_rmcdb(db_blob) for database validation
* add -o option to specify an output directory to extract the database to
* remove non-alphanumeric characters from fingerprint signatures before
  using the signatures as directory names
Todor Minchev (5):
  Makefile: disable silent mode in Makefiles
  Makefile: add debug target
  rmc: Enable reading the contents of an existing fingerprint file
  rmc: remove unnecessary return variable
  rmc: add database extraction functionality
 Makefile              |  23 ++++++----
 Makefile.efi          |  10 ++--
 inc/rmc_api.h         |   9 ++++
 inc/rmcl.h            |   7 +++
 src/lib/api.c         | 106 +++++++++++++++++++++++++++++++++++++++++-
 src/lib/common/rmcl.c |  17 ++++++-
 src/rmc.c             | 124 +++++++++++++++++++++++++++++++++-----------------
 7 files changed, 237 insertions(+), 59 deletions(-)
-- 
2.11.1
    
    
More information about the yocto
mailing list