summaryrefslogtreecommitdiffstats
path: root/configs/bsp.ref
blob: bb8b0177832f97207ec81af7cdf796ad45c41102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

# vim: filetype=yaml shiftwidth=2 expandtab