Searched refs:LayerSource (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_layerdetails_page.py | 13 from orm.models import Layer, Layer_Version, Project, LayerSource, Release 54 layer_source=LayerSource.TYPE_IMPORTED,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 18 from orm.models import LayerVersionDependency, LayerSource, ProjectLayer 340 layer_source=LayerSource.TYPE_IMPORTED) 424 layer_source=LayerSource.TYPE_IMPORTED) 488 layer_source=LayerSource.TYPE_IMPORTED) 588 layer_source=LayerSource.TYPE_LOCAL, 1160 if pl.layercommit.layer_source == LayerSource.TYPE_IMPORTED:
|
| H A D | views.py | 1352 from orm.models import LayerSource, ToasterSetting, Release 1758 'layer_source': LayerSource.types_dict(),
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 36 from orm.models import Layer, Layer_Version, LayerSource, ProjectLayer 383 layer_source=LayerSource.TYPE_IMPORTED) 419 layer_source=LayerSource.TYPE_IMPORTED)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 1425 class LayerSource(object): class 1442 for key in LayerSource.__dict__: 1444 dictionary[key] = getattr(LayerSource, key) 1481 layer_source = models.IntegerField(choices=LayerSource.SOURCE_TYPE,
|