Integrate Chromium and WAM recipes. 71/19271/3
authorJacobo Aragunde Pérez <jaragunde@igalia.com>
Thu, 20 Dec 2018 18:47:17 +0000 (19:47 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 15 Jan 2019 11:15:35 +0000 (11:15 +0000)
commit19e71462fc44093c6f9046e60c72adeedfca7858
tree98435b324a17bd748204f91be7355ca8cfe59f5f
parent7745e5f40682847aad5d313af65c0f7e70ce3648
Integrate Chromium and WAM recipes.

Create a new layer called meta-html5-framework.
It contains the following recipes:
* chromium68 to build the browser shared library and browser code.
* chromium-browser-service for the browser widget.
* wam for the web application manager.
* wam-tinyproxy is a direct dependency of wam.

Defines a new packagegroup, which is added to the agl-demo-platform
image in case agl-html5-framework is configured as a feature.

Bug-AGL: SPEC-1885

Change-Id: I39f01ab09e198cd139e95ff3c784af563b54329b
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
meta-html5-framework/conf/layer.conf [new file with mode: 0644]
meta-html5-framework/recipes-platform/images/agl-demo-platform.bbappend [new file with mode: 0644]
meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb [new file with mode: 0644]
meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb [new file with mode: 0644]
meta-html5-framework/recipes-wam/chromium/chromium68_git.bb [new file with mode: 0644]
meta-html5-framework/recipes-wam/chromium/gn-utils.inc [new file with mode: 0644]
meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb [new file with mode: 0644]
meta-html5-framework/recipes-wam/wam/wam_git.bb [new file with mode: 0644]
templates/feature/agl-html5-framework/50_bblayers.conf.inc [new file with mode: 0644]