Home
last modified time | relevance | path

Searched refs:layer_source (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py340 layer_source=LayerSource.TYPE_IMPORTED)
424 layer_source=LayerSource.TYPE_IMPORTED)
488 layer_source=LayerSource.TYPE_IMPORTED)
588 layer_source=LayerSource.TYPE_LOCAL,
1110 "layersource": layer.layercommit.layer_source
1160 if pl.layercommit.layer_source == LayerSource.TYPE_IMPORTED:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlayerdetails.js362 if (ctx.layerVersion.layer_source == ctx.layerSourceTypes.TYPE_IMPORTED ||
363 ctx.layerVersion.layer_source == ctx.layerSourceTypes.TYPE_LOCAL) {
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py54 layer_source=LayerSource.TYPE_IMPORTED,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py383 layer_source=LayerSource.TYPE_IMPORTED)
419 layer_source=LayerSource.TYPE_IMPORTED)
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dreference.rst342 <field type="IntegerField" name="layer_source">0</field>
348 <field type="IntegerField" name="layer_source">0</field>
356 <field type="IntegerField" name="layer_source">0</field>
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1481 layer_source = models.IntegerField(choices=LayerSource.SOURCE_TYPE, variable in Layer_Version