Add instrument cluster profile definitions 27/19027/3
authorScott Murray <scott.murray@konsulko.com>
Sat, 24 Nov 2018 21:26:11 +0000 (16:26 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Dec 2018 21:10:07 +0000 (21:10 +0000)
commit38c1a71fc36256a886d7d496d4c9cffd629a8f6b
treed8825e683c83baab0864442873c20152a67338d4
parent254ccf132df29513526190e1fa9789c059514299
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>
12 files changed:
meta-agl-profile-cluster-qt5/conf/layer.conf [new file with mode: 0644]
meta-agl-profile-cluster-qt5/recipes-platform/images/agl-image-cluster-qt5.bb [new file with mode: 0644]
meta-agl-profile-cluster-qt5/recipes-platform/images/agl-image-cluster-qt5.inc [new file with mode: 0644]
meta-agl-profile-cluster-qt5/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qt5.bb [new file with mode: 0644]
meta-agl-profile-cluster/conf/layer.conf [new file with mode: 0644]
meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.bb [new file with mode: 0644]
meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.inc [new file with mode: 0644]
meta-agl-profile-cluster/recipes-platform/packagegroups/packagegroup-agl-profile-cluster.bb [new file with mode: 0644]
templates/feature/agl-profile-cluster-qt5/50_bblayers.conf.inc [new file with mode: 0644]
templates/feature/agl-profile-cluster-qt5/included.dep [new file with mode: 0644]
templates/feature/agl-profile-cluster/50_bblayers.conf.inc [new file with mode: 0644]
templates/feature/agl-profile-cluster/included.dep [new file with mode: 0644]