Home
last modified time | relevance | path

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

/openbmc/openbmc/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.py305 …{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 Dstandard.py1575 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…