Home
last modified time | relevance | path

Searched full:github (Results 1 – 25 of 3132) sorted by relevance

12345678910>>...126

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb1 HOMEPAGE = "https://github.com/minio/mc"
9 SRC_URI = "git://github.com/minio/mc;branch=master;name=mc;protocol=https \
29 # | ./github.com/minio/mc/main.go:27:(.text+0xd258b8): relocation R_MIPS_HI16 against `a local symb…
43 sites="github.com/charmbracelet/bubbletea:github.com/charmbracelet/bubbletea \
44 github.com/cheggaaa/pb:github.com/cheggaaa/pb \
45 github.com/dustin/go-humanize:github.com/dustin/go-humanize \
46 github.com/fatih/color:github.com/fatih/color \
47 github.com/go-ole/go-ole:github.com/go-ole/go-ole \
48 github.com/goccy/go-json:github.com/goccy/go-json \
49 github.com/google/shlex:github.com/google/shlex \
[all …]
H A Dsrc_uri.inc1 # github.com/charmbracelet/bubbletea v0.19.3
2 # [1] git ls-remote https://github.com/charmbracelet/bubbletea 3dc51789d11229a1fb00f137d02b50b04cac…
4 …= "git://github.com/charmbracelet/bubbletea;name=bubbletea;protocol=https;nobranch=1;destsuffix=${…
6 # github.com/cheggaaa/pb v1.0.29
7 # [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098
9 SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${…
11 # github.com/dustin/go-humanize v1.0.0
12 # [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52
14 … += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${W…
16 # github.com/fatih/color v1.13.0
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt1 # github.com/charmbracelet/bubbletea v0.19.3
3 # github.com/cheggaaa/pb v1.0.29
5 # github.com/dustin/go-humanize v1.0.0
7 # github.com/fatih/color v1.13.0
9 # github.com/go-ole/go-ole v1.2.6
11 # github.com/goccy/go-json v0.8.1
13 # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
15 # github.com/google/uuid v1.3.0
17 # github.com/inconshreveable/mousetrap v1.0.0
19 # github.com/json-iterator/go v1.1.12
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-xxhash-bump-to-v2.1.2.patch8 https://github.com/cespare/xxhash/issues/54
14 https://github.com/etcd-io/etcd/commit/f0f77fc14e3bd4d94a953b490e810a06ef36695a
44 github.com/beorn7/perks v1.0.1 // indirect
45 - github.com/cespare/xxhash/v2 v2.1.1 // indirect
46 + github.com/cespare/xxhash/v2 v2.1.2 // indirect
47 github.com/coreos/go-semver v0.3.0 // indirect
48 github.com/coreos/go-systemd/v22 v22.3.2 // indirect
49 github.com/gogo/protobuf v1.3.2 // indirect
54 @@ -14,6 +14,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
55github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983O…
[all …]
/openbmc/docs/
H A Dfeatures.md41 https://github.com/openbmc/openbmc-test-automation/blob/master/README.md
42 [bmcweb]: https://github.com/openbmc/bmcweb/blob/master/README.md
44 https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish
46 …https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/Certs/REA…
48 …https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Chassis/R…
50 https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/README.md
52 https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md
54 https://github.com/openbmc/entity-manager/blob/master/README.md
56 …https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/Common/Fa…
58 https://github.com/openbmc/docs/blob/master/architecture/code-update/code-update.md
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A D0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch7 | # github.com/cespare/xxhash
9 92 (/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/influxdb/1.8.10-r0/build/pkg/mod/github.com…
13 Upstream-Status: Backport [https://github.com/cespare/xxhash/commit/e7a6b52374f7e2abfb8abb27249d53a…
28 +replace github.com/cespare/xxhash => github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56
31 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
32 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
33 github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
34 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
35 +github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56 h1:hCQ0jTkNInQ7PpNeGlSV9s+QMi6nUyyMuz3…
36 +github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS…
[all …]
H A D0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch19 +replace github.com/pkg/term => github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627
20 replace github.com/cespare/xxhash => github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56
23 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
24 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
25 github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
26 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
27 +github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627 h1:3/XXm86KqrOZEJvEmFlzl3NTFA99n5Pd/cSXl60…
28 +github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627/go.mod h1:BYR4E+NOQrH+NhXE71KuBNmyR1lQ+yDv…
29github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56 h1:hCQ0jTkNInQ7PpNeGlSV9s+QMi6nUyyMuz3…
30github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS…
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py363 … srcuri = 'https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz'
369 …checkvars['SRC_URI'] = 'https://github.com/logrotate/logrotate/releases/download/${PV}/logrotate-$…
421 srcuri = 'http://taglib.github.io/releases/taglib-1.11.1.tar.gz'
426 checkvars['SRC_URI'] = 'http://taglib.github.io/releases/taglib-${PV}.tar.gz'
447 checkvars['HOMEPAGE'] = 'https://github.com/savoirfairelinux/node-server-example#readme'
462 # Basic test to see if github URL mangling works. Deliberately use an
467 srcuri = 'https://github.com/mesonbuild/meson;rev=0.52.1'
473 checkvars['SRC_URI'] = 'git://github.com/mesonbuild/meson;protocol=https;branch=0.52'
657 checkvars['HOMEPAGE'] = 'https://github.com/python-jsonschema/jsonschema'
679 checkvars['HOMEPAGE'] = 'https://github.com/pydantic/pydantic-core'
[all …]
/openbmc/qemu/rust/
H A DCargo.lock8 source = "registry+https://github.com/rust-lang/crates.io-index"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
[all …]
/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dyocto-layer.yml26 .github/actions/**
27 .github/workflows/docker-images/yocto-builder/**
28 .github/workflows/docker-images/*.sh
29 .github/workflows/yocto-builds.yml
38 uses: ./.github/actions/docker-build
41 id: ${{ github.event.number }}
47 "yocto-builder-${{ github.event.number }}" \
51 uses: ./.github/actions/docker-clean-image
53 docker_image: yocto-builder-${{ github.event.number }}
56 uses: ./.github/actions/docker-clean-dangling
H A Dyocto-builds.yml50 .github/actions/**
51 .github/workflows/docker-images/yocto-builder/**
52 .github/workflows/docker-images/*.sh
53 .github/workflows/yocto-builds.yml
62 uses: ./.github/actions/docker-build
65 id: ${{ github.event.number }}
79 "yocto-builder-${{ github.event.number }}" \
83 uses: ./.github/actions/docker-clean-image
85 docker_image: yocto-builder-${{ github.event.number }}
88 uses: ./.github/actions/docker-clean-dangling
H A Dcompliance.yml20 uses: ./.github/actions/docker-build
23 id: ${{ github.event.number }}
28 "dco-check-${{ github.event.number }}"
30 uses: ./.github/actions/docker-clean-image
32 docker_image: dco-check-${{ github.event.number }}
35 uses: ./.github/actions/docker-clean-dangling
/openbmc/docs/designs/
H A Dci-authorization.md13 contributions can be made by the general public - anyone with a GitHub account.
26 openbmc/general-developers GitHub team. If the contributor is a member of the
33 https://jenkins.io/ https://help.github.com/articles/about-organizations/
37 The existing method for authorization has a singular problem - the GitHub
39 openbmc/general-developers GitHub team, the contributor must first be a member
40 of the openbmc GitHub organization. Only organization owners can invite GitHub
48 - Not require the GitHub organization owner role to administer the list of users
55 The proposal is to simply migrate the current openbmc/general-developers GitHub
87 Gerrit group instead of the GitHub team.
94 Assigning GitHub organization owner roles to organizational group administrators
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-cxl29 Users: https://github.com/ibm-capi/libcxl
39 Users: https://github.com/ibm-capi/libcxl
47 Users: https://github.com/ibm-capi/libcxl
55 Users: https://github.com/ibm-capi/libcxl
64 Users: https://github.com/ibm-capi/libcxl
85 Users: https://github.com/ibm-capi/libcxl
93 Users: https://github.com/ibm-capi/libcxl
100 Users: https://github.com/ibm-capi/libcxl
108 Users: https://github.com/ibm-capi/libcxl
122 Users: https://github.com/ibm-capi/libcxl
[all …]
/openbmc/openbmc-test-automation/test_lists/
H A Dskip_test_palmetto1 # https://github.com/openbmc/openbmc/issues/93
4 # https://github.com/openbmc/openbmc-test-automation/issues/207
6 # https://github.com/openbmc/openbmc-test-automation/issues/123
14 # https://github.com/openbmc/openbmc/issues/901
16 # https://github.com/openbmc/openbmc/issues/1142
18 # https://github.com/openbmc/openbmc-test-automation/issues/396
28 # https://github.com/openbmc/openbmc-test-automation/issues/546
38 # https://github.com/openbmc/openbmc-test-automation/issues/729
49 # https://github.com/openbmc/openbmc-test-automation/issues/1411
/openbmc/webui-vue/
H A DCONTRIBUTING.md24 [OpenBMC Gerrit Setup/Integration guidelines](https://github.com/openbmc/docs/blob/master/developme…
30 create a fork from GitHub. Read more about submitting a code review in the
77 [OpenBMC Code of Conduct](https://github.com/openbmc/docs/blob/master/code-of-conduct.md).
82 could create a GitHub issue to ask a question, a better option would be to ask
91 [existing GitHub issues](https://github.com/openbmc/webui-vue/issues) to see if
93 [Bug report template](https://github.com/openbmc/webui-vue/issues/new?assignees=&labels=&template=b…
97 [existing GitHub issues](https://github.com/openbmc/webui-vue/issues). If no one
99 [Feature request template](https://github.com/openbmc/webui-vue/issues/new?assignees=&labels=&templ…
123 GitHub. We then send an email to the community and review the changes in the
124 [OpenBMC GUI Design Workgroup](https://github.com/openbmc/openbmc/wiki/GUI-Design-work-group).
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/apple/cups/
H A Dreleases11 <link rel="dns-prefetch" href="https://github.githubassets.com">
16 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
21 …fzkQvYcujYcwNPTpWKeKMFUGZGtvnEkcczFgwQ==" rel="stylesheet" href="https://github.githubassets.com/a…
22 …wYkXAMIhCfTnA45Ep6++rcO/ZtKVLvFBM8dapA==" rel="stylesheet" href="https://github.githubassets.com/a…
23 …dj7IFhEQzxDdxSHaJ3xj3Mw==" rel="stylesheet" href="https://github.githubassets.com/assets/github-ff…
32 <title>Releases · apple/cups · GitHub</title>
33 …nt="Official CUPS Sources. Contribute to apple/cups development by creating an account on GitHub.">
34 …nk rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
35 <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
38github" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="apple/…
[all …]
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst16 * set up a GitHub repository for the project, eg. ``yourusername/qemu``.
20 * enable the `Cirrus CI GitHub app`_ for your GitHub account;
22 * sign up for Cirrus CI. It's enough to log into the website using your GitHub
27 * it may be necessary to push an empty ``.cirrus.yml`` file to your github fork
36 * ``CIRRUS_GITHUB_REPO``, containing the name of the GitHub repository
51 .. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci
54 .. _cirrus-run: https://github.com/sio/cirrus-run/
/openbmc/bmcweb/
H A DCLIENTS.md20 <https://github.com/DMTF/Redfish-Service-Validator.git>
26 specification. <https://github.com/DMTF/Redfish-Protocol-Validator>
36 properly. <https://github.com/gkbrk/slowloris>
42 <https://github.com/drwetter/testssl.sh>
50 <https://github.com/fwupd/fwupd>
55 <https://github.com/DMTF/python-redfish-library>
60 EventService handlers. <https://github.com/DMTF/Redfish-Event-Listener>
65 <https://github.com/DMTF/Redfish-Tacklebox>
70 the Redfish server. <https://github.com/DMTF/Redfishtool>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/
H A Dvulkan-cts-sources.inc15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp…
16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan…
17 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/…
18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu…
19 …git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git…
20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=…
21 …git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external…
22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
H A Dopengl-es-cts-sources.inc15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp…
16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan…
17 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/…
18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu…
19 …git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git…
20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=…
21 …git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external…
22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dcontributing.md75 requests to the GitHub mirror of the layer:
77 * <https://github.com/agherzan/meta-raspberrypi>
90 them in a GitHub pull request that will take the patches through the CI
93 ## GitHub issues
96 GitHub issues facility is used by this project:
98 * <https://github.com/agherzan/meta-raspberrypi/issues>
100 If you submit patches that have a GitHub issue associated, please make sure to
101 use standard GitHub keywords, e.g. `closes`, `resolves` or `fixes`, before the
110 More information on the available GitHub close keywords can be found here:
112 * <https://help.github.com/articles/closing-issues-using-keywords>
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv5 Uses basic authentication (GitHub username + password) to retrieve issues
6 from a repository that username has access to. Supports GitHub API v3.
69 Requests issues from GitHub API and writes to CSV file.
71 name Name of the GitHub repository
72 response GitHub repository response
100 description="Write GitHub repository issues to CSV file."
104 "username", nargs="?", help="GitHub user name, formatted as 'username'"
124 password = getpass.getpass("Enter your GitHub Password:")
150 l_url = "https://api.github.com/repos/{}/issues?state={}"
/openbmc/qemu/pc-bios/
H A DREADME16 https://github.com/aik/SLOF, and the image currently in qemu is
34 https://github.com/rth7680/qemu-palcode.git
41 - Skiboot (https://github.com/open-power/skiboot/) is an OPAL
46 - QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to
52 <https://github.com/tianocore/tianocore.github.io/wiki/EDK-II>. The images
62 - OpenSBI (https://github.com/riscv/opensbi) aims to provide an open-source
71 https://github.com/riscv/opensbi/blob/master/ThirdPartyNotices.md.
77 https://github.com/google/vbootrom
83 SeaBIOS-hppa is available at https://github.com/hdeller/seabios-hppa
/openbmc/phosphor-webui/
H A Dkarma.conf.js1 // Reference: http://karma-runner.github.io/0.12/config/configuration-file.html
5 // Reference: https://github.com/karma-runner/karma-jasmine
11 // Reference: https://github.com/mlex/karma-spec-reporter
15 // Reference: https://github.com/karma-runner/karma-coverage
26 // Reference: http://webpack.github.io/docs/testing.html
27 // Reference: https://github.com/webpack/karma-webpack

12345678910>>...126