X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-image-ivi.bb;h=30043fdff78a6e50b13405de212788415613484a;hb=e5349e7b7beeed120e6cbfb1175bf823dd30b032;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..30043fdff 100644 --- a/recipes-platform/images/agl-image-ivi.bb +++ b/recipes-platform/images/agl-image-ivi.bb @@ -2,12 +2,23 @@ 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-weston.inc + +IMAGE_INSTALL:append = "\ packagegroup-agl-image-ivi \ + packagegroup-agl-ivi-services \ + ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'wireplumber-config-agl wireplumber-policy-config-agl', '', d)} \ + can-utils \ + iproute2 \ " -DISTRO_FEATURES_append = " agl-core-image-profile" +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" + +