Add KUKSA.val databroker
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-ivi.bb
1 SUMMARY = "A basic system of AGL distribution of IVI profile"
2
3 DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile."
4
5 LICENSE = "MIT"
6
7 require recipes-platform/images/agl-image-weston.inc
8
9 IMAGE_INSTALL:append = "\
10     packagegroup-agl-image-ivi \
11     packagegroup-agl-ivi-services \
12     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'packagegroup-agl-ivi-services-devel' , '', d)} \
13     ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \
14     ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'wireplumber-config-agl wireplumber-policy-config-agl', '', d)} \
15     can-utils \
16     iproute2 \
17     "
18
19 IMAGE_FEATURES += "splash package-management ssh-server-openssh"
20
21 # NOTE: In hardknott or later this can be replaced by adding "weston"
22 #       to IMAGE_FEATURES.
23 SYSTEMD_DEFAULT_TARGET = "graphical.target"
24
25