Lines Matching refs:fdest
169 fdest = f1full[len(layer):]
170 fdest = os.path.normpath(os.sep.join([outputdir,fdest]))
171 bb.utils.mkdirhier(os.path.dirname(fdest))
172 if os.path.exists(fdest):
177 logger.warning('Overwriting file %s', fdest)
178 bb.utils.copyfile(f1full, fdest)
185 logger.plain(' Applying append %s to %s' % (append, fdest))
186 self.apply_append(append, fdest)
203 fdest = appendname[len(layer):]
204 fdest = os.path.normpath(os.sep.join([outputdir,fdest]))
205 bb.utils.mkdirhier(os.path.dirname(fdest))
206 bb.utils.copyfile(appendname, fdest)
207 first_append = fdest