blob: 34de64bd7973448e5ea45e8d5f792535e97018b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require agl-ivi-image.bb
SUMMARY = "AGL IVI demo HTML5 image"
DESCRIPTION = "Contains the web runtime and sample web apps"
require agl-demo-container-guest-integration.inc
CLANGSDK = "1"
# add packages for demo platform (include demo apps) here
IMAGE_INSTALL += " \
packagegroup-agl-demo-platform-html5 \
"
|