This patchset adds database extraction and fingerprint quering
functionality to RMC

Example:

Output fingerprint contents to terminal:

./rmc -F -i rmc.fingerprint

Extract RMC database:

./rmc -E -d rmc.db

https://bugzilla.yoctoproject.org/show_bug.cgi?id=10092

Todor Minchev (3):
  Makefile: add verbosity and debug options to Makefile
  rmc: Enable reading the contents of an existing fingerprint file
  rmc: add database extraction functionality

 Makefile              |  31 ++++++----
 inc/rmc_api.h         |   9 +++
 src/lib/api.c         |  85 ++++++++++++++++++++++++++-
 src/lib/common/rmcl.c |   3 +-
 src/rmc.c             | 157 +++++++++++++++++++++++++++++++++-----------------
 5 files changed, 219 insertions(+), 66 deletions(-)

-- 
2.11.0

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to