diff options
author | 2015-02-06 15:41:46 +0000 | |
---|---|---|
committer | 2015-02-06 15:41:47 +0000 | |
commit | 457c6f47416960efe1ba7d3050a30d1159e71a54 (patch) | |
tree | b510a0c0b7ed10aa0b161f7e671d2515d45cf6dc /recipes-kernel/linux/linux-yocto-quark_3.8.bb | |
parent | 3e96f7966b8d0d4ebbbd6c260adcb20ec7026f8a (diff) | |
download | meta-intel-quark-457c6f47416960efe1ba7d3050a30d1159e71a54.tar.gz meta-intel-quark-457c6f47416960efe1ba7d3050a30d1159e71a54.tar.bz2 meta-intel-quark-457c6f47416960efe1ba7d3050a30d1159e71a54.zip |
linux-yocto-quark_3.8.bb: add efivars module to be loaded
And remove previous modutils-initscripts file that did the same thing but only
on sysV builds.
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-quark_3.8.bb')
-rw-r--r-- | recipes-kernel/linux/linux-yocto-quark_3.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto-quark_3.8.bb b/recipes-kernel/linux/linux-yocto-quark_3.8.bb index c9bfd39..1093f5d 100644 --- a/recipes-kernel/linux/linux-yocto-quark_3.8.bb +++ b/recipes-kernel/linux/linux-yocto-quark_3.8.bb @@ -124,3 +124,5 @@ module_autoload_gpio-sch = "gpio-sch" module_autoload_stmmac = "stmmac" # EEPROM Access module_autoload_at24 = "at24" +# efivars +module_autoload_efivars = "efivars" |