summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-16 10:22:52 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-16 23:11:52 -0700
commitab7260812307bbcd723a34dc98ca11aa5f92c8c0 (patch)
tree833a0279b7aafaf46f07a0ff8bd349c0d4e5ab9c /conf/layer.conf
parentcf5560b703ed9b498d5651ca8fd74ea2566e6f5c (diff)
downloadmeta-clang-ab7260812307bbcd723a34dc98ca11aa5f92c8c0.tar.gz
scan-build: Limit scans to target recipes only
Add a blacklist for scanning, add packages which are not scannable Add --force-analyze-debug-code and -analyze-headers to default set of scan options Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 61e13a2..6474f26 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,3 +21,4 @@ PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial"
21INHERIT += "clang" 21INHERIT += "clang"
22 22
23require conf/nonclangable.conf 23require conf/nonclangable.conf
24require conf/nonscanable.conf