Update inclusion in agl-demo-platform-crosssdk for openssh change
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-ivi.bb
index 198d3fe..2b083be 100644 (file)
@@ -2,7 +2,9 @@ SUMMARY = "A basic system of AGL distribution of IVI profile"
 
 DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile."
 
-require recipes-platform/images/agl-image-minimal.inc
+LICENSE = "MIT"
+
+require recipes-platform/images/agl-image-weston.inc
 
 IMAGE_INSTALL:append = "\
     packagegroup-agl-image-ivi \
@@ -12,8 +14,10 @@ IMAGE_INSTALL:append = "\
     iproute2 \
     "
 
-IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
+IMAGE_FEATURES += "splash package-management ssh-server-openssh"
 
+# NOTE: In hardknott or later this can be replaced by adding "weston"
+#       to IMAGE_FEATURES.
+SYSTEMD_DEFAULT_TARGET = "graphical.target"
 
-LICENSE = "MIT"