On Tue, Jul 8, 2014 at 9:11 AM, Maxin B. John <[email protected]> wrote: > Hi Bruce, > > On Tue, Jul 08, 2014 at 09:08:22AM -0400, Bruce Ashfield wrote: >> On Tue, Jul 8, 2014 at 7:02 AM, Maxin B. John <[email protected]> wrote: >> > Replace module_autoload with KERNEL_MODULE_AUTOLOAD for "openvswitch". >> >> >> Already merged: >> >> http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=a66fb848db693347ae2be936eccd2ac0c4f28a48 >> http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=7c193419ad22194755e8e9767e9ab480aa14f97c > > Yes, I saw those commits. Still, those patches somehow missed the openvswitch > part.
Only because I appear to have not pushed everything :( Thanks for pointing it out! Bruce >> Bruce > > Best Regards, > Maxin > >> > >> > 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 >> >> >> >> -- >> "Thou shalt not follow the NULL pointer, for chaos and madness await >> thee at its end" -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
