Lines Matching refs:appendlayerdir
1518 def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_… argument
1566 if appendlayerdir:
1577 rd, appendlayerdir, files, wildcardver=wildcard_version,
1610 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out…
1613 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument
1676 if appendlayerdir:
1691 rd, appendlayerdir, files,
1759 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out…
1784 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument
1836 …removed = _update_recipe_srcrev(recipename, workspace, srctree, crd, appendlayerdir, wildcard_vers…
1838 … removed = _update_recipe_patch(recipename, workspace, srctree, crd, appendlayerdir, wildcard_vers…
2102 appendlayerdir = None
2118 appendlayerdir = None
2122 appendlayerdir = destlayerdir
2132 … removed = _update_recipe(args.recipename, workspace, rd, args.mode, appendlayerdir, wildcard_vers…