diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-07 07:22:31 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-11-22 15:38:05 +0900 |
commit | 2df877da915944438a13eb2ce269be7b603ede21 (patch) | |
tree | 8c5a22f893ce1c0968b84f7c29c9479c15ffdd73 /meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | |
parent | 361e2d2d5fa10ad3385460035dde4b597b69156d (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 'meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb')
-rw-r--r-- | meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb index f4d263e9..89b08aca 100644 --- a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb @@ -3,7 +3,9 @@ LICENSE = "MIT" require lxc-host-image-minimal.bb -CONTAINER_IMAGES ?= "agl-container-guest:guest-image-cluster-demo" +CONTAINER_IMAGES ?= "agl-container-guest:guest-image-cluster-demo \ + agl-container-ivi:guest-image-ivi-demo \ + " IMAGE_INSTALL += " \ kernel-modules \ |