Searched refs:handle_license_vars (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 16 from recipetool.create import RecipeHandler, handle_license_vars 722 handle_license_vars(srctree, lines_before, handled, extravalues, d)
|
H A D | create.py | 795 …licvalues = handle_license_vars(srctree_use, lines_before, handled, extravalues, tinfoil.config_da… 957 def handle_license_vars(srctree, lines_before, handled, extravalues, d): function
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 1055 from create import handle_license_vars 1085 licvalues = handle_license_vars(srctree, lines_before, handled, extravalues, d)
|