summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-image-ivi.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-platform/images/agl-image-ivi.bb')
-rw-r--r--recipes-platform/images/agl-image-ivi.bb22
1 files changed, 14 insertions, 8 deletions
diff --git a/recipes-platform/images/agl-image-ivi.bb b/recipes-platform/images/agl-image-ivi.bb
index dd4f89b1..69d0ed99 100644
--- a/recipes-platform/images/agl-image-ivi.bb
+++ b/recipes-platform/images/agl-image-ivi.bb
@@ -2,16 +2,22 @@ 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
-
LICENSE = "MIT"
-IMAGE_INSTALL_append = "\
- packagegroup-agl-image-ivi \
+require recipes-platform/images/agl-image-compositor.bb
+
+IMAGE_INSTALL += " \
+ packagegroup-agl-ivi-connectivity \
+ packagegroup-agl-ivi-graphics \
+ packagegroup-agl-ivi-multimedia \
+ packagegroup-agl-ivi-multimedia-hardware \
+ packagegroup-agl-ivi-navigation \
+ packagegroup-agl-ivi-identity \
+ packagegroup-agl-ivi-services-applaunchd \
+ ${@bb.utils.contains("AGL_FEATURES", "agl-kvm-host-audio", "", "packagegroup-agl-ivi-services-platform", d)} \
+ iproute2 \
"
-DISTRO_FEATURES_append = " agl-core-image-profile"
+IMAGE_FEATURES += "splash package-management ssh-server-openssh"
+
-IMAGE_INSTALL += "\
- agl-desktop-config \
- "