diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-11-27 10:44:34 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-06 14:32:02 +0000 |
commit | 9099a5ebe8109a7fa13659775c90c4fb8723ccf3 (patch) | |
tree | da3885f668490ab03b06caeb60be7152bd6e3982 /meta-agl-profile-graphical-html5/conf | |
parent | 4f5bbc67e0207f276f4b592b795bdf69d38565c4 (diff) |
meta-agl-profile-graphical-html5: remove layer and AGL feature
Remove old layer, based on OpenIVI and using deprecated QtWebKit, to
free up the name to be used by the Chromium-based web runtime.
Bug-AGL: SPEC-2322
Change-Id: I41730d629be846c2b0a624f5ab881ada31a8e0dc
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'meta-agl-profile-graphical-html5/conf')
-rw-r--r-- | meta-agl-profile-graphical-html5/conf/layer.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-agl-profile-graphical-html5/conf/layer.conf b/meta-agl-profile-graphical-html5/conf/layer.conf deleted file mode 100644 index 69967b03c..000000000 --- a/meta-agl-profile-graphical-html5/conf/layer.conf +++ /dev/null @@ -1,12 +0,0 @@ -# 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 += "aglprofilegraphicalhtml5" -BBFILE_PATTERN_aglprofilegraphicalhtml5 = "^${LAYERDIR}/" -BBFILE_PRIORITY_aglprofilegraphicalhtml5 = "70" - -LAYERSERIES_COMPAT_aglprofilegraphicalhtml5 = "thud" |