diff options
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 5ec45ee0..85694344 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -50,6 +50,12 @@ CONTAINER_PROFILE ?= "default" | |||
| 50 | # virt profile can be: kvm, xen, runx | 50 | # virt profile can be: kvm, xen, runx |
| 51 | VIRTUALIZATION_PROFILE ?= "default" | 51 | VIRTUALIZATION_PROFILE ?= "default" |
| 52 | 52 | ||
| 53 | # Custom IMAGE_FEATURES for container images | ||
| 54 | # container-registry: Install registry config based on container engine | ||
| 55 | # Requires: CONTAINER_REGISTRY_URL (for OCI) or DOCKER_REGISTRY_INSECURE (for Docker) | ||
| 56 | # Usage: IMAGE_FEATURES:append = " container-registry" | ||
| 57 | IMAGE_FEATURES[validitems] += "container-registry" | ||
| 58 | |||
| 53 | # Sanity check for meta-virtualization layer. | 59 | # Sanity check for meta-virtualization layer. |
| 54 | # Setting SKIP_META_VIRT_SANITY_CHECK to "1" would skip the bbappend files check. | 60 | # Setting SKIP_META_VIRT_SANITY_CHECK to "1" would skip the bbappend files check. |
| 55 | INHERIT += "sanity-meta-virt" | 61 | INHERIT += "sanity-meta-virt" |
