diff options
Diffstat (limited to 'meta-agl-html5-demo/recipes-platform/images/agl-ivi-demo-html5.bb')
-rw-r--r-- | meta-agl-html5-demo/recipes-platform/images/agl-ivi-demo-html5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-agl-html5-demo/recipes-platform/images/agl-ivi-demo-html5.bb b/meta-agl-html5-demo/recipes-platform/images/agl-ivi-demo-html5.bb new file mode 100644 index 000000000..62d43ffb6 --- /dev/null +++ b/meta-agl-html5-demo/recipes-platform/images/agl-ivi-demo-html5.bb @@ -0,0 +1,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 \ +" |