From 7c193419ad22194755e8e9767e9ab480aa14f97c Mon Sep 17 00:00:00 2001 From: Christian Ziethén Date: Thu, 3 Jul 2014 15:28:10 +0200 Subject: linux-yocto_3.14: Replace module_autoload with KERNEL_MODULE_AUTOLOAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Ziethén Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto_3.14.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend index c029c05e..3e8799a6 100644 --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -8,9 +8,9 @@ SRC_URI += "file://xt-checksum.scc \ module_autoload_openvswitch = "openvswitch" KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" -module_autoload_kvm = "kvm" -module_autoload_kvm-amd = "kvm-amd" -module_autoload_kvm-intel = "kvm-intel" +KERNEL_MODULE_AUTOLOAD += "kvm" +KERNEL_MODULE_AUTOLOAD += "kvm-amd" +KERNEL_MODULE_AUTOLOAD += "kvm-intel" # aufs kernel support required for xen-image-minimal KERNEL_FEATURES_append += "${@base_contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" -- cgit v1.2.3-54-g00ecf