summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-25 11:04:32 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-07-25 11:04:32 +0200
commit620aaa107eec6579401ad508c0aa3c12032c2db4 (patch)
treea69d2a2246dd077262e8645992976b5aa96142a6 /configs
parent024c25d02ea3d500f27e84d26db97c04c37bc4cc (diff)
downloadDistroKit-620aaa107eec6579401ad508c0aa3c12032c2db4.tar.gz
DistroKit-620aaa107eec6579401ad508c0aa3c12032c2db4.tar.xz
bsp.ref: disable lspci reason check on platforms with pci
In DistroKit, we have patforms with and without PCI. As long as we don't actively use PCI, disable check for lcpci on platforms with PCI. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/bsp.ref10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index f8f6dcc..bb8b017 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -1,3 +1,13 @@
+ptxdist_debug_pci:
+ description: |
+ In DistroKit, we have platforms with and without PCI. As long as we
+ don't actively use PCI, disable check for lspci on platforms with
+ PCI.
+ type: bool
+ analyzer: |
+ True
+ value: True
+
includes:
- file: ptxdist.ref