Fix agl IC demo is not show both screen
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-platform / images / agl-cluster-demo-lxc-host.bb
index d26e6a6..832dd14 100644 (file)
@@ -2,6 +2,8 @@ SUMMARY = "LXC host demo image"
 LICENSE = "MIT"
 
 require lxc-host-image-minimal.bb
+require recipes-platform/images/agl-lxc-install-single-image.inc
+require recipes-platform/images/agl-lxc-autostart.inc
 
 CONTAINER_IMAGES ?= "agl-container-cluster:guest-image-cluster-demo \
                      agl-container-ivi:guest-image-ivi-demo \
@@ -17,7 +19,6 @@ IMAGE_INSTALL += " \
 
 # packages required for network bridge settings via lxc-net
 IMAGE_INSTALL += " \
-    lxc-autostart \
     lxc-networking \
     iptables-modules \
     dnsmasq \
@@ -29,4 +30,6 @@ IMAGE_INSTALL += " \
 # network manager to use
 VIRTUAL-RUNTIME_net_manager = "systemd"
 
+
+# Under the this line, shall describe machine specific package.
 IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles "