37 lines
746 B
YAML
37 lines
746 B
YAML
# Example KiBot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
|
|
variants:
|
|
- name: 't1_v1'
|
|
comment: 'Test 1 Variant V1'
|
|
type: kibom
|
|
file_id: '_(V1)'
|
|
variant: V1
|
|
# This isn't needed is just to be sure we can default to _kibom_dnc_config
|
|
dnc_filter: '_kibom_dnc'
|
|
|
|
- name: 't1_v1b'
|
|
comment: 'Test 1 Variant V1'
|
|
type: kibom
|
|
file_id: '_(V1b)'
|
|
variant: V1
|
|
dnc_filter: '_none'
|
|
|
|
outputs:
|
|
- name: 'bom_internal_v1'
|
|
comment: "Bill of Materials in CSV format for variant t1_v1"
|
|
type: bom
|
|
dir: BoM
|
|
options:
|
|
variant: t1_v1
|
|
|
|
- name: 'bom_internal_v1b'
|
|
comment: "Bill of Materials in CSV format for variant t1_v1"
|
|
type: bom
|
|
dir: BoM
|
|
options:
|
|
variant: t1_v1b
|
|
dnc_filter: '!'
|