Searched refs:licvalues (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 795 …licvalues = handle_license_vars(srctree_use, lines_before, handled, extravalues, tinfoil.config_da… 963 licvalues = guess_license(srctree, d) 968 if licvalues: 969 for licvalue in licvalues: 1040 handled.append(('license', licvalues)) 1041 return licvalues 1256 def split_pkg_licenses(licvalues, packages, outlines, fallback_licenses=None, pn='${PN}'): argument 1263 for license, licpath, _ in licvalues:
|
H A D | create_go.py | 629 licvalues = guess_license(tmp_vendor_dir, d) 632 if licvalues: 633 for licvalue in licvalues:
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 1085 licvalues = handle_license_vars(srctree, lines_before, handled, extravalues, d) 1116 self.assertEqual(licvalues, expected_licvalues) 1121 licvalues = [ 1155 outlicenses = split_pkg_licenses(licvalues, packages, outlines, fallback_licenses)
|