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 | 1512 def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_… argument 1576 rd, appendlayerdir, files, wildcardver=wildcard_version, 1614 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument 1705 wildcardver=wildcard_version, 1816 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument 1872 …_recipe_srcrev(recipename, workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, n… 1874 …e_recipe_patch(recipename, workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, n… 1912 …recipe(args.recipename, workspace, rd, args.mode, args.append, args.wildcard_version, args.no_remo… 2177 …e_recipe(args.recipename, workspace, rd, args.mode, appendlayerdir, wildcard_version=True, no_remo…
|