Re: [yocto] [PATCH v2 5/5] rmc: add database extraction functionality

2017-02-14 Thread Todor Minchev
On Fri, 2017-02-10 at 11:52 -0800, Jianxun Zhang wrote: > Todor, > Appreciate the V2 series. I have only one real concern on using system() in > this patch and the whole series. The other comments are more for corner cases > which have less impact. > > I could miss some of your feedbacks in V1

Re: [yocto] [PATCH v2 5/5] rmc: add database extraction functionality

2017-02-10 Thread Jianxun Zhang
Todor, Appreciate the V2 series. I have only one real concern on using system() in this patch and the whole series. The other comments are more for corner cases which have less impact. I could miss some of your feedbacks in V1 threads. Sorry for not to point out things earlier before the V2.

[yocto] [PATCH v2 5/5] rmc: add database extraction functionality

2017-02-09 Thread Todor Minchev
The contents of an existing database file can be extracted with the -E option. By default the top level of the directory tree is rmc_db_dump, an alternative path can be specified with the -o option. The file blobs corresponding to a given record will be saved in a separate sub-directory. The