From ab7260812307bbcd723a34dc98ca11aa5f92c8c0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 16 Sep 2019 10:22:52 -0700 Subject: 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 --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/layer.conf') 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" INHERIT += "clang" require conf/nonclangable.conf +require conf/nonscanable.conf -- cgit v1.2.3-54-g00ecf