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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://xt-checksum.scc \ + file://ebtables.scc \ + file://vswitch.scc \ + file://lxc.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"