From 620aaa107eec6579401ad508c0aa3c12032c2db4 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sat, 25 Jul 2020 11:04:32 +0200 Subject: 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 --- configs/bsp.ref | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configs') 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 -- cgit v1.2.3