Home
last modified time | relevance | path

Searched full:revisions (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow10 Remove the history of the specified revisions, then optionally filter the
44 revs = check_output(['git', 'rev-list'] + args.revisions).splitlines()
46 make_shallow(shallow_file, args.revisions, args.refs)
64 …parser = argparse.ArgumentParser(description='Remove the history of the specified revisions, then …
67 parser.add_argument('revisions', metavar='REVISION', nargs='+', help='a git revision/commit')
80 …args.revisions = check_output(['git', 'rev-parse'] + ['%s^{}' % i for i in args.revisions]).splitl…
88 def make_shallow(shallow_file, revisions, refs): argument
89 """Remove the history of the specified revisions."""
90 for rev in follow_history_intersections(revisions, refs):
120 def follow_history_intersections(revisions, refs): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dstore.py44 revisions = {}
58 if revision not in revisions:
59 revisions[revision] = {}
60 if suite not in revisions[revision]:
61 revisions[revision][suite] = {}
62 revisions[revision][suite][result] = results[suite][result]
64 logger.info("Found %d revisions to store" % len(revisions))
66 for r in revisions:
67 results = revisions[r]
H A Dregression.py97 logger.error("No revisions found to compare against")
104 logger.error("Only %d tester revisions found, unable to generate report" % len(revs))
107 # Pick revisions
181 parser_build.add_argument('--branch2', help="Branch to find comparision revisions in")
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbuildhistory-diff64 parser.add_argument('revisions',
75 if len(args.revisions) > 2:
76 sys.stderr.write('Invalid argument(s) specified: %s\n\n' % ' '.join(args.revisions[2:]))
101 if len(args.revisions) == 1:
102 if '..' in args.revisions[0]:
103 fromrev, torev = args.revisions[0].split('..')
105 fromrev, torev = args.revisions[0], 'HEAD'
106 elif len(args.revisions) == 2:
107 fromrev, torev = args.revisions
119 if not args.revisions:
H A Doe-build-perf-report42 """Get list of all tested revisions"""
330 # Run through all revisions in our data
474 group.add_argument('--branch2', help="Branch to find comparision revisions in")
477 help="Number of tested revisions to plot in html report")
516 log.error("No revisions found to compare against")
523 log.error("Only %d tester revisions found, unable to generate report" % len(revs))
526 # Pick revisions
584 log.debug("Reading %d revisions, starting from %s (%s)",
H A Dcombo-layer633 revisions = {}
637 revisions[a[0]] = a[1]
667 update_with_history(conf, components, revisions, repos)
669 update_with_patches(conf, components, revisions, repos)
671 def update_with_patches(conf, components, revisions, repos): argument
678 revision = revisions.get(name, None)
901 def update_with_history(conf, components, revisions, repos): argument
966 revision = revisions.get(name, None)
1050 # Now 'revs' contains all revisions reachable from the top revision.
1051 # All revisions derived from the 'last_revision' definitely are new,
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py254 …if not ud.revisions[name] or len(ud.revisions[name]) != 40 or (False in [c in "abcdef0123456789" …
255 if ud.revisions[name]:
256 ud.unresolvedrev[name] = ud.revisions[name]
257 ud.revisions[name] = self.latest_revision(ud, d, name)
269 gitsrcname = gitsrcname + '_' + ud.revisions[name]
287 for name, revision in sorted(ud.revisions.items()):
288 tarballname = "%s_%s" % (tarballname, ud.revisions[name][:7])
402 …rror("Unable to find revision %s in branch %s even from upstream" % (ud.revisions[name], ud.branch…
489 revision = ud.revisions[name]
508 # Map srcrev+depths to revisions
[all …]
H A DREADME24 so the git fetcher has to resolve them with the network. We use git revisions
38 package feeds to operate (see PR server required for git revisions to sort).
H A Dgitsm.py67 …gitmodules = runfetchcmd("%s show %s:.gitmodules" % (ud.basecmd, ud.revisions[name]), d, quiet=Tru…
74 …module_hash = runfetchcmd("%s ls-tree -z -d %s %s" % (ud.basecmd, ud.revisions[name], md['path']),…
86 revision[m] = ud.revisions[name]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h33 * for chip features only present in certain chip revisions.
62 * and earlier revisions of the named chip type.
78 * Mask values currently include room for additional revisions of each
97 /* Bit mask for chip/revision. (use _ALL for all revisions of a chip). */
103 /* Default constant value for all chips, all revisions */
120 /* Bit mask for revisions of chip exclusively before the named revision. */
124 /* Bit mask for revisions of chip exclusively after the named revision. */
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dabituguru.rst19 it to behave as a hwmon IC. There are many different revisions of the
20 firmware and thus effectively many different revisions of the uGuru.
21 Below is an incomplete list with which revisions are used for which
32 .. [1] For revisions 2 and 3 uGuru's the driver can autodetect the
H A Dk8temp.rst24 revisions of K8 except the first two revisions (SH-B0 and SH-B3).
53 For newer revisions of CPU (rev F, socket AM2) there is a mathematically
H A Dabituguru3.rst15 it to behave as a hwmon IC. There are many different revisions of the
16 firmware and thus effectively many different revisions of the uGuru.
17 Below is an incomplete list with which revisions are used for which
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Darmv7.h11 /* Cortex-A9 revisions */
17 /* Cortex-A15 revisions */
21 /* Cortex-A7 revisions */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass22 # path to v2.0 revisions
73 names.extend(url.revisions.keys())
82 for name, rev in url.revisions.items():
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-helper-board.h68 * data to determine board types and revisions. It relys on the
86 * data to determine board types and revisions. It relys on the
108 * data to determine board types and revisions. It relys on the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/msm/
H A Dqcom,saw2.txt10 Multiple revisions of the SAW hardware are supported using these Device Nodes.
11 SAW2 revisions differ in the register offset and configuration data. Also, the
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage-buildinfo.bbclass45 # Returns layer revisions along with their respective status
76 Layer Revisions: |
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto-dev.bb14 # provide this .inc to set specific revisions
15 include recipes-kernel/linux/linux-yocto-dev-revisions.inc
/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A Dbitbake.1113 .B \-\-revisions-changed
114 Set the exit code depending on whether upstream floating revisions have changed or not.
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dfdt.c41 * initial revisions of the MPC834xE/6xE have the original SEC 2.0. in ft_cpu_setup()
42 * EA revisions got the SEC uprevved to 2.4 but since the default device in ft_cpu_setup()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py169 # Container class for tester revisions
209 """Get list of all tested revisions"""
227 log.debug("Found %d tested revisions:\n %s", len(revs),
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-board.c55 * data to determine board types and revisions. It replies on the
200 * data to determine board types and revisions. It relies on the
287 * data to determine board types and revisions. It relys on the
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h22 /* A375 revisions */
25 /* A38x revisions */
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBitstreamVera148 Older revisions
149 All revisions of this file

12345678910>>...25