[oe-commits] [meta-openembedded] 03/05: efivar: recommend required kernel module

git at git.openembedded.org git at git.openembedded.org
Sat Jan 26 19:00:57 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3893910f9a64c38975cf6be3c49b62af0ae3177e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jan 25 14:29:44 2019 +0000

    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 <ross.burton at intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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 a038716..8a56e7a 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list