Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Daction.py195 (recipename, appendname) = b
196 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): argument
254 with open(appendname, 'r') as appendfile:
257 … recipefile.write('##### bbappended from %s #####\n' % self.get_file_layer(appendname))
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py243 appendname = os.path.splitext(os.path.basename(recipefile))[0]
245 appendname = re.sub(r'_.*', '_%', appendname)
247 appendfile = os.path.join(appendpath, appendname + '.bbappend')