Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dspdx.py81 objset = oe.spdx30.SHACLObjectSet()
84 d.read(f, objset)
86 return objset
125 def check_objset_missing_ids(self, objset): argument
126 for o in objset.foreach_type(oe.spdx30.SpdxDocument):
132 missing_ids = objset.missing_ids - set(i.externalSpdxId for i in doc.import_)
150 objset = self.check_recipe_spdx(
161 for software_file in objset.foreach_type(oe.spdx30.software_File):
174 objset = self.check_recipe_spdx(
180 self.check_objset_missing_ids(objset)
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py31 def add_license_expression(d, objset, license_expression, license_data): argument
37 nonlocal objset
43 lic = objset.find_filter(
52 lic = objset.add(
54 _id=objset.new_spdxid("license-text", name),
55 creationInfo=objset.doc.creationInfo,
59 objset.set_element_alias(lic)
125 o = objset.new_license_expression(
128 objset.set_element_alias(o)
134 objset, argument
[all …]
H A Dsbom30.py712 def find_bitbake_build(objset): argument
713 return objset.find_filter(
780 objset = cls(d)
783 _id=objset.new_spdxid("document", name),
789 alias=objset.new_alias_id(
795 objset.doc = document
796 objset.add_index(document)
799 bb_objset = objset.import_bitbake_build_objset()
800 document.creationInfo = objset.copy_creation_info(
804 document.creationInfo = objset.new_creation_info()
[all …]
/openbmc/linux/
H A Dopengrok1.0.log[all...]