Searched refs:templayername (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 294 def create_temp_layer(templayerdir, templayername, priority=999, recipepathspec='recipes-*/*'): argument 300 f.write('BBFILE_COLLECTIONS += "%s"\n' % templayername) 301 f.write('BBFILE_PATTERN_%s = "^${LAYERDIR}/"\n' % templayername) 302 f.write('BBFILE_PRIORITY_%s = "%d"\n' % (templayername, priority)) 303 f.write('BBFILE_PATTERN_IGNORE_EMPTY_%s = "1"\n' % templayername) 304 f.write('LAYERSERIES_COMPAT_%s = "${LAYERSERIES_COMPAT_core}"\n' % templayername)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 192 …def _create_temp_layer(self, templayerdir, addlayer, templayername, priority=999, recipepathspec='… argument 193 create_temp_layer(templayerdir, templayername, priority, recipepathspec)
|