summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-07-08 17:11:16 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-07-08 23:06:40 -0400
commit84ff6d7447695b3639b71e05d705667aca659608 (patch)
treebf223288b52d9e5586ae2f2266c0848dea37d870 /recipes-kernel/linux
parent64f44848c046cdd9c7bd942f98d0a790fdc3fbe2 (diff)
downloadmeta-virtualization-84ff6d7447695b3639b71e05d705667aca659608.tar.gz
linux-yocto: Added 3.8 kernel bbappend
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-yocto_3.8.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend
new file mode 100644
index 00000000..2893a01c
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -0,0 +1,13 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://xt-checksum.scc \
4 file://ebtables.scc \
5 file://vswitch.scc \
6 file://lxc.scc \
7 "
8module_autoload_openvswitch = "openvswitch"
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"