diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2023-05-10 11:04:41 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-13 06:06:29 -0400 |
commit | 2fbeebc18cd88806479fa3a5d79557a18465ce4b (patch) | |
tree | d62a78a59da47471d61ff0aa8dd98dfd60891913 | |
parent | 1cb3f6988a8fa07968da6566ec45d74f6414acfe (diff) | |
download | meta-security-2fbeebc18cd88806479fa3a5d79557a18465ce4b.tar.gz |
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 <paul.gortmaker@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | wic/systemd-bootdisk-dmverity.wks.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
5 | # Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file | 5 | # Based on OE-core's systemd-bootdisk.wks and meta-security's beaglebone-yocto-verity.wks.in file |
6 | # | 6 | # |
7 | # This .wks only works with the dm-verity-img class. | 7 | # This .wks only works with the dm-verity-img class. |
8 | # Also note that the use of microcode.cpio introduces a meta-intel layer dependency. | ||
8 | 9 | ||
9 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid | 10 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid |
10 | 11 | ||