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.py172 if oe.spdx30.software_SoftwarePurpose.source in file_purposes:
302 if s.software_primaryPurpose != oe.spdx30.software_SoftwarePurpose.source:
349 primary_purpose = oe.spdx30.software_SoftwarePurpose.patch
351 primary_purpose = oe.spdx30.software_SoftwarePurpose.source
434 oe.spdx30.software_SoftwarePurpose, purposes[0]
437 getattr(oe.spdx30.software_SoftwarePurpose, p) for p in purposes[1:]
542 lambda filepath: [oe.spdx30.software_SoftwarePurpose.source],
822 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.install,
861 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.install,
985 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.install,
[all …]
H A Dsbom30.py772 software_primaryPurpose=oe.spdx30.software_SoftwarePurpose.archive,
H A Dspdx30.py3914 class software_SoftwarePurpose(SHACLObject): class