diff options
Diffstat (limited to 'classes/meta-virt-container-cfg.bbclass')
| -rw-r--r-- | classes/meta-virt-container-cfg.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/meta-virt-container-cfg.bbclass b/classes/meta-virt-container-cfg.bbclass index f797a6aa..9a4b144e 100644 --- a/classes/meta-virt-container-cfg.bbclass +++ b/classes/meta-virt-container-cfg.bbclass | |||
| @@ -8,6 +8,3 @@ | |||
| 8 | # match the other configs of the layer and in case the above statement isn't | 8 | # match the other configs of the layer and in case the above statement isn't |
| 9 | # always true in the future. | 9 | # always true in the future. |
| 10 | include ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${META_VIRT_CONTAINER_CONFIG_PATH}', '${META_VIRT_CONTAINER_CONFIG_PATH}', d)} | 10 | include ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${META_VIRT_CONTAINER_CONFIG_PATH}', '${META_VIRT_CONTAINER_CONFIG_PATH}', d)} |
| 11 | |||
| 12 | # Register custom IMAGE_FEATURES only when container features are enabled | ||
| 13 | IMAGE_FEATURES[validitems] += "${@bb.utils.contains_any('DISTRO_FEATURES', 'vcontainer virtualization', 'container-registry', '', d)}" | ||
