Prepare master for new framework integration
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-ivi.bb
index b3c72de..198d3fe 100644 (file)
@@ -2,7 +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
+
+IMAGE_INSTALL:append = "\
+    packagegroup-agl-image-ivi \
+    packagegroup-agl-ivi-services \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \
+    can-utils \
+    iproute2 \
+    "
+
+IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
+
 
 LICENSE = "MIT"