Home
last modified time | relevance | path

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

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