diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-25 14:29:44 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-01-26 11:00:07 -0800 |
commit | 3893910f9a64c38975cf6be3c49b62af0ae3177e (patch) | |
tree | f56eb898f2a7fb6067a022360e4ccb7024cb4f9d | |
parent | 7cf2f4996f744133851b69b9c749524f3446838e (diff) | |
download | meta-openembedded-3893910f9a64c38975cf6be3c49b62af0ae3177e.tar.gz |
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@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-bsp/efivar/efivar_37.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
41 | } | 41 | } |
42 | 42 | ||
43 | BBCLASSEXTEND = "native" | 43 | BBCLASSEXTEND = "native" |
44 | |||
45 | RRECOMMENDS_${PN} = "kernel-module-efivarfs" | ||