Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drecipeutils.py28 rd = tinfoil.parse_recipe('python3-async-test')
63 rd = tinfoil.parse_recipe('recipeutils-test')
90 rd = tinfoil.parse_recipe('recipeutils-test')
H A Dtinfoil.py211 rd = tinfoil.parse_recipe(testrecipe)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dbuild_image.py15 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 Dmenuconfig.py27 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 Dutilcmds.py19 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 Dbuild.py15 from devtool import parse_recipe
49 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
H A Dsearch.py15 from devtool import setup_tinfoil, parse_recipe, DevtoolError
30 rd = parse_recipe(config, tinfoil, pn, True)
H A Dbuild_sdk.py16 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError
H A Dsdk.py17 from devtool import exec_build_env_command, setup_tinfoil, parse_recipe, DevtoolError
266 rd = parse_recipe(config, tinfoil, recipe, True)
H A Dupgrade.py25 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 Dstandard.py24 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__.py120 def parse_recipe(config, tinfoil, pn, appends, filter_workspace=True): function
H A Ddeploy.py158 rd = tinfoil.parse_recipe(args.recipename)
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-getvar41 d = tinfoil.parse_recipe(args.recipe)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache.py282 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 Dcommand.py567 envdata = bb.cache.parse_recipe(config_data, fn, appendfiles, mc)['']
H A Dtinfoil.py621 def parse_recipe(self, pn): member in Tinfoil
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py217 rd = tinfoil.parse_recipe(fetchrecipepn)
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_npm.py64 d = TINFOIL.parse_recipe("nodejs-native")
H A Dappend.py92 rd = tinfoil.parse_recipe(pn)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dcommands.py326 recipedata = tinfoil.parse_recipe(pn)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dimage-manifest357 rd = tinfoil.parse_recipe(pn)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py1127 data = tinfoil.parse_recipe(fn)