aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/conf/layer.conf
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2016-05-04 23:32:49 -0300
committerFrederico Cadete <frederico.cadete@awtce.be>2016-05-10 13:43:57 +0000
commit3761773158c68085feac195a50561373d930b751 (patch)
treed3ba9b7b86b0481e4d1db79c9b4cca787bf7b9e8 /meta-ivi-common/conf/layer.conf
parentf6db213304ab2716e58d4b2f932dbb15550fd846 (diff)
More info at http://projects.genivi.org/audio-manager/. Change-Id: I9bf056c1ed38886b9da664e556022664555278d1 Signed-off-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
Diffstat (limited to 'meta-ivi-common/conf/layer.conf')
-rw-r--r--meta-ivi-common/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ivi-common/conf/layer.conf b/meta-ivi-common/conf/layer.conf
new file mode 100644
index 0000000..8076954
--- /dev/null
+++ b/meta-ivi-common/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 += "ivi-common"
+BBFILE_PATTERN_app-framework = "^${LAYERDIR}/"
+BBFILE_PRIORITY_app-framework = "20"