Home
last modified time | relevance | path

Searched refs:LayerSource (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py13 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 Dapi.py18 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 Dviews.py1352 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 Dbuildimport.py36 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 Dmodels.py1425 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,