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 199 if not srcbranch: 206 srcbranch = get_branch[0] 209 srcbranch = 'main' 212 srcbranch = 'master' 315 return (revs, checksums, srcbranch, srcsubdir_rel) 336 def _create_new_recipe(newpv, checksums, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace… argument 361 if srcbranch: 373 if rd.expand(branch) != srcbranch: 377 newvalues[res.group(1)] = srcbranch [all …]
|
| H A D | standard.py | 67 if args.srcbranch: 159 if args.srcbranch: 160 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}': 553 …if not srcbranch and not nobranch and srcrev and (srcrev != '${AUTOREV}') and scheme in ['git', 'g… 566 srcbranch = 'master' [all …]
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | devtool-reference.rst | 81 …[--srcbranch SRCBRANCH] [--binary] [--also-native] [--src-subdir SUBDIR] [--mirrors] [--provides P… 104 --srcbranch SRCBRANCH, -B SRCBRANCH 196 - To specify a source branch, use the ``--srcbranch`` option:: 198 $ devtool add --srcbranch &DISTRO_NAME_NO_CAP; jackson /home/user/sources/jackson
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 770 srcbranch = "main" 772 …result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch))
|