summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-01-29 14:55:53 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-01-29 09:19:24 -0500
commit15e6ea1dbb9396ab356aefd68c1d5c90b887b28a (patch)
tree69206690f19fe68626b31294ca18ef72d381178f /recipes-kernel
parent0ed10afde2046374783ddbdf6362f7f6e0bb1d6e (diff)
downloadmeta-virtualization-15e6ea1dbb9396ab356aefd68c1d5c90b887b28a.tar.gz
linux-yocto: added kernel configuration for KVM
Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-kernel')
-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"