blob: c6d00c6bcfc248509e6422ccb3024f70b84f1069 (
plain)
1
2
3
4
5
6
7
8
9
|
require agl-ivi-image.bb
SUMMARY = "AGL IVI demo base Flutter image"
IMAGE_INSTALL += " \
packagegroup-agl-demo-platform-flutter \
agl-persistent-storage-api \
weston-terminal-conf \
"
|