From 2fbeebc18cd88806479fa3a5d79557a18465ce4b Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Wed, 10 May 2023 11:04:41 -0400 Subject: dm-verity: document the meta-intel dependency in the systemd example The dependency might not be obvious to everyone, so leave a hint. Signed-off-by: Paul Gortmaker Signed-off-by: Armin Kuster --- wic/systemd-bootdisk-dmverity.wks.in | 1 + 1 file changed, 1 insertion(+) diff --git a/wic/systemd-bootdisk-dmverity.wks.in b/wic/systemd-bootdisk-dmverity.wks.in index ef114ca..a275a48 100644 --- a/wic/systemd-bootdisk-dmverity.wks.in +++ b/wic/systemd-bootdisk-dmverity.wks.in @@ -5,6 +5,7 @@ # Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file # # This .wks only works with the dm-verity-img class. +# Also note that the use of microcode.cpio introduces a meta-intel layer dependency. part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid -- cgit v1.2.3-54-g00ecf