diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-10 00:47:06 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-16 21:40:16 +0100 |
commit | 43e7fb353f90014affac8bd2de372877dc2080c7 (patch) | |
tree | 231f9434634a83225ea1a354586dbdc71d33b1dd /meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | |
parent | c3ae7f9849428a49c077e4b4d212c44ba916c0fb (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: I8c39f2a1fade2e0cc920a2efe9625678b07fb37b
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 | 2 |
1 files changed, 1 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 b109b1fc..fd7e559b 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,7 @@ LICENSE = "MIT" require lxc-host-image-minimal.bb -CONTAINER_IMAGES ?= "agl-container-guest:guest-image-cluster-demo \ +CONTAINER_IMAGES ?= "agl-container-cluster:guest-image-cluster-demo \ agl-container-ivi:guest-image-ivi-demo \ " |