Prepare master for new framework integration
[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 require recipes-platform/images/agl-image-minimal.inc
6
7 IMAGE_INSTALL:append = "\
8     packagegroup-agl-image-ivi \
9     packagegroup-agl-ivi-services \
10     ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \
11     can-utils \
12     iproute2 \
13     "
14
15 IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
16
17
18 LICENSE = "MIT"
19