Home
last modified time | relevance | path

Searched refs:giturl (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py100 if bitbake.giturl and bitbake.commit:
101 gitrepos[(bitbake.giturl, bitbake.commit)] = []
102 gitrepos[(bitbake.giturl, bitbake.commit)].append(
113 if not layer.giturl:
117 if not (layer.giturl, layer.commit) in gitrepos:
118 gitrepos[(layer.giturl, layer.commit)] = []
119 gitrepos[(layer.giturl, layer.commit)].append( (layer.name,layer.dirpath,layer_index) )
151 for giturl, commit in gitrepos.keys():
152 … self.setCloneStatus(bitbake,'progress',clone_total,clone_count,gitrepos[(giturl, commit)][0][0])
155 … localdirname = os.path.join(self.be.sourcedir, self.getGitCloneDirectory(giturl, commit))
[all …]
H A Dmodels.py136 giturl = models.CharField(max_length=254, null=True) variable in BRLayer
144 giturl = models.CharField(max_length =254) variable in BRBitbake
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_project_page.py24 giturl="git://master",
H A Dtest_toastertable_ui.py61 bbv = BitbakeVersion.objects.create(name='test bbv', giturl='/tmp/',
H A Dtest_project_builds_page.py25 bbv = BitbakeVersion.objects.create(name='bbv1', giturl='/tmp/',
H A Dtest_all_projects_page.py48 bbv = BitbakeVersion.objects.create(name='test bbv', giturl='/tmp/',
H A Dtest_builddashboard_page_artifacts.py23 bbv = BitbakeVersion.objects.create(name='bbv1', giturl='/tmp/',
H A Dtest_all_builds_page.py26 bbv = BitbakeVersion.objects.create(name='bbv1', giturl='/tmp/',
H A Dtest_project_config_page.py24 bbv = BitbakeVersion.objects.create(name='bbv1', giturl='/tmp/',
H A Dtest_builddashboard_page.py22 bbv = BitbakeVersion.objects.create(name='bbv1', giturl='/tmp/',
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py403 giturl=self.bitbake_version.giturl,
430 giturl=l.layercommit.layer.vcs_url,
1398 giturl = GitURLField() variable in BitbakeVersion
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py450 if br_layer.giturl and \
452 bc.getGitCloneDirectory(br_layer.giturl,
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dreference.rst281 <field type="CharField" name="giturl">git://git.yoctoproject.org/poky</field>