summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-yocto_3.4.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 5b163fff..454c00f4 100644
--- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -6,3 +6,8 @@ SRC_URI += "file://xt-checksum.scc \
6 file://lxc.scc \ 6 file://lxc.scc \
7 " 7 "
8 8
9KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
10
11module_autoload_kvm = "kvm"
12module_autoload_kvm-amd = "kvm-amd"
13module_autoload_kvm-intel = "kvm-intel"