Searched refs:srcbranch (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 167 def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, keep_temp, tinfoil, rd… argument 191 if not srcbranch: 198 srcbranch = get_branch[0] 201 srcbranch = 'main' 204 srcbranch = 'master' 289 return (rev, md5, sha256, srcbranch, srcsubdir_rel) 310 def _create_new_recipe(newpv, md5, sha256, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspa… argument 335 if srcbranch: 347 if rd.expand(branch) != srcbranch: 351 newvalues[res.group(1)] = srcbranch [all …]
|
| H A D | standard.py | 64 if args.srcbranch: 154 if args.srcbranch: 155 extracmdopts += ' --srcbranch %s' % args.srcbranch
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 421 srcbranch = '' 457 srcbranch = params.get('branch') 458 if args.srcbranch: 459 if srcbranch: 462 srcbranch = args.srcbranch 463 params['branch'] = srcbranch 465 if nobranch and srcbranch: 469 if not srcbranch and not nobranch and srcrev != '${AUTOREV}': 522 …if not srcbranch and not nobranch and srcrev and (srcrev != '${AUTOREV}') and scheme in ['git', 'g… 535 srcbranch = 'master' [all …]
|
| /OK3568_Linux_fs/yocto/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 201 - To specify a source branch, use the ``--srcbranch`` option:: 203 $ devtool add --srcbranch &DISTRO_NAME_NO_CAP; jackson /home/user/sources/jackson
|