diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-07 07:22:31 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-16 21:40:16 +0100 |
commit | c3ae7f9849428a49c077e4b4d212c44ba916c0fb (patch) | |
tree | 1ec5708d6e031d5c959fbc879f03e746adc07265 /templates/feature/agl-lxc/50_local.conf.inc | |
parent | cc75df812ffae7ae20fe7917de74fd1667b32c75 (diff) |
Create new image for ivi container demo
AGL IC integration will have two guests, one of the cluster demo,
one of the simple ivi demo.
This patch add initial support for ivi container for demo.
Bug-AGL: SPEC-4099
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I4a1da6e30aee99e8ce2e2c404da78a413c647fd2
Diffstat (limited to 'templates/feature/agl-lxc/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-lxc/50_local.conf.inc | 2 |
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 5c5fc4ac..317937bf 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" +BBMULTICONFIG = "agl-container-guest agl-container-ivi" # The meta-virtualization has a sanity-meta-virt check. # This checker check 'DISTRO_FEATURES has virtualization', but |