Lines Matching refs:recipefile

176             recipefile = os.path.join(recipedir, os.path.basename(recipes[0]))
177 appendfile = recipe_to_append(recipefile, config)
181 if os.path.exists(recipefile):
182 …sts in your workspace; this shouldn\'t be there - please delete it before continuing' % recipefile)
202 shutil.move(recipes[0], recipefile)
208 …tic_recipe = os.path.join(config.workspace_path, 'attic', recipename, os.path.basename(recipefile))
222 rd = tinfoil.parse_recipe_file(recipefile, False)
229 movefn = '%s.parsefailed' % recipefile
231 shutil.move(recipefile, movefn)
291 …n automatically created; further editing may be required to make it fully functional' % recipefile)
536 recipefile = d.getVar('FILE')
537 appendfile = recipe_to_append(recipefile, config)
812 recipefile = rd.getVar('FILE')
813 appendfile = recipe_to_append(recipefile, config, args.wildcard)
1007 recipefile = workspace[args.recipename]['recipefile']
1008 if not recipefile:
1070 recipefilemd5 = bb.utils.md5_file(recipefile)
1071 oe.recipeutils.patch_recipe(rd, recipefile, patchfields)
1072 newrecipefilemd5 = bb.utils.md5_file(recipefile)
1088 oldrecipedir = os.path.dirname(recipefile)
1100 logger.info('Renaming %s to %s' % (recipefile, newfile))
1101 bb.utils.rename(recipefile, newfile)
1176 elif splitentry[1] == os.path.relpath(recipefile, config.workspace_path):
1525 recipefile = rd.getVar('FILE')
1526 recipedir = os.path.basename(recipefile)
1602 … ret = oe.recipeutils.patch_recipe(rd, recipefile, patchfields, redirect_output=dry_run_outdir)
1618 recipefile = rd.getVar('FILE')
1619 recipedir = os.path.dirname(recipefile)
1748 logger.info('Updating recipe %s' % os.path.basename(recipefile))
1749 ret = oe.recipeutils.patch_recipe(rd, recipefile,
1892 recipefile = value['recipefile']
1893 if recipefile:
1894 recipestr = ' (%s)' % recipefile
1938 recipefile = workspace[recipe]['recipefile']
1939 if recipefile and os.path.exists(recipefile):
1940 targets.extend(get_bbclassextend_targets(recipefile, recipe))
1971 recipefile = workspace[pn]['recipefile']
1972 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):
1974 preservedir(os.path.dirname(recipefile))
2077 recipefile = rd.getVar('FILE')
2078 recipedir = os.path.dirname(recipefile)
2079 origlayerdir = oe.recipeutils.find_layerdir(recipefile)
2179 comparelist.append((recipefile, outf, recipefile))
2192 recipedest = os.path.dirname(recipefile)