| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipeutils.py | 28 rd = tinfoil.parse_recipe('python3-async-test') 63 rd = tinfoil.parse_recipe('recipeutils-test') 90 rd = tinfoil.parse_recipe('recipeutils-test')
|
| H A D | tinfoil.py | 211 rd = tinfoil.parse_recipe(testrecipe)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | build_image.py | 15 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError 26 data = parse_recipe(config, tinfoil, recipe, True) 80 rd = parse_recipe(config, tinfoil, image, True)
|
| H A D | menuconfig.py | 27 from devtool import setup_tinfoil, parse_recipe, DevtoolError, standard, exec_build_env_command 41 rd = parse_recipe(config, tinfoil, args.component, appends=True, filter_workspace=False)
|
| H A D | utilcmds.py | 19 from devtool import parse_recipe 33 rd = parse_recipe(config, tinfoil, args.recipename, True) 61 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
|
| H A D | build.py | 15 from devtool import parse_recipe 49 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
|
| H A D | search.py | 15 from devtool import setup_tinfoil, parse_recipe, DevtoolError 30 rd = parse_recipe(config, tinfoil, pn, True)
|
| H A D | build_sdk.py | 16 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError
|
| H A D | sdk.py | 17 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError 266 rd = parse_recipe(config, tinfoil, recipe, True)
|
| H A D | upgrade.py | 25 from devtool import exec_build_env_command, setup_tinfoil, DevtoolError, parse_recipe, use_external… 514 rd = parse_recipe(config, tinfoil, args.recipename, True) 594 rd = parse_recipe(config, tinfoil, args.recipename, True)
|
| H A D | standard.py | 24 from devtool import parse_recipe 417 rd = parse_recipe(config, tinfoil, args.recipename, True) 441 rd = parse_recipe(config, tinfoil, args.recipename, True) 791 rd = parse_recipe(config, tinfoil, args.recipename, True) 1030 rd = parse_recipe(config, tinfoil, args.recipename, True) 1867 rd = parse_recipe(config, tinfoil, args.recipename, True) 2072 rd = parse_recipe(config, tinfoil, args.recipename, True)
|
| H A D | __init__.py | 120 def parse_recipe(config, tinfoil, pn, appends, filter_workspace=True): function
|
| H A D | deploy.py | 158 rd = tinfoil.parse_recipe(args.recipename)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-getvar | 41 d = tinfoil.parse_recipe(args.recipe)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cache.py | 282 def parse_recipe(bb_data, bbfile, appends, mc=''): function 324 datastores = parse_recipe(bb_data, bbfile, appends, mc) 329 return parse_recipe(bb_data, bbfile, appends, mc) 332 datastores = parse_recipe(bb_data, bbfile, appends) 338 newstores = parse_recipe(bb_data, bbfile, appends, mc)
|
| H A D | command.py | 567 envdata = bb.cache.parse_recipe(config_data, fn, appendfiles, mc)['']
|
| H A D | tinfoil.py | 621 def parse_recipe(self, pn): member in Tinfoil
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | scriptutils.py | 217 rd = tinfoil.parse_recipe(fetchrecipepn)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_npm.py | 64 d = TINFOIL.parse_recipe("nodejs-native")
|
| H A D | append.py | 92 rd = tinfoil.parse_recipe(pn)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 326 recipedata = tinfoil.parse_recipe(pn)
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | image-manifest | 357 rd = tinfoil.parse_recipe(pn)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 1127 data = tinfoil.parse_recipe(fn)
|