Searched refs:srcbranch (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | upgrade.py | 170 def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, keep_temp, tinfoil, rd… argument 198 if not srcbranch: 205 srcbranch = get_branch[0] 208 srcbranch = 'main' 211 srcbranch = 'master' 314 return (revs, checksums, srcbranch, srcsubdir_rel) 360 if srcbranch: 372 if rd.expand(branch) != srcbranch: 376 newvalues[res.group(1)] = srcbranch 380 params['branch'] = srcbranch [all …]
|
H A D | standard.py | 64 if args.srcbranch: 156 if args.srcbranch: 157 extracmdopts += ' --srcbranch %s' % args.srcbranch
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 421 srcbranch = '' 488 srcbranch = params.get('branch') 489 if args.srcbranch: 490 if srcbranch: 493 srcbranch = args.srcbranch 494 params['branch'] = srcbranch 496 if nobranch and srcbranch: 500 if not srcbranch and not nobranch and srcrev != '${AUTOREV}': 566 srcbranch = 'master' 569 srcbranch = get_branch[0] [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 764 srcbranch = "main" 766 …result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch)) 941 srcbranch = "master" 944 … create -o %s %s -S %s -B %s --src-subdir %s' % (temprecipe, srcuri, srcrev, srcbranch, srcsubdir))
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | devtool-reference.rst | 85 …pm-dev] [--version VERSION] [--no-git] [--srcrev SRCREV | --autorev] [--srcbranch SRCBRANCH] [--bi… 108 --srcbranch SRCBRANCH, -B SRCBRANCH 200 - To specify a source branch, use the ``--srcbranch`` option:: 202 $ devtool add --srcbranch &DISTRO_NAME_NO_CAP; jackson /home/user/sources/jackson
|