diff options
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_4.12.bbappend | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.12.bbappend b/recipes-kernel/linux/linux-yocto_4.12.bbappend new file mode 100644 index 00000000..f163fdfc --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.12.bbappend | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | file://docker.scc \ | ||
| 8 | " | ||
| 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | ||
| 10 | |||
| 11 | KERNEL_MODULE_AUTOLOAD += "openvswitch" | ||
| 12 | KERNEL_MODULE_AUTOLOAD += "kvm" | ||
| 13 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" | ||
| 14 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" | ||
| 15 | |||
| 16 | # aufs kernel support required for xen-image-minimal | ||
| 17 | KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" | ||
| 18 | |||
| 19 | # xen kernel support | ||
| 20 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" | ||
