Home
last modified time | relevance | path

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

/openbmc/openbmc/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
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js168 local_source_dir: $('#local-dir-path').val(), property in AnonymousFunction1aaebdcb0c00.import_and_add.layerData
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 in AnonymousFunction5e9993d62400.layerData
497 layerData.local_source_dir = "";
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py237 if os.path.isdir(layer.local_source_dir):
240 recipes_list = glob.glob(os.path.join(layer.local_source_dir, 'recipes-*/*/*.bb'))
297 'local_source_dir': layer_version.layer.local_source_dir,
358 layer_version.layer.local_source_dir = \
429 layer.local_source_dir = layer_data['local_source_dir']
579 layer.local_source_dir = "toaster_created_layer"
1106 "local_source_dir": layer.layercommit.layer.local_source_dir,
H A Dtypeaheads.py54 'local_source_dir': layer_version.layer.local_source_dir,
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py103 local_source_dir="OE-CORE-LAYER-DIR"):
/openbmc/openbmc/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
/openbmc/openbmc/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 == \
1007 if lvo.layer.local_source_dir:
1008 if p.fullmatch(os.path.abspath(lvo.layer.local_source_dir)):
1033 if lvo.layer.local_source_dir and \
1034 path.startswith(lvo.layer.local_source_dir):
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py433 local_source_dir=l.layercommit.layer.local_source_dir
1451 local_source_dir = models.TextField(null=True, default=None) variable in Layer
1697 path_schema_three = "%s/%s" % (self.base_recipe.layer_version.layer.local_source_dir,