diff options
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_3.4.bbappend')
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.4.bbappend | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..bf84725a --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | SRC_URI += "file://xt-checksum.scc \ | ||
| 4 | file://ebtables.scc \ | ||
| 5 | file://vswitch.scc \ | ||
| 6 | file://lxc.scc \ | ||
| 7 | " | ||
| 8 | module_autoload_openvswitch = "openvswitch" | ||
| 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | ||
| 10 | |||
| 11 | module_autoload_kvm = "kvm" | ||
| 12 | module_autoload_kvm-amd = "kvm-amd" | ||
| 13 | module_autoload_kvm-intel = "kvm-intel" | ||
| 14 | |||
| 15 | # xen kernel support | ||
| 16 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" | ||
