]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
testimage: drop target_dumper and host_dumper
authorSteve Sakoman <steve@sakoman.com>
Thu, 21 Dec 2023 17:49:26 +0000 (07:49 -1000)
committerSteve Sakoman <steve@sakoman.com>
Tue, 26 Dec 2023 14:18:08 +0000 (04:18 -1000)
commit94e9019d2f170a26206c2774381a1d183313ecaa
tree30475b5931c81506539959213c691c0159b9a0cb
parent1df2bdf370346dac70451159adf1ae85d1a2dacd
testimage: drop target_dumper and  host_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.

It isn't possible to cherry-pick "testimage: Drop target_dumper and most of monitor_dumper"
from master, so just make target_dumper and host_dumper empty functions.

For further details see:

https://lists.openembedded.org/g/openembedded-architecture/message/1888

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/testimage.bbclass