From 3893910f9a64c38975cf6be3c49b62af0ae3177e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 25 Jan 2019 14:29:44 +0000 Subject: efivar: recommend required kernel module The library to modify EFI variables is useless without access to efivarfs, so recommend the kernel package that has contains this module. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/efivar/efivar_37.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-bsp/efivar/efivar_37.bb b/meta-oe/recipes-bsp/efivar/efivar_37.bb index a0387164d0..8a56e7adcc 100644 --- a/meta-oe/recipes-bsp/efivar/efivar_37.bb +++ b/meta-oe/recipes-bsp/efivar/efivar_37.bb @@ -41,3 +41,5 @@ do_install_class-native() { } BBCLASSEXTEND = "native" + +RRECOMMENDS_${PN} = "kernel-module-efivarfs" -- cgit v1.2.3-54-g00ecf