diff options
author | 2016-11-16 06:28:28 +0100 | |
---|---|---|
committer | 2016-11-16 06:28:28 +0100 | |
commit | 467630b2e3614f2b297f7525f7f240308b8350fc (patch) | |
tree | eb46a697da9cb24f530c850674b206dcd39da84a /conf | |
parent | aec5edaeaf2b2d6dbd7352ad92445dd2f03dffc9 (diff) | |
download | meta-spdxscanner-467630b2e3614f2b297f7525f7f240308b8350fc.tar.gz meta-spdxscanner-467630b2e3614f2b297f7525f7f240308b8350fc.tar.bz2 meta-spdxscanner-467630b2e3614f2b297f7525f7f240308b8350fc.zip |
Add layer configuration
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..9a9b3d2 --- /dev/null +++ b/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 += "spdxscanner" +BBFILE_PATTERN_spdxscanner = "^${LAYERDIR}/" +BBFILE_PRIORITY_spdxscanner = "6" |