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