From d4dce51641eae5899a3ca9e1872cc68323abb450 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 8 Jul 2014 09:46:19 -0400 Subject: linux-yocto*: update missed module_autoload statements In the updates to the new KERNEL_MODULE_AUTOLOAD format, openvswitch was missed. Signed-off-by: Maxin B. John Signed-off-by: Bruce Ashfield --- 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 3e8799a6..85e98cc6 100644 --- a/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -5,9 +5,9 @@ SRC_URI += "file://xt-checksum.scc \ file://vswitch.scc \ file://lxc.scc \ " -module_autoload_openvswitch = "openvswitch" KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" +KERNEL_MODULE_AUTOLOAD += "openvswitch" KERNEL_MODULE_AUTOLOAD += "kvm" KERNEL_MODULE_AUTOLOAD += "kvm-amd" KERNEL_MODULE_AUTOLOAD += "kvm-intel" diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend index 3e8799a6..85e98cc6 100644 --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -5,9 +5,9 @@ SRC_URI += "file://xt-checksum.scc \ file://vswitch.scc \ file://lxc.scc \ " -module_autoload_openvswitch = "openvswitch" KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" +KERNEL_MODULE_AUTOLOAD += "openvswitch" KERNEL_MODULE_AUTOLOAD += "kvm" KERNEL_MODULE_AUTOLOAD += "kvm-amd" KERNEL_MODULE_AUTOLOAD += "kvm-intel" diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend index de820b66..0b2ff535 100644 --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -5,9 +5,9 @@ SRC_URI += "file://xt-checksum.scc \ file://vswitch.scc \ file://lxc.scc \ " -module_autoload_openvswitch = "openvswitch" KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" +KERNEL_MODULE_AUTOLOAD += "openvswitch" KERNEL_MODULE_AUTOLOAD += "kvm" KERNEL_MODULE_AUTOLOAD += "kvm-amd" KERNEL_MODULE_AUTOLOAD += "kvm-intel" -- cgit v1.2.3-54-g00ecf