This is V3 of the patchset. It addresses all feedback received in V2. Changes from previous version:
* use mkdir() instead of system() to create output directories * use ASCII representation of fingerprint signatures in hex as directory names * remove extra verbosity from fingerprint dump 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 | 126 +++++++++++++++++++++++++++++++++++++++++++++++++- src/lib/common/rmcl.c | 17 ++++++- src/rmc.c | 123 ++++++++++++++++++++++++++++++++---------------- 7 files changed, 256 insertions(+), 59 deletions(-) -- 2.11.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
