mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
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"
|