Home
last modified time | relevance | path

Searched refs:relationshipType (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/src/oe_image_files/
H A Dmain.py59 if not rel.relationshipType == spdx_3_0_1.RelationshipType.contains:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py202 relationshipType = _String() variable in SPDXRelationship
336 relationshipType=relationship,
H A Dsbom30.py513 relationshipType=typ,
1080 relationshipType=oe.spdx30.RelationshipType.hasDeclaredLicense,
1086 relationshipType=oe.spdx30.RelationshipType.hasConcludedLicense,
H A Dspdx30_tasks.py344 if e.relationshipType != oe.spdx30.RelationshipType.hasInput: