Home
last modified time | relevance | path

Searched refs:vcs_web_url (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py145 l.vcs_web_url = index.layerItems[id].vcs_web_url
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py104 self.assertEqual(layerItem.vcs_web_url, None)
115 self.assertIsNone(layerItem.vcs_web_url)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py1024 vcs_url=None, vcs_web_url=None, argument
1039 self.vcs_web_url = vcs_web_url
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1456 vcs_web_url = models.URLField(null=True, default=None) variable in Layer
1539 if self.layer.vcs_web_url is None:
1541 return self.layer.vcs_web_url
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dreference.rst336 … <field type="CharField" name="vcs_web_url">https://git.yoctoproject.org/cgit/cgit.cgi/poky</field>