From 43e7fb353f90014affac8bd2de372877dc2080c7 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 10 Oct 2021 00:47:06 +0900 Subject: Re-structure for guests In previously patch, I created new guest image for ivi demo. As a trial result using initial patch, I think so need to common OVERRIDES keyword and specific OVERRIDES keyword. This patch create cluster specific config and modify OVERRIDES keyword. Bug-AGL: SPEC-4099 Signed-off-by: Naoto Yamaguchi Change-Id: I8c39f2a1fade2e0cc920a2efe9625678b07fb37b --- templates/feature/agl-lxc/50_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/feature/agl-lxc') diff --git a/templates/feature/agl-lxc/50_local.conf.inc b/templates/feature/agl-lxc/50_local.conf.inc index 317937bf..dce87a49 100644 --- a/templates/feature/agl-lxc/50_local.conf.inc +++ b/templates/feature/agl-lxc/50_local.conf.inc @@ -1,4 +1,4 @@ -BBMULTICONFIG = "agl-container-guest agl-container-ivi" +BBMULTICONFIG = "agl-container-cluster agl-container-ivi" # The meta-virtualization has a sanity-meta-virt check. # This checker check 'DISTRO_FEATURES has virtualization', but -- cgit 1.2.3-korg