| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | git-make-shallow | 10 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 D | store.py | 44 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 D | regression.py | 97 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 D | buildhistory-diff | 64 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 D | oe-build-perf-report | 42 """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 D | combo-layer | 633 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 D | git.py | 254 …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 D | README | 24 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 D | gitsm.py | 67 …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 D | sb1250_defs.h | 33 * 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 D | abituguru.rst | 19 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 D | k8temp.rst | 24 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 D | abituguru3.rst | 15 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 D | armv7.h | 11 /* Cortex-A9 revisions */ 17 /* Cortex-A15 revisions */ 21 /* Cortex-A7 revisions */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gitpkgv.bbclass | 22 # 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 D | cvmx-helper-board.h | 68 * 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 D | qcom,saw2.txt | 10 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 D | image-buildinfo.bbclass | 45 # Returns layer revisions along with their respective status 76 Layer Revisions: |
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | linux-yocto-dev.bb | 14 # 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 D | bitbake.1 | 113 .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 D | fdt.c | 41 * 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 D | gitarchive.py | 169 # 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 D | cvmx-helper-board.c | 55 * 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 D | soc.h | 22 /* A375 revisions */ 25 /* A38x revisions */
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | BitstreamVera | 148 Older revisions 149 All revisions of this file
|