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