Remove systemd user session and clean up packagegroups and images
[AGL/meta-agl-demo.git] / recipes-platform / packagegroups / packagegroup-agl-telematics-demo-platform.bb
1 SUMMARY = "The software for AGL telematics profile demo platform"
2 DESCRIPTION = "A set of packages belonging to the AGL telematics demo platform"
3
4 LICENSE = "MIT"
5
6 inherit packagegroup
7
8 PACKAGES = "\
9     packagegroup-agl-telematics-demo-platform \
10     "
11
12 RDEPENDS:${PN}:append = " \
13     gpsd \
14     sw-gpsd-udev-conf \
15     usb-can-udev-conf \
16     simple-can-simulator \
17     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'ofono-tests gps-utils' , '', d)} \
18 "