Searched refs:recipepathspec (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 294 def create_temp_layer(templayerdir, templayername, priority=999, recipepathspec='recipes-*/*'): argument 298 f.write('BBFILES += "${LAYERDIR}/%s/*.bb \\' % recipepathspec) 299 f.write(' ${LAYERDIR}/%s/*.bbappend"\n' % recipepathspec)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 298 …self._create_temp_layer(exttemplayerdir, False, 'oeselftestextlayer', recipepathspec='metadata/rec…
|
| H A D | devtool.py | 192 …emp_layer(self, templayerdir, addlayer, templayername, priority=999, recipepathspec='recipes-*/*'): argument 193 create_temp_layer(templayerdir, templayername, priority, recipepathspec)
|