From 467630b2e3614f2b297f7525f7f240308b8350fc Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 16 Nov 2016 06:28:28 +0100 Subject: Add layer configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller --- conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/layer.conf 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" -- cgit