From 38c1a71fc36256a886d7d496d4c9cffd629a8f6b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 24 Nov 2018 16:26:11 -0500 Subject: 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 --- meta-agl-profile-cluster-qt5/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-agl-profile-cluster-qt5/conf/layer.conf (limited to 'meta-agl-profile-cluster-qt5/conf/layer.conf') diff --git a/meta-agl-profile-cluster-qt5/conf/layer.conf b/meta-agl-profile-cluster-qt5/conf/layer.conf new file mode 100644 index 000000000..30a222971 --- /dev/null +++ b/meta-agl-profile-cluster-qt5/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 += "aglprofileclusterqt5" +BBFILE_PATTERN_aglprofileclusterqt5 = "^${LAYERDIR}/" +BBFILE_PRIORITY_aglprofileclusterqt5 = "70" -- cgit 1.2.3-korg