Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py562 def mirror_from_string(data): function
1876 mirrors = mirror_from_string(self.d.getVar('PREMIRRORS'))
1930 mirrors = mirror_from_string(d.getVar('MIRRORS'))
1979 mirrors = mirror_from_string(self.d.getVar('PREMIRRORS'))
1986 mirrors = mirror_from_string(self.d.getVar('MIRRORS'))
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass67 premirrors = bb.fetch2.mirror_from_string(localdata.getVar("PREMIRRORS"))
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py556 mirrors = bb.fetch2.mirror_from_string("%s %s" % (k[1], k[2]))
562 mirrors = bb.fetch2.mirror_from_string(self.mirrorvar)
569 mirrors = bb.fetch2.mirror_from_string(self.mirrorvar)
576 mirrors = bb.fetch2.mirror_from_string(self.mirrorvar)
585 mirrors = bb.fetch2.mirror_from_string(mirrorvar)
597 mirrors = bb.fetch2.mirror_from_string(self.recmirrorvar)