Home
last modified time | relevance | path

Searched refs:vcs_url (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py41 vcs_url = "git://example.com/meta-imported"
48 vcs_url=vcs_url,
60 self.initial_values = [name, vcs_url, subdir, gitrev, summary,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py42 … 'test_layerItem', vcs_url='git://git_test_url/test_layerItem')
72 vcs_url='git://git_test_url/test_layerItem')
103 self.assertEqual(layerItem.vcs_url, 'git://git_test_url/test_layerItem')
114 self.assertEqual(layerItem.vcs_url, 'git://git_test_url/test_layerItem')
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py287 def find_vcs_url(self, vcs_url, branch=None): argument
295 layerBranch = index.find_vcs_url(vcs_url, [branch])
727 if layerbranch.layer.vcs_url not in cache:
728 cache[layerbranch.layer.vcs_url] = [layerbranch]
730 cache[layerbranch.layer.vcs_url].append(layerbranch)
747 def find_vcs_url(self, vcs_url, branches=None): argument
1024 vcs_url=None, vcs_web_url=None, argument
1038 self.vcs_url = vcs_url
H A Dcooker.py139 …ayerItems[layerItemId].define_data(layerItemId, layername, description=layerpath, vcs_url=layerurl)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js163 vcs_url: vcsURLInput.val(), property
175 layerData.vcs_url = "";
290 dupLayerInfo.find("#dup-layer-vcs-url").text(layer.vcs_url);
H A Dlayerdetails.js490 vcs_url: $('#layer-git-repo-url').val(), property
499 layerData.vcs_url = "";
H A Dprojectpage.js140 link.tooltip({title: layerObj.vcs_url + " | "+ layerObj.vcs_reference, placement: "right"});
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py43 detail = "[ %s | %s ]" % (layer_version.layer.vcs_url,
51 'vcs_url': layer_version.layer.vcs_url,
H A Dapi.py295 'vcs_url': layer_version.layer.vcs_url,
304 "vcs_url": dep.layer.vcs_url,
346 layer_version.layer.vcs_url = request.POST["vcs_url"]
431 layer.vcs_url = layer_data['vcs_url']
1101 "vcs_url": layer.layercommit.layer.vcs_url,
H A Dviews.py128 "tooltip": "%s | %s" % (x.layer.vcs_url,x.get_vcs_reference()),
129 …"detail": "(%s" % x.layer.vcs_url + (")" if x.release is None else " | "+x.get_vcs_reference()+")"…
130 "giturl": x.layer.vcs_url,
1767 "vcs_url": dep.layer.vcs_url,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py239 if layer.vcs_url:
240 url_short = layer.vcs_url.replace(INSTALL_URL_PREFIX,'')
260 if layer.vcs_url:
261 INSTALL_URL_PREFIX = layer.vcs_url
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dlayerindex.py154 ("%s (%s)" % (layerBranch.layer.vcs_url,
185 layerBranch.layer.vcs_url,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py144 l.vcs_url = index.layerItems[id].vcs_url
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py430 giturl=l.layercommit.layer.vcs_url,
1454 vcs_url = GitURLField(default=None, null=True) variable in Layer
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dreference.rst335 <field type="CharField" name="vcs_url">git://git.yoctoproject.org/poky</field>