X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-image-ivi.bb;h=73bdd56aefe32ad5cf946b037a530589a538f6fb;hb=218fa1cb7fc71104cd12cd3af5576c17cd73643d;hp=1e5870062d9d07de02029f115a17929c099eb5a5;hpb=1677ce2027c49763ec186018f8cbf8fcec64c04f;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 1e5870062..73bdd56ae 100644 --- a/recipes-platform/images/agl-image-ivi.bb +++ b/recipes-platform/images/agl-image-ivi.bb @@ -2,12 +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 = "\ +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 \ " -DISTRO_FEATURES_append = " agl-core-image-profile" +IMAGE_FEATURES += "splash package-management ssh-server-dropbear" + +# NOTE: In hardknott or later this can be replaced by adding "weston" +# to IMAGE_FEATURES. +SYSTEMD_DEFAULT_TARGET = "graphical.target" + +