src: wv_harness: add all items to bom
This commit is contained in:
parent
57ec0ea00b
commit
9a4334e3d6
@ -126,7 +126,7 @@ class Harness:
|
|||||||
)
|
)
|
||||||
|
|
||||||
# add items to BOM
|
# add items to BOM
|
||||||
for item in all_toplevel_items:
|
for item in all_bom_relevant_items:
|
||||||
if item.ignore_in_bom:
|
if item.ignore_in_bom:
|
||||||
continue
|
continue
|
||||||
add_to_bom(item.bom_entry)
|
add_to_bom(item.bom_entry)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user