diff mbox series

[03/19] nonscanable.inc: Includes recipes which can not be used with clang-scan

Message ID 20241105184540.3450302-3-raj.khem@gmail.com
State New
Headers show
Series [01/19] clang.inc: Global settings for clang toolchain | expand

Commit Message

Khem Raj Nov. 5, 2024, 6:45 p.m. UTC
clang-scan is a static code analyser that comes with clang/llvm collection
but all recipes may not work out of box, so mention those recipes here
so that if someone wants to enable it distro/image wide they can

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/conf/distro/include/nonscanable.inc | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta/conf/distro/include/nonscanable.inc
diff mbox series

Patch

diff --git a/meta/conf/distro/include/nonscanable.inc b/meta/conf/distro/include/nonscanable.inc
new file mode 100644
index 00000000000..3cdc454e905
--- /dev/null
+++ b/meta/conf/distro/include/nonscanable.inc
@@ -0,0 +1,22 @@ 
+SCAN_BUILD:pn-linux-libc-headers = ""
+SCAN_BUILD:pn-update-rc.d = ""
+SCAN_BUILD:pn-initscripts = ""
+SCAN_BUILD:pn-base-files = ""
+SCAN_BUILD:pn-os-release = ""
+SCAN_BUILD:pn-wireless-regdb = ""
+SCAN_BUILD:pn-tzdata = ""
+SCAN_BUILD:pn-qemuwrapper-cross = ""
+SCAN_BUILD:pn-depmodwrapper-cross = ""
+SCAN_BUILD:pn-bluez-firmware-rpidistro = ""
+SCAN_BUILD:pn-udev-rules-rpi = ""
+SCAN_BUILD:pn-shadow-securetty = ""
+SCAN_BUILD:pn-96boards-tools = ""
+SCAN_BUILD:pn-run-postinsts = ""
+SCAN_BUILD:pn-keymaps = ""
+SCAN_BUILD:pn-sysvinit-inittab = ""
+SCAN_BUILD:pn-pi-bluetooth = ""
+SCAN_BUILD:pn-rpi-config = ""
+SCAN_BUILD:pn-bcm2835-bootfiles = ""
+SCAN_BUILD:pn-autoconf-archive = ""
+SCAN_BUILD:pn-compiler-rt = ""
+SCAN_BUILD:pn-libcxx = ""