blob: dc82ce4e54df9b2318f3304dcb628de2d563d8e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
# add packages for demo platform (include demo apps) here
IMAGE_INSTALL:append = " \
packagegroup-agl-demo-platform-html5 \
"
|