From: Todor Minchev <todor.minchev@linux.intel.com>
To: yocto@yoctoproject.org, meta-intel@yoctoproject.org,
jianxun.zhang@linux.intel.com
Cc: Todor Minchev <todor.minchev@linux.intel.com>
Subject: [PATCH 0/3] [meta-intel][rmc] Add fingerprint quering and database extraction functionality to RMC
Date: Thu, 2 Feb 2017 14:37:09 -0800 [thread overview]
Message-ID: <20170202223712.8164-1-todor.minchev@linux.intel.com> (raw)
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
next reply other threads:[~2017-02-02 22:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-02 22:37 Todor Minchev [this message]
2017-02-02 22:37 ` [PATCH 1/3] Makefile: add verbosity and debug options to Makefile Todor Minchev
2017-02-06 19:06 ` Jianxun Zhang
2017-02-06 22:21 ` Todor Minchev
2017-02-02 22:37 ` [PATCH 2/3] rmc: Enable reading the contents of an existing fingerprint file Todor Minchev
2017-02-06 20:01 ` Jianxun Zhang
2017-02-06 22:28 ` Todor Minchev
2017-02-06 23:12 ` Jianxun Zhang
2017-02-02 22:37 ` [PATCH 3/3] rmc: add database extraction functionality Todor Minchev
2017-02-06 21:09 ` Jianxun Zhang
2017-02-06 23:09 ` Todor Minchev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170202223712.8164-1-todor.minchev@linux.intel.com \
--to=todor.minchev@linux.intel.com \
--cc=jianxun.zhang@linux.intel.com \
--cc=meta-intel@yoctoproject.org \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.