Re: [OE-core] [PATCH 2/3] oeqa/dump.py: Add support for QMP command arguments

2021-06-30 Thread Alexandre Belloni
Hello Saul, On 29/06/2021 07:57:02-0700, Saul Wold wrote: > Need to ensure that the dump_dir is created correctly and available > When command arguemnts are passed construct a filename if needed and > convert the arguements to a json object to pass to QMP. > > Signed-off-by: Saul Wold > --- > m

[OE-core] [PATCH 2/3] oeqa/dump.py: Add support for QMP command arguments

2021-06-29 Thread Saul Wold
Need to ensure that the dump_dir is created correctly and available When command arguemnts are passed construct a filename if needed and convert the arguements to a json object to pass to QMP. Signed-off-by: Saul Wold --- meta/lib/oeqa/targetcontrol.py | 2 ++ meta/lib/oeqa/utils/dump.py| 2