blob: f1d7f81ed0fc11823da87445e4babd1c6a74d2d2 (
plain)
1
2
3
4
5
6
|
# We need to load the meta-virt config components, only if "k8s"
# is in the distro features. Since we don't know the distro flags during
# layer.conf load time, we delay using a special bbclass that simply includes
# the K8S_CONFIG_PATH file.
include ${@bb.utils.contains('DISTRO_FEATURES', 'k8s', '${K8S_CONFIG_PATH}', '', d)}
|