Home
last modified time | relevance | path

Searched defs:local_source_dir (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js168 local_source_dir: $('#local-dir-path').val(), property
H A Dlayerdetails.js493 local_source_dir: $('#layer-dir-path-in-details').val(), property
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py137 local_source_dir = models.CharField(max_length=254, null=True) variable in BRLayer
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1455 local_source_dir = models.TextField(null=True, default=None) variable in Layer