Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py34 GoImport = namedtuple('GoImport', 'root vcs url suffix') variable
213 return GoImport(rootpath, vcstype, repourl, suffix)
265 return GoImport(parser.import_prefix, parser.vcs, parser.repourl, None)
302 return (GoImport(_root, _vcs, _root_url.geturl(), None), _commit)