Skip to content
Snippets Groups Projects
  • Naoto Yamaguchi's avatar
    Fix multiple container installation failing · 7575dc00
    Naoto Yamaguchi authored
    
    When new container image add into lxc-host-image-demo, existing
    image will not build.
    
    In case of:
    CONTAINER_IMAGES ?= "agl-container-cluster:guest-image-cluster-demo \
                         agl-container-ivi:guest-image-ivi-demo \
    "
    
    agl-container-ivi:guest-image-ivi-demo will be building,
    but agl-container-cluster:guest-image-cluster-demo will not be building.
    
    This patch fix issue for the build dependency creation to guests.
    
    Bug-AGL: SPEC-4109
    
    Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
    Change-Id: I2ed6f91f0d4db90f337a6148d6630f85c1b5c97d
    7575dc00
lxc-host-image-minimal.bb 1.85 KiB