summaryrefslogtreecommitdiffstats
path: root/external/meta-spdxscanner/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-spdxscanner/conf/layer.conf')
-rw-r--r--external/meta-spdxscanner/conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/meta-spdxscanner/conf/layer.conf b/external/meta-spdxscanner/conf/layer.conf
new file mode 100644
index 00000000..120dc274
--- /dev/null
+++ b/external/meta-spdxscanner/conf/layer.conf
@@ -0,0 +1,12 @@
+# 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 += "spdxscanner"
+BBFILE_PATTERN_spdxscanner = "^${LAYERDIR}/"
+BBFILE_PRIORITY_spdxscanner = "6"
+
+LAYERSERIES_COMPAT_spdxscanner = "sumo thud warrior master"