Searched refs:appendname (Results 1 – 2 of 2) sorted by relevance
195 (recipename, appendname) = b196 if appendname not in applied_appends:198 layer = layer_path_match(appendname)201 self.apply_append(appendname, first_append)203 fdest = appendname[len(layer):]206 bb.utils.copyfile(appendname, fdest)253 def apply_append(self, appendname, recipename): argument254 with open(appendname, 'r') as appendfile:257 … recipefile.write('##### bbappended from %s #####\n' % self.get_file_layer(appendname))
243 appendname = os.path.splitext(os.path.basename(recipefile))[0]245 appendname = re.sub(r'_.*', '_%', appendname)247 appendfile = os.path.join(appendpath, appendname + '.bbappend')