[yocto] [meta-security][PATCH] dm-verity-image-initramfs: Allow compressed image types

2023-07-21 Thread Stephan Wurm
Using in the depends variable does not work for compressed image types like squashfs-zst, as the resulting task dependency still contains the incompatible dash. Replacing the dash by an underscore resolves this issue. Signed-off-by: Stephan Wurm ---

Re: [yocto] [meta-security][PATCH] dm-verity-image-initramfs: Allow compressed image types

2023-06-22 Thread Stephan Wurm
Hello akuster808, Am Mittwoch, dem 21.06.2023 um 19:16 -0400 schrieb akuster808: > this fails to build: > > The stack trace of python calls that resulted in this > exception/failure was: > File: '', lineno: 24, function: > 0020:__anon_70__home_akuster_oss_clean_poky_meta_classes_recipe_rootf >

Re: [yocto] [meta-security][PATCH] dm-verity-image-initramfs: Allow compressed image types

2023-06-21 Thread Armin Kuster
this fails to build: The stack trace of python calls that resulted in this exception/failure was: File: '', lineno: 24, function: 0020:__anon_70__home_akuster_oss_clean_poky_meta_classes_recipe_rootfs_postcommands_bbclass(d)

[yocto] [meta-security][PATCH] dm-verity-image-initramfs: Allow compressed image types

2023-06-19 Thread Stephan Wurm
Using in the depends variable does not work for compressed image types like squashfs-zst, as the resulting task dependency still contains the incompatible dash. Replacing the dash by an underscore resolves this issue. Signed-off-by: Stephan Wurm ---