Home
last modified time | relevance | path

Searched defs:vcs_url (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/
H A Dtest.js9 "vcs_url":"git://example.com/example.git", property in AnonymousFunction03e50b550100.layer
20 "vcs_url":"git://example.com/example.git", property in AnonymousFunction03e50b550100.AnonymousClass03e50b550201
29 "vcs_url":"git://example.com/example.git", property in AnonymousFunction03e50b550100.AnonymousClass03e50b550301
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py287 def find_vcs_url(self, vcs_url, branch=None): argument
754 def find_vcs_url(self, vcs_url, branches=None): argument
1031 vcs_url=None, vcs_web_url=None, argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js163 vcs_url: vcsURLInput.val(), property in AnonymousFunction1aaebdcb0c00.import_and_add.layerData
H A Dlayerdetails.js490 vcs_url: $('#layer-git-repo-url').val(), property in AnonymousFunction5e9993d62400.layerData
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1451 vcs_url = GitURLField(default=None, null=True) variable in Layer