Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/scripts/
H A Dcombo-layer87 self.repos = {}
202 for name in repos:
570 repos = []
576 for repo in repos:
581 if not repos:
582 repos = [ repo for repo in conf.repos if conf.repos[repo].get("update", True) ]
584 return repos
593 for name in repos:
596 for name in repos:
677 for name in repos:
[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 = {}
57 if repo_path not in repos.keys():
58 repos[repo_path] = {'path':os.path.basename(repo_path),'git-remote':{
64 repos[repo_path]['contains_this_file'] = True
65 … if not repos[repo_path]['git-remote']['remotes'] and not repos[repo_path]['contains_this_file']:
69 top_path = os.path.commonpath([os.path.dirname(r) for r in repos.keys()])
72 for r in repos.keys():
74 repos_nopaths[r_nopath] = repos[r]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py199 repos = []
201 repos.append(s)
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']
234 first_rev_2 = data['sources'][repos[0]]['git-remote']['rev']
235 first_desc_2 = data['sources'][repos[0]]['git-remote']['describe']
236 second_rev_2 = data['sources'][repos[1]]['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 json = {"version":"1.0","sources":repos}
89 if not repos:
/openbmc/openbmc/meta-arm/ci/
H A Dbase.yml7 repos:
10 repos:
H A Dmeta-virtualization.yml6 repos:
H A Dmeta-openembedded.yml4 repos:
H A Dmeta-secure-core.yml4 repos:
H A Dclang.yml4 repos:
/openbmc/openbmc/meta-arm/kas/
H A Dfvp-base.yml16 repos:
19 repos:
H A Dcorstone1000-base.yml7 repos:
10 repos:
H A Darm-systemready-firmware.yml4 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 ${WORKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d
/openbmc/openbmc/meta-security/kas/
H A Dkas-security-parsec.yml6 repos:
H A Dkas-security-base.yml6 repos:
/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/
H A Dkas-poky-rpi.yml9 repos:
/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.0.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/qemu/scripts/ci/org.centos/stream/8/
H A Dbuild-environment.yml23 path: /etc/yum.repos.d/CentOS-Stream-PowerTools.repo
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml37 KAS_REPO_REF_DIR: $CACHE_DIR/repos
89 update-repos:
96 flock --verbose --timeout 60 $KAS_REPO_REF_DIR ./ci/update-repos
/openbmc/qemu/scripts/ci/setup/
H A Dbuild-environment.yml188 path: /etc/yum.repos.d/CentOS-Stream-PowerTools.repo
200 # in the standard repos (no add-ons)
/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.

12