diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-19 16:04:24 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-04 04:09:44 -1000 |
commit | 0fdd3151749c31064079041c9e43e14d3ade6206 (patch) | |
tree | 68f6cc88dbe5457ff8597b949528ad3ecc188655 /scripts/lib/scriptutils.py | |
parent | 99f26364ced532a20793096cb98679db5c7e279f (diff) | |
download | poky-0fdd3151749c31064079041c9e43e14d3ade6206.tar.gz |
testimage: Drop target_dumper and most of monitor_dumper
The target_dumper code is basically broken. It has been reading binary files
over the text base serial communication and runs at every command failure which
makes no sense. Each run might overwrite files from the previous run and the
output appears corrupted due to confusion from the binary data.
For now, remove the commands and the target dumper code as the command
and execution point are problematic. Also remove the same pieces of the monitor
code but leave the command list since in theory this can be moved to a more
useful place in the code.
(From OE-Core rev: 4c7aa982a996b23a4c5100c5a5a9390e26e5fe46)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a24d787987dccc95fdd95b7e85bf525a1c55b285)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions