diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-06-18 00:47:44 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-06-23 14:47:47 (GMT) |
commit | bf97ece14e1444e3898798599a4299ad1c7556c6 (patch) | |
tree | 55a3d8408685d9339c87e1ea98b09395cbd474ad /common/recipes-kernel/linux/linux-yocto_3.14.bbappend | |
parent | 6aa0c6a6a75f6a4c2fda8e59be1212464307c69a (diff) | |
download | meta-intel-bf97ece14e1444e3898798599a4299ad1c7556c6.tar.gz |
linux-yocto recipes: fix use of module_autoload_* vars
oecore/poky layer changed, needing replacement of all the module_autoload_*
recipe variables by the KERNEL_MODULE_AUTOLOAD variable.
This fixes these kind of buildtime errors coming from the meta-intel layer:
ERROR: KERNEL_MODULE_AUTOLOAD has replaced module_autoload_iwlwifi, please replace it!
Addresses bug:
[YOCTO #6460]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto_3.14.bbappend')
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend index 3c34f09..139c1f0 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -20,7 +20,7 @@ KBRANCH_corei7-64-intel-common = "standard/base" | |||
20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | 20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |
21 | 21 | ||
22 | # For Crystalforest and Romley | 22 | # For Crystalforest and Romley |
23 | module_autoload_uio = "uio" | 23 | KERNEL_MODULE_AUTOLOAD += "uio" |
24 | 24 | ||
25 | # For FRI2, NUC | 25 | # For FRI2, NUC |
26 | module_autoload_iwlwifi = "iwlwifi" | 26 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" |