Prepare master for new framework integration
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-ivi.bb
index dd4f89b..198d3fe 100644 (file)
@@ -2,16 +2,18 @@ SUMMARY = "A basic system of AGL distribution of IVI profile"
 
 DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile."
 
-require agl-image-ivi.inc
+require recipes-platform/images/agl-image-minimal.inc
 
-LICENSE = "MIT"
-
-IMAGE_INSTALL_append = "\
+IMAGE_INSTALL:append = "\
     packagegroup-agl-image-ivi \
+    packagegroup-agl-ivi-services \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \
+    can-utils \
+    iproute2 \
     "
 
-DISTRO_FEATURES_append = " agl-core-image-profile"
+IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
+
+
+LICENSE = "MIT"
 
-IMAGE_INSTALL += "\
-    agl-desktop-config \
-    "