[oe] [PATCH] efivar: recommend required kernel module

Ross Burton ross.burton at intel.com
Fri Jan 25 14:29:44 UTC 2019


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 <ross.burton at intel.com>
---
 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"
-- 
2.11.0



More information about the Openembedded-devel mailing list