summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-cluster/conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2018-11-24 16:26:11 -0500
committerScott Murray <scott.murray@konsulko.com>2018-12-03 14:31:34 -0500
commit04365253bddc02279bfd6255f734ebd9e703a9c3 (patch)
treefaed5f8dcb6803eee3840bdb647769565107bec1 /meta-agl-profile-cluster/conf
parent4f7222e10cbe09ea3231eab912857fc7ba9d1c12 (diff)
Add instrument cluster profile definitions
Add definitions for instrument cluster profiles for plain Wayland/Weston based images and images that also include Qt5 support. Due to the current requirement that profiles only be a superset of one parent profile, the Qt5 profile inherits from agl-profile-graphical-qt5 and not agl-profile-cluster as one might expect. This is due to some of the required recipes and bbappends for Qt5 usage only being available in the meta-agl-profile-graphical-qt5 layer. Change-Id: I863b35bdc009775ac204a720bbc2cc85e71c268a Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-cluster/conf')
-rw-r--r--meta-agl-profile-cluster/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl-profile-cluster/conf/layer.conf b/meta-agl-profile-cluster/conf/layer.conf
new file mode 100644
index 000000000..4ac5d96a0
--- /dev/null
+++ b/meta-agl-profile-cluster/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 += "aglprofilecluster"
+BBFILE_PATTERN_aglprofilecluster = "^${LAYERDIR}/"
+BBFILE_PRIORITY_aglprofilecluster = "70"