mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 15:49:07 +00:00
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>
This commit is contained in:
parent
7cf2f4996f
commit
3893910f9a
@ -41,3 +41,5 @@ do_install_class-native() {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RRECOMMENDS_${PN} = "kernel-module-efivarfs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user