summaryrefslogtreecommitdiffstats
path: root/meta-html5-framework/conf
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2018-12-20 19:47:17 +0100
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-01-15 11:25:41 +0000
commit4a6461a2a52c842efe1b9df668809385ab657b2d (patch)
treefbad7c0fe8731c4228fd264c3a40d50814ab89a2 /meta-html5-framework/conf
parent9431585b5e02eec40e6644b58909fc6c7095cbe3 (diff)
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> (cherry picked from commit 19e71462fc44093c6f9046e60c72adeedfca7858)
Diffstat (limited to 'meta-html5-framework/conf')
-rw-r--r--meta-html5-framework/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-html5-framework/conf/layer.conf b/meta-html5-framework/conf/layer.conf
new file mode 100644
index 00000000..4c5ca11a
--- /dev/null
+++ b/meta-html5-framework/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "html5-framework"
+BBFILE_PATTERN_html5-framework = "^${LAYERDIR}/"
+BBFILE_PRIORITY_html5-framework = "80"