Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dnewappend.py45 … append_path, path_ok = oe.recipeutils.get_bbappend_path(rd, args.destlayer, args.wildcard_version)
H A Dappend.py302 …gs.destlayer, {args.newfile: sourcepath}, install, wildcardver=args.wildcard_version, machine=args…
357 …append_recipe(rd, args.destlayer, copyfiles, None, wildcardver=args.wildcard_version, machine=args…
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py1518 def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_… argument
1577 rd, appendlayerdir, files, wildcardver=wildcard_version,
1613 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument
1692 wildcardver=wildcard_version,
1784 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument
1836 …_recipe_srcrev(recipename, workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, n…
1838 …e_recipe_patch(recipename, workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, n…
1876 …recipe(args.recipename, workspace, rd, args.mode, args.append, args.wildcard_version, args.no_remo…
2132 …e_recipe(args.recipename, workspace, rd, args.mode, appendlayerdir, wildcard_version=True, no_remo…