Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py86 def __resolve_repository_static(self, modulepath): argument
94 url = urllib.parse.urlparse("https://" + modulepath)
106 modulepath = url.netloc + url.path
115 host, _, _ = modulepath.partition('/')
184 if modulepath.startswith("example.net") or modulepath == "rsc.io":
187 if modulepath.startswith("http:") or modulepath.startswith("https:"):
198 m = srv[vcs.regexp].match(modulepath)
215 def __resolve_repository_dynamic(self, modulepath): argument
272 + modulepath
306 def __resolve_repository(self, modulepath): argument
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py60 modulepath = os.path.dirname(m.__file__) variable
61 for i in os.listdir(modulepath):
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py167 modulepath = ud.module.rstrip('/...')
168 filename = depot_filename[depot_filename.rfind(modulepath):]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py746 def _go_urifiy(self, url, version, modulepath = None, pathmajor = None, subdir = None): argument
747 modulepath = ",path='%s'" % modulepath if len(modulepath) else ''
750 return "${@go_src_uri('%s','%s'%s%s%s)}" % (url, version, modulepath, pathmajor, subdir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.7.bb185 sed -e 's/# modulepath/modulepath/' \