diff options
author | Hannu Lounento <hannu.lounento@vaisala.com> | 2023-06-08 14:42:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-16 17:31:06 +0100 |
commit | f5be1af663b24d17696039cf489f67644343d858 (patch) | |
tree | de0255ddf8610a7f6ef58aa5981fbb5fb5227bea /meta/lib/oeqa/utils/logparser.py | |
parent | ab06a2e244dacb02afc9de3d2bc8aa0bf8ee3269 (diff) | |
download | poky-f5be1af663b24d17696039cf489f67644343d858.tar.gz |
profile-manual: fix blktrace remote usage instructions
The references to the target and host systems (i.e. the client and
server respectively) were swapped in the instructions.
Also, there's no need to specify the device node on the server command
line that is run on the host system.
The previous, incorrect, instructions resulted typically in:
target# blktrace -l /dev/mmcblk1
server: waiting for connections...
and
host$ blktrace -d /dev/mmcblk2 -h target
Invalid path /dev/mmcblk2 specified: 2/No such file or directory
unless the same device node happened to exist on the host system.
Based on
target# blktrace --version
blktrace version 2.0.0
and
host$ blktrace --version
blktrace version 2.0.0
(From yocto-docs rev: a54e08c2a6511d8acc0e60aec6f76b5ce511a1b2)
Signed-off-by: Hannu Lounento <hannu.lounento@vaisala.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/utils/logparser.py')
0 files changed, 0 insertions, 0 deletions