blob: 520b443e975c4c588570edce0fd078246b3b3fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require agl-image-ivi.bb
SUMMARY = "DEMO platform of AGL HTML5 profile"
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 \
"
|