Home
last modified time | relevance | path

Searched refs:local_source_dir (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py114 nongitlayerlist.append( "%03d:%s" % (layer_index,layer.local_source_dir) )
220 …if os.path.exists(os.path.join(layer.layer_version.layer.local_source_dir,"..","oe-init-build-env"…
221 …("localhostbecontroller, setting pokydirname to %s" % (layer.layer_version.layer.local_source_dir))
222 … self.pokydirname = os.path.join(layer.layer_version.layer.local_source_dir,"..")
281 elif br_layer_base_recipe.local_source_dir:
282 layer_path = br_layer_base_recipe.local_source_dir
304 customrecipe.layer_version.layer.local_source_dir = layerpath
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/toastergui/static/js/
H A Dimportlayer.js168 local_source_dir: $('#local-dir-path').val(), property
173 layerData.local_source_dir = "";
279 if (layer.local_source_dir) {
284 dupLayerInfo.find("#dup-local-source-dir-name").text(layer.local_source_dir);
H A Dprojectpage.js137 if (layerObj.local_source_dir) {
138 link.tooltip({title: layerObj.local_source_dir, placement: "right"});
H A Dlayerdetails.js493 local_source_dir: $('#layer-dir-path-in-details').val(), property
497 layerData.local_source_dir = "";
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py237 if layer.local_source_dir:
240 cmd = '%s %s' % ('ls', os.path.join(layer.local_source_dir,'recipes-*/*/*.bb'))
296 'local_source_dir': layer_version.layer.local_source_dir,
357 layer_version.layer.local_source_dir = \
428 layer.local_source_dir = layer_data['local_source_dir']
575 layer.local_source_dir = "toaster_created_layer"
1102 "local_source_dir": layer.layercommit.layer.local_source_dir,
H A Dtypeaheads.py54 'local_source_dir': layer_version.layer.local_source_dir,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py423 local_source_dir = layer_information["local_path"]
425 local_source_dir = None
430 local_source_dir=local_source_dir,
456 if br_layer.local_source_dir == \
1004 if lvo.layer.local_source_dir:
1005 if p.fullmatch(os.path.abspath(lvo.layer.local_source_dir)):
1030 if lvo.layer.local_source_dir and \
1031 path.startswith(lvo.layer.local_source_dir):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py366 if pl.layercommit.layer.local_source_dir == layer_path:
378 … layer = Layer.objects.get(name=layer_name_base,local_source_dir = layer_path)
415 layer.local_source_dir = layer_path
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py103 local_source_dir="OE-CORE-LAYER-DIR"):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py434 local_source_dir=l.layercommit.layer.local_source_dir
1455 local_source_dir = models.TextField(null=True, default=None) variable in Layer
1701 path_schema_three = "%s/%s" % (self.base_recipe.layer_version.layer.local_source_dir,