Home
last modified time | relevance | path

Searched refs:fetcher (Results 26 – 50 of 93) sorted by relevance

1234

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py778 fetcher = Fetch(d.getVar('SRC_URI').split(), d)
779 urldata = fetcher.ud
848 fetcher = bb.fetch2.Fetch([url], d)
849 return fetcher.localpath(url)
H A Dgit.py322 fetcher = self.__class__.__name__.lower()
323 ud.shallowtarball = '%sshallow_%s.tar.gz' % (fetcher, tarballname)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.11.rst34 - cve-update-nvd2-native: new CVE database fetcher
H A Drelease-notes-4.0.8.rst35 - bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository metadata
H A Drelease-notes-3.4.2.rst114 - classes/crate-fetch: Ensure crate fetcher is available
H A Dmigration-1.7.rst33 BitBake's Git fetcher. As always, if your host distribution does not
H A Drelease-notes-4.0.2.rst31 - bitbake: fetch2/osc: Small fixes for osc fetcher
H A Dmigration-4.2.rst59 This new version adds a new fetcher for the NVD database using the 2.0 API,
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py263 self.fetcher.Fetch(glb_chunk_sz)
319 self.fetcher.Fetch(glb_chunk_sz)
3130 self.fetcher = SQLFetcher(glb, sql, prep, self.AddSample)
3131 self.fetcher.done.connect(self.Update)
3132 self.fetcher.Fetch(glb_chunk_sz)
3185 self.fetcher.Fetch(count)
3691 …self.fetcher = SQLFetcher(glb, sql, lambda x, y=len(column_headers): self.SQLTableDataPrep(x, y), …
3692 self.fetcher.done.connect(self.Update)
3693 self.fetcher.Fetch(glb_chunk_sz)
3721 self.fetcher.Fetch(count)
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst174 process when fetching source code (e.g. fetcher failures or Git
244 You can significantly speed up your build and guard against fetcher
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass911 # FIXME this ought to be moved into the fetcher
918 fetcher = bb.fetch.Fetch(d.getVar('SRC_URI').split(), d)
919 urldata = fetcher.ud
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dlocal.conf.sample190 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/
H A Dlocal.conf.sample190 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass7 # variable. The ${S} variable should be updated depending of your fetcher.
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py354 fetcher = bb.fetch2.Fetch([uri], localdata)
355 urldata = fetcher.ud
/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/
H A Dlocal.conf.sample212 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/
H A Dlocal.conf.sample212 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpackages.rst1004 :ref:`fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`.
1005 You can use this fetcher in combination with
1063 The first thing you need to do is use ``devtool`` and the NPM fetcher to
1141 scheme so that the NPM fetcher is used.
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/
H A Dlocal.conf.sample193 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/
H A Dlocal.conf.sample193 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/
H A Dlocal.conf.sample193 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/
H A Dlocal.conf.sample193 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/
H A Dlocal.conf.sample193 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/
H A Dlocal.conf.sample191 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/
H A Dlocal.conf.sample193 # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the

1234