Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py123 def include_license(license): function
137 alpha_weight = (len(list(filter(include_license, alpha))) -
139 beta_weight = (len(list(filter(include_license, beta))) -
154 included = [lic for lic in licenses if include_license(lic)]