Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py103 def flattened_licenses(licensestr, choose_licenses): function
150 licenses = flattened_licenses(licensestr, choose_licenses)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dlicense.py62 licenses = oe.license.flattened_licenses(license, choose)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense.bbclass292 # flattened_licenses(), pick one that works if possible.
298 licenses = oe.license.flattened_licenses(license, choose_lic_set)
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate.py930 from oe.license import flattened_licenses
936 return sorted(list(set(flattened_licenses(value, _choose))), key=str.casefold)