Searched refs:appendlayerdir (Results 1 – 1 of 1) sorted by relevance
/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 1566 if appendlayerdir: 1576 rd, appendlayerdir, files, wildcardver=wildcard_version, 1611 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out… 1614 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument 1677 if appendlayerdir: 1704 rd, appendlayerdir, files, 1790 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out… 1816 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument 1872 …removed = _update_recipe_srcrev(recipename, workspace, srctree, crd, appendlayerdir, wildcard_vers… [all …]
|