summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-gallery
stat options
Period:
Authors:

Commits per author per week (path 'recipes-demo/flutter-gallery')

AuthorW02 2025W03 2025W04 2025W05 2025Total
Total00000
20'>20 21 22 23
SUMMARY = "Extra software and configuration for tradeshow demo with AGL IVI profile demo platform"
LICENSE = "MIT"

inherit packagegroup

PROVIDES = "${PACKAGES}"
PACKAGES = " \
    packagegroup-agl-demo-preload \
"

# NOTES:
# - demo-i2c-udev-conf:
#     Adds udev configuration and scripts for supporting USB attached
#     I2C devices for RTC and HVAC LED support.
# - simple-can-simulator:
#     CAN message simulator for vehicle and engine speed message
#     generation, with some support for the cruise control events from
#     the steering wheel used in the demo setup.
#
RDEPENDS:${PN} = "\
    demo-i2c-udev-conf \
    simple-can-simulator \
"