Restore openssh as default in the IVI demo
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-ivi.bb
index 198d3fe..0a21a34 100644 (file)
@@ -2,6 +2,8 @@ SUMMARY = "A basic system of AGL distribution of IVI profile"
 
 DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile."
 
+LICENSE = "MIT"
+
 require recipes-platform/images/agl-image-minimal.inc
 
 IMAGE_INSTALL:append = "\
@@ -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"