[meta-virtualization] [PATCH] linux-yocto/3.10/3.14/3.4: replaces module_autoload with KERNEL_MODULE_AUTOLOAD

Maxin B. John maxin.john at enea.com
Tue Jul 8 04:02:50 PDT 2014


Replace module_autoload with KERNEL_MODULE_AUTOLOAD for "openvswitch".

Signed-off-by: Maxin B. John <maxin.john at enea.com>
---
 recipes-kernel/linux/linux-yocto_3.10.bbappend | 2 +-
 recipes-kernel/linux/linux-yocto_3.14.bbappend | 2 +-
 recipes-kernel/linux/linux-yocto_3.4.bbappend  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 3e8799a..c03d7e0 100644
--- a/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -5,7 +5,7 @@ SRC_URI += "file://xt-checksum.scc \
 	    file://vswitch.scc \
 	    file://lxc.scc \
 	    "
-module_autoload_openvswitch = "openvswitch"
+KERNEL_MODULE_AUTOLOAD += "openvswitch"
 KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
 
 KERNEL_MODULE_AUTOLOAD += "kvm"
diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
index 3e8799a..c03d7e0 100644
--- a/recipes-kernel/linux/linux-yocto_3.14.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend
@@ -5,7 +5,7 @@ SRC_URI += "file://xt-checksum.scc \
 	    file://vswitch.scc \
 	    file://lxc.scc \
 	    "
-module_autoload_openvswitch = "openvswitch"
+KERNEL_MODULE_AUTOLOAD += "openvswitch"
 KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
 
 KERNEL_MODULE_AUTOLOAD += "kvm"
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend
index de820b6..9180748 100644
--- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,7 +5,7 @@ SRC_URI += "file://xt-checksum.scc \
 	    file://vswitch.scc \
 	    file://lxc.scc \
 	    "
-module_autoload_openvswitch = "openvswitch"
+KERNEL_MODULE_AUTOLOAD += "openvswitch"
 KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
 
 KERNEL_MODULE_AUTOLOAD += "kvm"
-- 
1.9.1



More information about the meta-virtualization mailing list