Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/openbmc/openbmc/poky/documentation/
H A Dset_versions.py127branch = subprocess.run(["git", "branch", "--show-current"], stdout=subprocess.PIPE, stderr=subpro…
128 ourbranch = branch
129 if branch != "master" and branch not in release_series:
143 branch = possible_branch variable
145 branch = "master"
146 print("Nearest release branch estimated to be %s" % branch)
147 if branch == "master":
151 elif branch in release_series:
152 ourseries = branch
153 if branch in bitbake_mapping:
[all …]
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-branch22 branch = None
25 gitbranches = git.Git(filepath_repo).branch('-a').splitlines()
57 for branch in branches:
59 if branch != "core" and stripped.rfind(branch) != -1:
79 subject, branch = get_branch(args.repo, args.mbox, args.default_branch) variable
80 print("branch: %s" % branch)
H A Dcreate-pull-request24 …subject] [-r relative_to] [-i commit_id] [-d relative_dir] -u remote [-b branch] [-- <format-patch…
25 -b branch Branch name in the specified remote (default: current branch)
26 -l local branch Local branch name (default: HEAD)
29 -a Automatically push local branch (-l) to remote branch (-b),
37 -u remote The git remote where the branch is located, or set CPR_CONTRIB_REMOTE in env
134 BRANCH=$(git branch | grep -e "^\* " | cut -d' ' -f2)
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh25 -c COMMITISH test (checkout) this commit, <branch>:<commit> can be
26 specified to test specific commit of certain branch
117 branch=`echo "$commitish" | cut -d":" -f1`
120 branch="$commitish"
124 git branch -D $branch &> /dev/null
125 if ! git checkout -f $branch &> /dev/null; then
132 if [ -z "$commit_hash" -o "`git merge-base $branch $commit`" != "$commit_hash" ]; then
133 echo "ERROR: branch $branch does not contain commit $commit"
140 branch=`git symbolic-ref HEAD 2> /dev/null`
142 branch=${branch:11}
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dmbox.py66 self.branch = self.get_branch()
78 branch, branches, valid_branches = None, [], []
86 branch = valid_branches[0]
91 if branch is not None:
92 return branch.split(']')[0]
97 def valid_branch(branch): argument
99 lbranch = branch.lower()
H A Drepo.py20 def __init__(self, patch, repodir, commit=None, branch=None): argument
29 if self.patch.branch in self.repo.branches:
30 valid_patch_branch = self.patch.branch
39 self._get_commitid(branch) or \
/openbmc/openbmc/meta-arm/documentation/
H A Dreleases.md3branch consistent with the code name of that release. For example, the “dunfell” release of the Yo…
5branch. However, this methodology can be problematic if mimicked with the compatible layers. Compa…
8branch allows for focused testing (limiting the amount of resources needed for CI/CD), lessens/eli…
11 …e master branch is the normal internal process of pushing for code review and CI, approval and int…
12 …an LTS named branch, the preferred process is to upstream via the master branch, rebase the patch …
14 …preferred way above cannot be completed in time, upstreaming via the LTS branch can occur. This fo…
20 …ase of the YP LTS release. Meta-arm named branches will be created from the meta-arm master branch.
22 …ven time: master and the most recent Long Term Stable (LTS) as the named branch. All previous name…
24 Named branch release will coincide with Yocto Project releases. These non-LTS branches will be bug …
30 …ith no outstanding critical bugs, a new named branch is created based on the current meta-arm mast…
[all …]
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py51 branch = args.branch
58 branch = s.split("=")[1]
63 return (uri.split("/")[-1].replace(".git", ""), branch)
72 branch = None
91 (project, branch) = uri
93 if project and branch and sha:
94 return (project, branch, sha)
184 reset_args = ["--hard", "origin/{}".format(args.branch)]
206 "HEAD:refs/for/{}%topic=autobump".format(args.branch),
227 parser.set_defaults(branch="master")
/openbmc/openbmc-build-scripts/jenkins/
H A Drun-meta-ci21 git clone https://github.com/openbmc/openbmc-test-automation.git --branch master --single-branch
33 git clone https://github.com/openbmc/openbmc.git --branch "${GERRIT_BRANCH}" --single-branch
/openbmc/u-boot/tools/patman/
H A Dgitutil.py84 def GuessUpstream(git_dir, branch): argument
100 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)]
104 return None, "Branch '%s' not found" % branch
112 return None, "Cannot find a suitable upstream for branch '%s'" % branch
114 def GetUpstream(git_dir, branch): argument
128 'branch.%s.remote' % branch)
130 'branch.%s.merge' % branch)
132 upstream, msg = GuessUpstream(git_dir, branch)
142 "'%s' remote='%s', merge='%s'" % (branch, remote, merge))
145 def GetRangeInBranch(git_dir, branch, include_upstream=False): argument
[all …]
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py177 has_range = options.branch and '..' in options.branch
179 if not options.branch:
184 options.branch)
187 options.branch)
192 options.branch))
199 "set branch's upstream or use -c flag" % options.branch)
240 if options.branch:
243 range_expr = options.branch
246 options.branch)
248 options.branch)
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/
H A Dtrusted-firmware-m-git-src.inc24 SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_M};branch=${SRCBRANCH_tfm};name=tfm;destsuffix=git/tfm \
25 …${SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS};branch=${SRCBRANCH_tfm-extras};name=tfm-extras;destsuffix=git…
26 …${SRC_URI_TRUSTED_FIRMWARE_M_TESTS};branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf…
27 … ${SRC_URI_TRUSTED_FIRMWARE_M_CMSIS};branch=${SRCBRANCH_cmsis};name=cmsis;destsuffix=git/cmsis \
28 …${SRC_URI_TRUSTED_FIRMWARE_M_MBEDTLS};branch=${SRCBRANCH_mbedtls};name=mbedtls;destsuffix=git/mbed…
29 …${SRC_URI_TRUSTED_FIRMWARE_M_MCUBOOT};branch=${SRCBRANCH_mcuboot};name=mcuboot;destsuffix=git/mcub…
30 … ${SRC_URI_TRUSTED_FIRMWARE_M_QCBOR};branch=${SRCBRANCH_qcbor};name=qcbor;destsuffix=git/qcbor \
31 …${SRC_URI_TRUSTED_FIRMWARE_M_PSA_ADAC};branch=${SRCBRANCH_tfm-psa-adac};name=tfm-psa-adac;destsuff…
32 …${SRC_URI_TRUSTED_FIRMWARE_M_T_COSE};branch=${SRCBRANCH_t-cose};name=t-cose;destsuffix=git/t_cose \
H A Dtrusted-firmware-m-2.2.0-src.inc24 SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_M};branch=${SRCBRANCH_tfm};name=tfm;destsuffix=git/tfm \
25 …${SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS};branch=${SRCBRANCH_tfm-extras};name=tfm-extras;destsuffix=git…
26 …${SRC_URI_TRUSTED_FIRMWARE_M_TESTS};branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf…
27 … ${SRC_URI_TRUSTED_FIRMWARE_M_CMSIS};branch=${SRCBRANCH_cmsis};name=cmsis;destsuffix=git/cmsis \
28 …${SRC_URI_TRUSTED_FIRMWARE_M_MBEDTLS};branch=${SRCBRANCH_mbedtls};name=mbedtls;destsuffix=git/mbed…
29 …${SRC_URI_TRUSTED_FIRMWARE_M_MCUBOOT};branch=${SRCBRANCH_mcuboot};name=mcuboot;destsuffix=git/mcub…
30 … ${SRC_URI_TRUSTED_FIRMWARE_M_QCBOR};branch=${SRCBRANCH_qcbor};name=qcbor;destsuffix=git/qcbor \
31 …${SRC_URI_TRUSTED_FIRMWARE_M_PSA_ADAC};branch=${SRCBRANCH_tfm-psa-adac};name=tfm-psa-adac;destsuff…
32 …${SRC_URI_TRUSTED_FIRMWARE_M_T_COSE};branch=${SRCBRANCH_t-cose};name=t-cose;destsuffix=git/t_cose \
H A Dtrusted-firmware-m-2.1.1-src.inc19 SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_M};branch=${SRCBRANCH_tfm};name=tfm;destsuffix=git/tfm \
20 …${SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS};branch=${SRCBRANCH_tfm-extras};name=tfm-extras;destsuffix=git…
21 …${SRC_URI_TRUSTED_FIRMWARE_M_TESTS};branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf…
22 … ${SRC_URI_TRUSTED_FIRMWARE_M_CMSIS};branch=${SRCBRANCH_cmsis};name=cmsis;destsuffix=git/cmsis \
23 …${SRC_URI_TRUSTED_FIRMWARE_M_MBEDTLS};branch=${SRCBRANCH_mbedtls};name=mbedtls;destsuffix=git/mbed…
24 …${SRC_URI_TRUSTED_FIRMWARE_M_MCUBOOT};branch=${SRCBRANCH_mcuboot};name=mcuboot;destsuffix=git/mcub…
25 … ${SRC_URI_TRUSTED_FIRMWARE_M_QCBOR};branch=${SRCBRANCH_qcbor};name=qcbor;destsuffix=git/qcbor \
26 …${SRC_URI_TRUSTED_FIRMWARE_M_PSA_ADAC};branch=${SRCBRANCH_tfm-psa-adac};name=tfm-psa-adac;destsuff…
/openbmc/qemu/tests/qapi-schema/
H A Dunion-int-branch.err1 union-int-branch.json: In union 'TestUnion':
2 union-int-branch.json:8: branch 'value1' cannot use built-in type 'int'
H A Dunion-invalid-branch-key.err1 union-invalid-branch-key.json: In union 'TestUnion':
2 union-invalid-branch-key.json:13: branch 'value_wrong' is not a value of enum type 'TestEnum'
H A Dalternate-branch-if-invalid.err1 alternate-branch-if-invalid.json: In alternate 'Alt':
2 alternate-branch-if-invalid.json:2: 'if' condition ' ' of 'data' member 'branch' is not a valid ide…
H A Dunion-array-branch.err1 union-array-branch.json: In union 'TestUnion':
2 union-array-branch.json:8: 'data' member 'value1' should be a type name
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dlayerindex.py29 def get_fetch_layer(self, fetchdir, url, subdir, fetch_layer, branch, shallow=False): argument
40 if branch:
41 cmd.extend(['-b' , branch])
45 logger.error("Failed to download %s (%s)" % (url, branch))
52 elif os.path.exists(repodir) and branch:
64 if branch != completed_proc.stdout[2:-1]:
69 cmd = base_cmd + ['checkout', branch]
74 % (repodir, branch, completed_proc.stderr))
105 if args.branch:
106 branches = [args.branch]
[all …]
/openbmc/openbmc/poky/meta/lib/bblayers/templates/
H A DREADME9 branch: <branch name>
12 branch: <branch name>
/openbmc/openbmc/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst174 branch of ``poky`` and you are going to use ``meta-intel``, be
175 sure to checkout the "&DISTRO_NAME_NO_CAP;" branch of ``meta-intel``.
232 responsible for the integrity of the development branch of a given Git
233 repository. The development branch is the "upstream" repository from which
236 organizing the underlying branch structure to reflect release strategies
254 branches into the "master" branch of the Git repository.
264 with whatever upstream branch they are working against. They are also
272 maintainer include them into an upstream branch. This process is called
279 development branch of the Git repository, which is controlled by the
310 have merged it into your local development branch, simply discard the
[all …]
/openbmc/qemu/scripts/ci/
H A Dgitlab-pipeline-status34 def get_local_branch_commit(branch): argument
38 result = subprocess.run(['git', 'rev-parse', branch],
44 if result == branch:
45 raise ValueError("There's no local branch named '%s'" % branch)
47 raise ValueError("Branch '%s' HEAD doesn't look like a sha1" % branch)
163 args.commit = get_local_branch_commit(args.branch)
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dtrusted-services-src.inc5 SRC_URI = "git://git.trustedfirmware.org/TS/trusted-services.git;protocol=https;branch=main;name=tr…
25 SRC_URI += "git://github.com/dgibson/dtc;name=dtc;protocol=https;branch=main;destsuffix=git/dtc"
30 SRC_URI += "gitsm://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;branch=master;destsu…
35 SRC_URI += "git://github.com/nanopb/nanopb.git;name=nanopb;protocol=https;branch=master;destsuffix=…
40 SRC_URI += "git://github.com/laurencelundblade/QCBOR.git;name=qcbor;protocol=https;branch=master;de…
45 SRC_URI += "git://github.com/laurencelundblade/t_cose.git;name=tcose;protocol=https;branch=master;d…
50 SRC_URI += "git://github.com/cpputest/cpputest.git;name=cpputest;protocol=https;branch=master;dests…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb14 …git://github.com/protocolbuffers/protobuf.git;branch=main;protocol=https;destsuffix=git/buildtools…
15 …m/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;branch=main;name=libcxx \
16 …project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;branch=main;name=libcxxab…
17 …project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;branch=main;name=libunwin…
18 …git://android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix…
19 …git://android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuff…
20 …git://android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix…
21 …git://android.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsu…
22 …git://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=gi…
23 …git://android.googlesource.com/platform/bionic.git;branch=master;protocol=https;destsuffix=git/bui…
[all …]
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py91 for branch in branches:
92 if branch != '*':
95 if br['name'] == branch:
216 logger.debug("No valid branches (%s) found at url %s." % (branch, url))
235 for branch in index.branches:
236 filter = "?filter=branch__name:%s" % index.branches[branch].name
252 filter = "?filter=layerbranch__branch__name:%s" % index.branches[branch].name
322 if layerbranches[layerbranchid].branch._data not in pindex['branches']:
323 pindex['branches'].append(layerbranches[layerbranchid].branch._data)
366 pindex['branches'] = [layerbranches[layerbranchid].branch._data]

12345678910>>...59