In message: [kernel-cache][PATCH] dm-verity: add missing dependency
on 09/03/2020 Bartosz Golaszewski wrote:

> From: Bartosz Golaszewski <bgolaszew...@baylibre.com>
> 
> 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.

merged.

Bruce

> 
> Signed-off-by: Bartosz Golaszewski <bgolaszew...@baylibre.com>
> ---
>  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 (#8473): 
https://lists.yoctoproject.org/g/linux-yocto/message/8473
Mute This Topic: https://lists.yoctoproject.org/mt/71839644/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to