mbox series

[0/1] image.bbclass: preserve debugfs tarball with checksum fstype

Message ID 20250909104128.72058-1-mleonhardt@arri.de
Headers show
Series image.bbclass: preserve debugfs tarball with checksum fstype | expand

Message

Manuel Leonhardt Sept. 9, 2025, 10:41 a.m. UTC
I'm not sure if the comparison with alltypes in gen_conversion_cmds is even
necessary. It appears redundant since a very similar comparison occurs a few
lines below that function. In my tests, I was able to remove these lines
without noticing any difference:

```
if original_type not in alltypes:
    rm_tmp_images.add(localdata.expand("${IMAGE_NAME}.${type}"))
```

However, I certainly have missed use cases.

Manuel Leonhardt (1):
  image.bbclass: preserve debugfs tarball with checksum fstype

 meta/classes-recipe/image.bbclass             |  3 ++-
 meta/lib/oeqa/selftest/cases/imagefeatures.py | 13 ++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)