Home
last modified time | relevance | path

Searched refs:software_SoftwarePurpose (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py173 oe.spdx30.software_SoftwarePurpose.source in file_purposes
305 if s.software_primaryPurpose != oe.spdx30.software_SoftwarePurpose.source:
352 primary_purpose = oe.spdx30.software_SoftwarePurpose.patch
354 primary_purpose = oe.spdx30.software_SoftwarePurpose.source
437 oe.spdx30.software_SoftwarePurpose, purposes[0]
440 getattr(oe.spdx30.software_SoftwarePurpose, p) for p in purposes[1:]
545 lambda filepath: [oe.spdx30.software_SoftwarePurpose.source],
825 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.install,
864 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.install,
988 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.install,
[all …]
H A Dsbom30.py774 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.archive,
H A Dspdx30.py3935 class software_SoftwarePurpose(SHACLObject): class