diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-lxc/50_local.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc index eeb6aa70..6f337415 100644 --- a/templates/feature/agl-lxc/50_local.conf.inc +++ b/templates/feature/agl-lxc/50_local.conf.inc @@ -1 +1,7 @@ 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" |