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