Add software packages for oem needs library
[AGL/meta-agl-devel.git] / meta-oem-extra-libs / conf / layer.conf
diff --git a/meta-oem-extra-libs/conf/layer.conf b/meta-oem-extra-libs/conf/layer.conf
new file mode 100644 (file)
index 0000000..8eb09a2
--- /dev/null
@@ -0,0 +1,11 @@
+# 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 += "oem-extra-libs"
+BBFILE_PATTERN_oem-extra-libs = "^${LAYERDIR}/"
+BBFILE_PRIORITY_oem-extra-libs = "7"
+