X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-image-ivi.bb;h=0a21a344b24042f91e209a0e71f1b9f98f51bf38;hb=00b91477d5d3aaedaa2d35ed96fffdf42a6ea14b;hp=198d3fe33e1ab06c268f458c08897c6c9d534b24;hpb=1b72a0f90fa7d1b45eb1017629cc83dcd8971c48;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-image-ivi.bb b/recipes-platform/images/agl-image-ivi.bb index 198d3fe33..0a21a344b 100644 --- a/recipes-platform/images/agl-image-ivi.bb +++ b/recipes-platform/images/agl-image-ivi.bb @@ -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"