blob: 4a9cf0b2abddb7fb3c4821d7ac31e241cd8e5344 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require agl-gateway-demo.bb
SUMMARY = "AGL gateway preconfigured demo image"
# Second CAN interface will be connected to the demo setup
# steering wheel & HVAC in the full demo.
IMAGE_INSTALL += " \
kuksa-dbc-feeder-conf-gw-hardware \
vss-agl-gw-hardware \
"
|