blob: 0eae3d3cdf9670c3a1b28c6ae9ece90a1ea2e545 (
plain)
1
2
3
4
5
6
7
8
|
# Enable LXC support
KERNEL_FEATURES += "lxc.scc"
# Workaround cfg/virtio.scc issue in meta-virtualization for now.
# If it's addition is made not unconditional or the file is made
# available in meta-virtualization as opposed to yocto-kernel-cache,
# this can be revisited.
KERNEL_FEATURES_remove = "cfg/virtio.scc"
|