Home
last modified time | relevance | path

Searched refs:appendname (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py199 (recipename, appendname) = b
200 if appendname not in applied_appends:
202 layer = layer_path_match(appendname)
205 self.apply_append(appendname, first_append)
207 fdest = appendname[len(layer):]
210 bb.utils.copyfile(appendname, fdest)
260 def apply_append(self, appendname, recipename): argument
261 with open(appendname, 'r') as appendfile:
264 … recipefile.write('##### bbappended from %s #####\n' % self.get_file_layer(appendname))
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py268 appendname = os.path.splitext(os.path.basename(recipefile))[0]
270 appendname = re.sub(r'_.*', '_%', appendname)
272 appendfile = os.path.join(appendpath, appendname + '.bbappend')