Home
last modified time | relevance | path

Searched refs:recipepathspec (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py301 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 Drecipetool.py313 …self._create_temp_layer(exttemplayerdir, False, 'oeselftestextlayer', recipepathspec='metadata/rec…
H A Ddevtool.py207 …emp_layer(self, templayerdir, addlayer, templayername, priority=999, recipepathspec='recipes-*/*'): argument
208 create_temp_layer(templayerdir, templayername, priority, recipepathspec)