aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2018-11-24 16:26:11 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-12-20 21:10:07 +0000
commit38c1a71fc36256a886d7d496d4c9cffd629a8f6b (patch)
treed8825e683c83baab0864442873c20152a67338d4 /templates
parent254ccf132df29513526190e1fa9789c059514299 (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 'templates')
-rw-r--r--templates/feature/agl-profile-cluster-qt5/50_bblayers.conf.inc3
-rw-r--r--templates/feature/agl-profile-cluster-qt5/included.dep1
-rw-r--r--templates/feature/agl-profile-cluster/50_bblayers.conf.inc3
-rw-r--r--templates/feature/agl-profile-cluster/included.dep1
4 files changed, 8 insertions, 0 deletions
diff --git a/templates/feature/agl-profile-cluster-qt5/50_bblayers.conf.inc b/templates/feature/agl-profile-cluster-qt5/50_bblayers.conf.inc
new file mode 100644
index 000000000..f1aef074d
--- /dev/null
+++ b/templates/feature/agl-profile-cluster-qt5/50_bblayers.conf.inc
@@ -0,0 +1,3 @@
+BBLAYERS =+ " \
+ ${METADIR}/meta-agl/meta-agl-profile-cluster-qt5 \
+"
diff --git a/templates/feature/agl-profile-cluster-qt5/included.dep b/templates/feature/agl-profile-cluster-qt5/included.dep
new file mode 100644
index 000000000..21b1fa6bc
--- /dev/null
+++ b/templates/feature/agl-profile-cluster-qt5/included.dep
@@ -0,0 +1 @@
+agl-profile-graphical-qt5
diff --git a/templates/feature/agl-profile-cluster/50_bblayers.conf.inc b/templates/feature/agl-profile-cluster/50_bblayers.conf.inc
new file mode 100644
index 000000000..b430dc7db
--- /dev/null
+++ b/templates/feature/agl-profile-cluster/50_bblayers.conf.inc
@@ -0,0 +1,3 @@
+BBLAYERS =+ " \
+ ${METADIR}/meta-agl/meta-agl-profile-cluster \
+"
diff --git a/templates/feature/agl-profile-cluster/included.dep b/templates/feature/agl-profile-cluster/included.dep
new file mode 100644
index 000000000..032609b8a
--- /dev/null
+++ b/templates/feature/agl-profile-cluster/included.dep
@@ -0,0 +1 @@
+agl-profile-graphical