Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py163 def __init__(self, dont_want_licenses, canonical_license, d): argument
165 self._canonical_license = canonical_license
216 def manifest_licenses(licensestr, dont_want_licenses, canonical_license, d): argument
219 manifest = ManifestVisitor(dont_want_licenses, canonical_license, d)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass79 remaining_bad_licenses, canonical_license, d)
147 pkg_manifest_licenses = [canonical_license(d, lic) \
156 generic_lic = canonical_license(d,
179 if (oe.license.license_ok(canonical_license(d,
/openbmc/openbmc/poky/meta/classes-global/
H A Dlicense.bbclass258 def canonical_license(d, license):
291 license = canonical_license(d, license)
300 return a if all(oe.license.license_ok(canonical_license(d, lic),
310 license = canonical_license(d, l)