diff options
author | Josh Harley <jharley@orangedogsolutions.co.uk> | 2022-04-20 11:05:08 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-01 10:26:52 -0700 |
commit | 8ca6bb86e653a332f7cb5b30babc0cd6c58769d0 (patch) | |
tree | 5f88d7b4a96e04ad6b20d5199a575960a66bd42e /dynamic-layers/meta-python | |
parent | 93f2146211001ee3cf697d8428969cc3069ed6ba (diff) | |
download | meta-security-8ca6bb86e653a332f7cb5b30babc0cd6c58769d0.tar.gz |
Add EROFS support to dm-verity-img class
[PATCH] Add support for the EROFS image, and it's compressed options,
to the dm-verity-img.bbclass setup, theoretically this is a simple addition
to the list of types however there is a quirk in how Poky handles the
filesystems in poky/meta/classes/image_types.bbclass.
Specifically the 'IMAGE_CMD' and 'IMAGE_FSTYPES' use a hyphen, e.g.
erofs-lz4, however in the image_type bbclass the task for that would be
"do_image_erofs_lz4", replacing the hyphen with an underscore.
As the dm-verity-img.bbclass adds a dependency to the wic image creation
on the do_image_* task then it fails as there is no
"do_image_erofs-lz4", so simply replace the hypen with an underscore.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python')
0 files changed, 0 insertions, 0 deletions