Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py432 def construct_uris(self, uris, base_paths): member in PackageManager
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py168 remote_uris = self.construct_uris(feed_uris.split(), feed_base_paths.split())
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py309 feed_uris = self.construct_uris(feed_uris.split(), feed_base_paths.split())
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py386 feed_uris = self.construct_uris(feed_uris.split(), feed_base_paths.split())