aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-01-25 14:29:44 +0000
committerKhem Raj <raj.khem@gmail.com>2019-01-26 11:00:07 -0800
commit3893910f9a64c38975cf6be3c49b62af0ae3177e (patch)
treef56eb898f2a7fb6067a022360e4ccb7024cb4f9d /meta-oe/recipes-bsp
parent7cf2f4996f744133851b69b9c749524f3446838e (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r--meta-oe/recipes-bsp/efivar/efivar_37.bb2
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() {
}
BBCLASSEXTEND = "native"
+
+RRECOMMENDS_${PN} = "kernel-module-efivarfs"