diff options
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index d0a7ead0..922cb0d6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -46,5 +46,5 @@ INHERIT += "sanity-meta-virt" | |||
| 46 | # the META_VIRT_CONFIG_PATH file, and likewise for the k8s configs | 46 | # the META_VIRT_CONFIG_PATH file, and likewise for the k8s configs |
| 47 | META_VIRT_CONFIG_PATH = "${LAYERDIR}/conf/distro/include/meta-virt-default-versions.inc" | 47 | META_VIRT_CONFIG_PATH = "${LAYERDIR}/conf/distro/include/meta-virt-default-versions.inc" |
| 48 | K8S_CONFIG_PATH = "${LAYERDIR}/conf/distro/include/k8s-versions.inc" | 48 | K8S_CONFIG_PATH = "${LAYERDIR}/conf/distro/include/k8s-versions.inc" |
| 49 | USER_CLASSES_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'meta-virt-cfg', '', d)}" | 49 | USER_CLASSES_append = " meta-virt-cfg" |
| 50 | USER_CLASSES_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'k8s', 'meta-virt-k8s-cfg', '', d)}" | 50 | USER_CLASSES_append = " meta-virt-k8s-cfg" |
