Home
last modified time | relevance | path

Searched refs:templayername (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py303 def create_temp_layer(templayerdir, templayername, priority=999, recipepathspec='recipes-*/*'): argument
310 f.write('BBFILE_COLLECTIONS += "%s"\n' % templayername)
311 f.write('BBFILE_PATTERN_%s = "^${LAYERDIR}/"\n' % templayername)
312 f.write('BBFILE_PRIORITY_%s = "%d"\n' % (templayername, priority))
313 f.write('BBFILE_PATTERN_IGNORE_EMPTY_%s = "1"\n' % templayername)
314 f.write('LAYERSERIES_COMPAT_%s = "%s"\n' % (templayername, corenames))
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py211 …def _create_temp_layer(self, templayerdir, addlayer, templayername, priority=999, recipepathspec='… argument
212 create_temp_layer(templayerdir, templayername, priority, recipepathspec)