From: Bartosz Golaszewski <[email protected]> CONFIG_DM_VERITY depends on CONFIG_MD & CONFIG_BLK_DEV_DM. Without these options in the .cfg file, the support for dm-verity will not be included.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- features/device-mapper/dm-verity.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/device-mapper/dm-verity.cfg b/features/device-mapper/dm-verity.cfg index ca052267..236a9916 100644 --- a/features/device-mapper/dm-verity.cfg +++ b/features/device-mapper/dm-verity.cfg @@ -1,2 +1,4 @@ # SPDX-License-Identifier: MIT +CONFIG_MD=y +CONFIG_BLK_DEV_DM=y CONFIG_DM_VERITY=y -- 2.19.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8447): https://lists.yoctoproject.org/g/linux-yocto/message/8447 Mute This Topic: https://lists.yoctoproject.org/mt/71839644/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
