Add initial feature for license scanning integration 69/20469/3
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 5 Mar 2019 08:11:06 +0000 (09:11 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 11 Mar 2019 20:33:52 +0000 (20:33 +0000)
This adds a feature to enable license scanning within the AGL build.

Change-Id: I478defd90f6f135b5f1f0ecd0b970ab33f25c794
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
templates/feature/agl-fossdriver/50_FEATURE.md [new file with mode: 0644]
templates/feature/agl-fossdriver/50_bblayers.conf.inc [new file with mode: 0644]
templates/feature/agl-fossdriver/50_local.conf.inc [new file with mode: 0644]

diff --git a/templates/feature/agl-fossdriver/50_FEATURE.md b/templates/feature/agl-fossdriver/50_FEATURE.md
new file mode 100644 (file)
index 0000000..67eadc5
--- /dev/null
@@ -0,0 +1,5 @@
+Integration with meta-spdxscanner.
+
+This needs fossdriver setup and a fossology instance before it can work.
+
+FIXME: More details follow.
\ No newline at end of file
diff --git a/templates/feature/agl-fossdriver/50_bblayers.conf.inc b/templates/feature/agl-fossdriver/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..f429f39
--- /dev/null
@@ -0,0 +1 @@
+BBLAYERS =+ "${METADIR}/meta-spdxscanner"
diff --git a/templates/feature/agl-fossdriver/50_local.conf.inc b/templates/feature/agl-fossdriver/50_local.conf.inc
new file mode 100644 (file)
index 0000000..9dea9a0
--- /dev/null
@@ -0,0 +1 @@
+INHERIT += "fossdriver-host"
\ No newline at end of file