Searched refs:wildcard_version (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | newappend.py | 45 … append_path, path_ok = oe.recipeutils.get_bbappend_path(rd, args.destlayer, args.wildcard_version)
|
H A D | append.py | 305 …{args.newfile: {'newname' : sourcepath}}, install, wildcardver=args.wildcard_version, machine=args… 359 …append_recipe(rd, args.destlayer, copyfiles, None, wildcardver=args.wildcard_version, machine=args…
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1575 def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_… argument 1638 rd, appendlayerdir, files, wildcardver=wildcard_version, 1674 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument 1766 wildcardver=wildcard_version, 1874 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument 1928 …_recipe_srcrev(recipename, workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, n… 1930 …e_recipe_patch(recipename, workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, n… 1968 …recipe(args.recipename, workspace, rd, args.mode, args.append, args.wildcard_version, args.no_remo… 2234 …e_recipe(args.recipename, workspace, rd, args.mode, appendlayerdir, wildcard_version=True, no_remo…
|