All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] efivar: recommend required kernel module
@ 2019-01-25 14:29 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2019-01-25 14:29 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-25 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 14:29 [PATCH] efivar: recommend required kernel module Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.