Home
last modified time | relevance | path

Searched refs:repos (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/openbmc/poky/scripts/
H A Dcombo-layer65 self.repos[repo][name] = eval(value.strip("@"))
72 self.repos[repo][name] = value
87 self.repos = {}
93 self.repos[repo] = {}
121 if repo in self.repos:
140 self.repos[repo][option] = value
148 for name in self.repos:
150 if option not in self.repos[name]:
157 dest_dir = os.path.normpath(self.repos[name].get("dest_dir", "."))
158 self.repos[name]["dest_dir"] = "." if not dest_dir else dest_dir
[all …]
H A Doe-setup-layers64 repos = json['sources']
67 for r_name in repos:
68 r_data = repos[r_name]
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dmakesetup.py43 repos = {}
58 if repo_path not in repos.keys():
59 repos[repo_path] = {'path':os.path.basename(repo_path),'git-remote':{
65 repos[repo_path]['contains_this_file'] = True
67 top_path = os.path.commonpath([os.path.dirname(r) for r in repos.keys()])
70 for r in repos.keys():
72 repos_nopaths[r_nopath] = repos[r]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py199 repos = []
201 repos.append(s)
203 self.assertTrue(len(repos) > 1, "Not enough repositories available")
211 … .format(first_repo=repos[0], second_repo=repos[1], test_ref=test_ref_1, path=self.testlayer_path))
216 first_rev_1 = data['sources'][repos[0]]['git-remote']['rev']
217 first_desc_1 = data['sources'][repos[0]]['git-remote']['describe']
218 second_rev_1 = data['sources'][repos[1]]['git-remote']['rev']
219 second_desc_1 = data['sources'][repos[1]]['git-remote']['describe']
229 .format(first_repo=repos[0], test_ref=test_ref_2, path=self.testlayer_path))
234 first_rev_2 = data['sources'][repos[0]]['git-remote']['rev']
[all …]
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py30 def _write_json(self, repos, output): argument
32 json.dump(repos, f, sort_keys=True, indent=4)
87 repos = parent.make_repo_config(args.destdir)
88 for r in repos.values():
93 json = {"version":"1.0","sources":repos}
94 if not repos:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/
H A Ddnf-plugin-tui_1.4.bb26 install -d ${D}${sysconfdir}/yum.repos.d
27 install -m 0644 ${UNPACKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DUnicode-DFS-20163 …eports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://w…
7 …eports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://w…
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-bootfiles.bb11 RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/9f24f4bc2bdd07ffd158cfb…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/
H A Dcfengine-masterfiles_3.21.5.bb23 SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz \
H A Dcfengine_3.21.0.bb21 SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BPN}-community-${PV}.tar.gz \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dgenerate-srcuri.py79 for repo in data.repos:
/openbmc/docs/
H A Dcheatsheet.md234 It takes a long time for the first build of OpenBMC. It downloads various repos
237 Check `build/downloads` to see all the downloaded repos.
340 differences from regular repos.
H A Dmeta-layer-guidelines.md17 differences between two repos.
H A Dhw-vendor-repos-policy.md23 approve new recipes or repos.
/openbmc/openbmc/meta-arm/documentation/
H A Dcontinuous-integration-and-kas.md41 This lock file is saved as an artefact of the update-repos job by the CI, and only generated if it …
/openbmc/webui-vue/
H A DCONTRIBUTING.md33 1. Visit https://gerrit.openbmc-project.xyz/admin/repos/openbmc/webui-vue
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst64 - lib/oe/reproducible: correctly set .git location when recursively looking for git repos
H A Drelease-notes-4.1.3.rst39 - bblayers/makesetup: skip git repos that are submodules
H A Drelease-notes-4.2.rst65 - Support for local GitHub repos in :term:`SRC_URI` as
/openbmc/linux/Documentation/arch/x86/
H A Dintel_txt.rst52 repos.hg/tboot.hg.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch977repos/sigmavirus24/github3.py/releases/assets/37944", "method": "GET", "headers": {"Accept": ["app…
1003 + "uri": "https://api.github.com/repos/sigmavirus24/github3.py/releases/assets/37944"
1076 + "url": "https://api.github.com/repos/sigmavirus24/github3.py/releases/assets/37944"
1165repos/sigmavirus24/github3.py/releases/assets/37944", "method": "GET", "headers": {"Accept": ["app…
1190 + "uri": "https://api.github.com/repos/sigmavirus24/github3.py/releases/assets/37944"
1260 + "url": "https://api.github.com/repos/sigmavirus24/github3.py/releases/assets/37944"
/openbmc/openbmc/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst122 - if 15 Workers all tried to pull the same data from the same repos,
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlicenses.rst478 # clean up the .git repos
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass228 # check for feature directories/repos/branches that were part of the
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md542 external repos to be included in the OpenBMC image.

12