diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2016-05-04 23:32:49 -0300 |
---|---|---|
committer | Frederico Cadete <frederico.cadete@awtce.be> | 2016-05-10 13:43:57 +0000 |
commit | 3761773158c68085feac195a50561373d930b751 (patch) | |
tree | d3ba9b7b86b0481e4d1db79c9b4cca787bf7b9e8 /meta-ivi-common/conf/layer.conf | |
parent | f6db213304ab2716e58d4b2f932dbb15550fd846 (diff) |
Initial support for GENIVI AudioManagerPlugins.HEADflounder_5.99.1flounder/5.99.1eel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.55.99.15.0.35.0.25.0.15.0.04.99.5mastereel
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.conf | 10 |
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" |