From a43ef70aa27fe0c7cf7b83dae5895b7e2cd6559e Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Mon, 9 Dec 2019 18:13:44 +0100 Subject: agl-demo-platform-html5: Create new image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add new image called agl-demo-platform-html5, which contains the web application runtime and HTML demo apps. Currently, only the HTML launcher is available, but more will be published. Bug-AGL: SPEC-2322 Change-Id: I4628d1be18f64b7eaf4a0882a13bd1d680426516 Signed-off-by: Jacobo Aragunde Pérez --- recipes-platform/images/agl-demo-platform-html5.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-platform/images/agl-demo-platform-html5.bb (limited to 'recipes-platform/images/agl-demo-platform-html5.bb') diff --git a/recipes-platform/images/agl-demo-platform-html5.bb b/recipes-platform/images/agl-demo-platform-html5.bb new file mode 100644 index 00000000..2d3490fd --- /dev/null +++ b/recipes-platform/images/agl-demo-platform-html5.bb @@ -0,0 +1,14 @@ +SUMMARY = "DEMO platform of AGL HTML5 profile" +DESCRIPTION = "Contains the web runtime and sample web apps" + +require agl-demo-platform.inc + +LICENSE = "MIT" + +IMAGE_FEATURES_append = " \ + " + +# add packages for demo platform (include demo apps) here +IMAGE_INSTALL_append = " \ + packagegroup-agl-demo-platform-html5 \ + " -- cgit 1.2.3-korg