diff options
Diffstat (limited to 'templates/feature/agl-lxc/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-lxc/50_local.conf.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc index 6f337415..964376de 100644 --- a/templates/feature/agl-lxc/50_local.conf.inc +++ b/templates/feature/agl-lxc/50_local.conf.inc @@ -3,5 +3,5 @@ BBMULTICONFIG = "agl-container-guest" # Disable the meta-virtualization configuration support enabled by # agl-virt. This should be revisited when upgrading past dunfell, # as less of the extra configuration may be enabled in the future. -DISTRO_FEATURES_remove = "virtualization" -INHERIT_remove = "sanity-meta-virt" +DISTRO_FEATURES:remove = "virtualization" +INHERIT:remove = "sanity-meta-virt" |