Replace module_autoload with KERNEL_MODULE_AUTOLOAD for "openvswitch".
Signed-off-by: Maxin B. John <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
