blob: 56814ca1b82b3fd4748c7a9b92425b8604cb3e0b (
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-can-provider-conf-gw-hardware \
vss-agl-gw-hardware \
"
|