/openbmc/openbmc/poky/scripts/ |
H A D | buildhistory-diff | 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 | 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)
|
/openbmc/openbmc/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]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 46 revs = check_output(git_cmd + ['rev-list'] + args.revisions).splitlines() 48 make_shallow(shallow_file, args.revisions, args.refs) 82 …args.revisions = check_output(git_cmd + ['rev-parse'] + ['%s^{}' % i for i in args.revisions]).spl… 90 def make_shallow(shallow_file, revisions, refs): argument 92 for rev in follow_history_intersections(revisions, refs): 122 def follow_history_intersections(revisions, refs): argument 124 queue = collections.deque(revisions)
|
/openbmc/linux/drivers/soc/nuvoton/ |
H A D | wpcm450-soc.c | 24 static const struct revision revisions[] __initconst = { variable 38 for (i = 0; revisions[i].name; i++) in get_revision() 39 if (revisions[i].number == rev) in get_revision() 40 return revisions[i].name; in get_revision()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 76 revisions = [] 78 …revisions.append((i, os.path.basename(i), get_metadata_git_branch(i).strip(), get_metadata_git_rev… 79 return revisions
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | git.py | 275 if not sha1_re.match(ud.revisions[name] or ''): 276 if ud.revisions[name]: 277 ud.unresolvedrev[name] = ud.revisions[name] 278 ud.revisions[name] = self.latest_revision(ud, d, name) 290 gitsrcname = gitsrcname + '_' + ud.revisions[name] 308 for name, revision in sorted(ud.revisions.items()): 309 tarballname = "%s_%s" % (tarballname, ud.revisions[name][:7]) 478 …rror("Unable to find revision %s in branch %s even from upstream" % (ud.revisions[name], ud.branch… 573 revision = ud.revisions[name] 706 … runfetchcmd("%s read-tree %s%s" % (ud.basecmd, ud.revisions[ud.names[0]], readpathspec), d, [all …]
|
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]
|
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).
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | image-buildinfo.bbclass | 30 # Returns layer revisions along with their respective status 32 revisions = oe.buildcfg.get_layer_revisions(d) 33 medadata_revs = ["%-17s = %s:%s%s" % (r[1], r[2], r[3], r[4]) for r in revisions]
|
/openbmc/linux/Documentation/hwmon/ |
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 | 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 | 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
|
/openbmc/openbmc/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():
|
/openbmc/openbmc/poky/meta-poky/conf/distro/ |
H A D | poky-bleeding.conf | 3 require conf/distro/include/poky-floating-revisions.inc
|
/openbmc/linux/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
|
/openbmc/openbmc/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
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-librem5-r3.dtsi | 8 * later revisions of the Librem 5 so it has to be included in dts there.
|
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/ |
H A D | power-config-host0.json | 17 // Some revisions of the e3c256d4i board have a hardware bug that
|
/openbmc/linux/Documentation/arch/arm/google/ |
H A D | chromebook-boot-flow.rst | 52 match board or SKU revisions that are "close by". That is to say that 59 trees with multiple revisions.
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | build-quality.rst | 70 revisions of the repositories for the enabled layers when the build was 120 Git), there is a file that lists source revisions that are specified in 121 the recipe and the actual revisions used during the build. Listed 122 and actual revisions might differ when 138 :term:`AUTOREV` values to a fixed set of revisions. Here is some example 204 configuration and metadata source revisions. This file contains the
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | acpi.c | 808 u8 revisions; in iwl_sar_get_wgds_table() member 814 .revisions = BIT(3), in iwl_sar_get_wgds_table() 820 .revisions = BIT(2), in iwl_sar_get_wgds_table() 825 .revisions = BIT(0) | BIT(1), in iwl_sar_get_wgds_table() 860 if (!(BIT(tbl_rev) & rev_data[idx].revisions)) in iwl_sar_get_wgds_table()
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | overlay-fdt-boot.txt | 19 revisions, reva and revb. Assume that both board revisions can use add a bar
|
/openbmc/u-boot/board/sbc8641d/ |
H A D | README | 23 and settings may change with board revisions.
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | Kconfig | 14 linkage to PHYLINK. The driver supports the following revisions:
|