Fix agl IC demo is not show both screen
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-platform / images / lxc-host-image-minimal.bb
index 1b4f7a2..59f36a5 100644 (file)
@@ -1,17 +1,16 @@
-SUMMARY = "A minimal container host image"
+require recipes-platform/images/agl-image-boot.bb
 
-require recipes-platform/images/agl-image-boot.inc
+SUMMARY = "A minimal container host image"
 
 IMAGE_INSTALL += " \
     kernel-image \
     lxc \
     drm-lease-manager \
+    packagegroup-agl-container-feature-logging-host \
 "
 
 CONTAINER_IMAGES ??= ""
 
-IMAGE_LINGUAS ?= " "
-
 NO_RECOMMENDATIONS = "1"
 
 IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"