summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-lxc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-08-20 13:57:33 -0400
committerScott Murray <scott.murray@konsulko.com>2021-08-20 13:57:33 -0400
commit37d3b1b316470fdcfebc59d5522bfbfefc025ff6 (patch)
treecf70d6c9e3832d8734de4f66f2d0fe52b104c9fd /templates/feature/agl-lxc
parentab5f7f52dbdbea04d1f79310cbf08922a5371345 (diff)
Convert to new override syntax
This is mostly the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. A few minor fixups were done by hand afterwards during a review of the changes. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I0bbae97331abee1367b368ce54ab39e3162a12ec
Diffstat (limited to 'templates/feature/agl-lxc')
-rw-r--r--templates/feature/agl-lxc/50_local.conf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc
index 3c652b41..5c5fc4ac 100644
--- a/templates/feature/agl-lxc/50_local.conf.inc
+++ b/templates/feature/agl-lxc/50_local.conf.inc
@@ -5,4 +5,4 @@ BBMULTICONFIG = "agl-container-guest"
# in case of linux container is not necessary to the 'virtualization'.
# This should be revisited when upgrading past dunfell, as less of
# the extra configuration may be enabled in the future.
-INHERIT_remove = "sanity-meta-virt"
+INHERIT:remove = "sanity-meta-virt"