Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py235 revs = []
244 return undef_fields, sorted(revs)
250 revs = {}
257 if not commit in revs:
262 if int(revs[commit].commit_number) < 5:
263 tags = revs[commit].tags
269 revs[commit].tags.append(tag)
272 revs = sorted(revs.values(), key=attrgetter('commit_number'))
275 return revs
277 def rev_find(revs, attr, val): argument
[all …]
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py359 if not len(revs):
363 if len(revs) < 2:
371 index1 = gitarchive.rev_find(revs, 'commit', args.commit)
375 index1 = len(revs) - 1
378 revs2.append(revs[index1])
380 revs = revs2
385 index2 = gitarchive.rev_find(revs, 'commit', args.commit2)
394 while index2 > 0 and revs[index2].commit_number > revs[index1].commit_number:
401 logger.info("Comparing:\n%s\nto\n%s\n" % (revs[index1], revs[index2]))
403 base_results = resultutils.git_get_result(repo, revs[index1][2])
[all …]
H A Dreport.py241 revs = gitarchive.get_test_revs(logger, repo, tag_name, branch=branch)
242 rev_index = gitarchive.rev_find(revs, 'commit', commit)
243 testresults = resultutils.git_get_result(repo, revs[rev_index][2], configmap=configmap)
/openbmc/openbmc/poky/meta/classes/
H A Dmigrate_localcount.bbclass21 revs = localcounts.get_by_pattern('%%-%s_rev' % pn)
23 if not revs or not counts:
26 if len(revs) != len(counts):
27 bb.warn("The number of revs and localcounts don't match in %s" % pn)
36 if len(revs) == 1:
37 if srcrev != ('AUTOINC+%s' % revs[0]):
H A Dbuildhistory.bbclass824 cat ${BUILDHISTORY_DIR}/metadata-revs >> $commitmsgfile
836 cat > ${BUILDHISTORY_DIR}/metadata-revs <<END
852 # Check if there are new/changed files to commit (other than metadata-revs)
853 repostatus=`git status --porcelain | grep -v " metadata-revs$"`
859 # Ensure we commit metadata-revs with the first commit
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report62 for rev in revs:
387 for rev in revs:
518 if not len(revs):
522 if len(revs) < 2:
534 index1 = len(revs) - 1
537 revs2.append(revs[index1])
539 revs = revs2
553 while index2 > 0 and revs[index2].commit_number > revs[index1].commit_number:
563 rev_l = revs[index_l]
564 rev_r = revs[index_r]
[all …]
H A Dcombo-layer1048 revs = runcmd("git rev-list %s" % rev_list_args, **largs).split()
1049 logger.debug("To be imported: %s" % revs)
1106 if rev not in revs and is_imported(rev):
1176 if revs:
1177 for rev in revs:
1182 additional_heads[old2new_revs[revs[-1]]] = head if repo['last_revision'] else None
1183 repo['last_revision'] = revs[-1]
/openbmc/qemu/
H A D.git-blame-ignore-revs4 # git blame --ignore-revs-file .git-blame-ignore-revs
8 # git config blame.ignoreRevsFile .git-blame-ignore-revs
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgitarchivetests.py100 revs = ga.get_test_revs(logger, git_obj, tag_name, branch="main")
101 self.assertEqual(len(revs), 1)
102 self.assertEqual(revs[0].commit, "0f7d5df")
103 self.assertEqual(len(revs[0].tags), 2)
104 self.assertEqual(revs[0].tags, ['main/10-g0f7d5df/0', 'main/10-g0f7d5df/1'])
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c166 } revs[MAX_HW_REVS]; member
175 .revs = { __VA_ARGS__ }, \
294 if (model->revs[i].revision == rev) { in panfrost_gpu_init_features()
297 } else if (model->revs[i].revision == (rev & ~0xf)) in panfrost_gpu_init_features()
302 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py507 bb.fetch2.saved_headrevs = dict(revs)
517 revs.clear()
777 revs = []
786 return "", revs
791 revs.append(rev)
796 return "AUTOINC+" + rev, revs
797 return rev, revs
813 revs.append(rev)
831 return format, revs
835 return " ".join(revs)
[all …]
H A Dgit.py245 revs = d.getVar("BB_GIT_SHALLOW_REVS_%s" % name)
246 if revs is not None:
247 ud.shallow_revs.extend(revs.split())
/openbmc/openbmc/poky/bitbake/bin/
H A Dgit-make-shallow46 revs = check_output(git_cmd + ['rev-list'] + args.revisions).splitlines()
51 remaining_history = set(revs) & set(ref_revs)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py93 def _write_append(rc, srctreebase, srctree, same_dir, no_same_dir, revs, copied, workspace, d): argument
122 if revs:
123 for name, rev in revs.items():
261 revs = {}
264 revs[os.path.relpath(path, srctree)] = stdout.rstrip()
275 target_branch = revs[os.path.relpath(path, srctree)]
314 return (revs, checksums, srcbranch, srcsubdir_rel)
/openbmc/linux/arch/arm/mach-davinci/
H A DKconfig24 # needed on silicon revs 1.0, 1.1:
/openbmc/linux/arch/mips/include/asm/xtalk/
H A Dxwidget.h120 char *revs[16]; member
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh131 commit_hash=`git rev-parse --revs-only $commit --`
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass7 # NN equals the total number of revs up to SRCREV
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c565 struct revmap_entry *rev, *revs[4]; in kvmppc_h_bulk_remove() local
646 revs[n] = rev; in kvmppc_h_bulk_remove()
661 rev = revs[k]; in kvmppc_h_bulk_remove()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.7.rst45 - combo-layer: add sync-revs command
H A Drelease-notes-4.1.2.rst42 - combo-layer: add sync-revs command
H A Drelease-notes-4.2.rst239 - ``combo-layer``: add ``sync-revs`` command
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1592 revs = self.git(['rev-list'] + args)
1593 actual_count = len(revs.splitlines())
1726 revs = self.git(['rev-list'] + args, cwd=cwd)
1727 actual_count = len(revs.splitlines())
2225 revs = len(self.git('rev-list master').splitlines())
2226 self.assertNotEqual(orig_revs, revs)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuild-quality.rst69 At the top level, there is a ``metadata-revs`` file that lists the
/openbmc/linux/arch/arm/
H A DKconfig876 (all revs) erratum. In very rare timing conditions, a sequence
886 (all revs) erratum. Within rare timing constraints, executing a
895 (all revs) erratum. Under very rare timing conditions, the CPU might