]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image.bbclass: preserve debugfs tarball with checksum fstype
authorManuel Leonhardt <mleonhardt@arri.de>
Tue, 9 Sep 2025 10:41:28 +0000 (12:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Sep 2025 09:45:09 +0000 (10:45 +0100)
commit560c7676b81fb344b7db538d65973a49807ab140
tree0527a19b18508befd470b535b597e87f0b96ab3c
parent049a802cef23f9ecb5d373c0d27753a891a4b5a6
image.bbclass: preserve debugfs tarball with checksum fstype

Previously, when adding checksum fstypes to IMAGE_FSTYPES_DEBUGFS, e.g.
IMAGE_FSTYPES_DEBUGFS = "tar.bz2 tar.bz2.sha256sum", only the checksum
file remained in DEPLOY_DIR while the tarball file was removed. The
underlying issue was that inside gen_conversion_cmds, removing the
debugfs_ prefix from type broke the comparison with alltypes where the
prefix was expected.

Signed-off-by: Manuel Leonhardt <mleonhardt@arri.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/image.bbclass
meta/lib/oeqa/selftest/cases/imagefeatures.py