diff options
Diffstat (limited to 'recipes-platform/images/agl-image-graphical-html5.bb')
-rw-r--r-- | recipes-platform/images/agl-image-graphical-html5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-image-graphical-html5.bb b/recipes-platform/images/agl-image-graphical-html5.bb new file mode 100644 index 000000000..0ec6829ed --- /dev/null +++ b/recipes-platform/images/agl-image-graphical-html5.bb @@ -0,0 +1,10 @@ +SUMMARY = "An image containing all packages required to run web applications" + +require agl-image-graphical-html5.inc + +LICENSE = "MIT" + +IMAGE_INSTALL_append = "\ + packagegroup-agl-profile-graphical-html5 \ + " + |