Add new Yocto layer for common packages to IVI systems
[AGL/meta-agl.git] / meta-ivi-common / conf / layer.conf
diff --git a/meta-ivi-common/conf/layer.conf b/meta-ivi-common/conf/layer.conf
new file mode 100644 (file)
index 0000000..e19cacc
--- /dev/null
@@ -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_ivi-common = "^${LAYERDIR}/"
+BBFILE_PRIORITY_ivi-common = "7"