From 4a6461a2a52c842efe1b9df668809385ab657b2d Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Thu, 20 Dec 2018 19:47:17 +0100 Subject: Integrate Chromium and WAM recipes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 19e71462fc44093c6f9046e60c72adeedfca7858) --- templates/feature/agl-html5-framework/50_bblayers.conf.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/feature/agl-html5-framework/50_bblayers.conf.inc (limited to 'templates/feature') diff --git a/templates/feature/agl-html5-framework/50_bblayers.conf.inc b/templates/feature/agl-html5-framework/50_bblayers.conf.inc new file mode 100644 index 00000000..952ef4ea --- /dev/null +++ b/templates/feature/agl-html5-framework/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-html5-framework \ + " + -- cgit 1.2.3-korg