mbox series

[meta-security,0/3] dm-verity: Fix wic image build errors when using the wic/*.wks.in

Message ID 20240222012154.386022-1-haokexin@gmail.com
Headers show
Series dm-verity: Fix wic image build errors when using the wic/*.wks.in | expand

Message

Kevin Hao Feb. 22, 2024, 1:21 a.m. UTC
From: Kevin Hao <kexin.hao@windriver.com>

Hi,

So far we can't build wic image by using the meta-security/wic/*.wks.in
due to the changes in the oe-core. Adjust the wic/*.wks.in and
dm-verity-img.bbclass to fix these issues. Also fixes a typo in
docs/dm-verity.txt.

Kevin Hao (3):
  docs: dm-verity.txt: Fix a typo
  dm-verity: Adjust the image names according to the oe-core change
  dm-verity: Set the IMAGE_FSTYPES correctly when dm-verity is enabled

 classes/dm-verity-img.bbclass        | 30 ++++++++++++++++++++--------
 docs/dm-verity.txt                   |  2 +-
 wic/beaglebone-yocto-verity.wks.in   |  2 +-
 wic/systemd-bootdisk-dmverity.wks.in |  2 +-
 4 files changed, 25 insertions(+), 11 deletions(-)