| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
| H A D | restapi.py | 78 branches = params['branch'].split(',') 79 index.config['BRANCH'] = branches 81 branches = ['*'] 84 def load_cache(path, index, branches=[]): argument 91 for branch in branches: 105 logger.debug('No matching branches (%s) in index file(s)' % branches) 120 load_cache(up.path, index, branches) 129 load_cache(fpath, index, branches) 191 branches = params['branch'].split(',') 192 index.config['BRANCH'] = branches [all …]
|
| H A D | cooker.py | 71 def _load_bblayers(self, branches=None): argument 76 if not branches: 82 index.branches = {} 102 for branch in branches: 104 index.branches[branchId] = layerindexlib.Branch(index, None) 105 index.branches[branchId].define_data(branchId, branch, bb_branch) 141 for branchId in index.branches: 172 branches = params['branch'].split(',') 174 branches = ['HEAD'] 176 logger.debug("Loading cooker data branches %s" % branches) [all …]
|
| H A D | __init__.py | 309 branches = [branch] 311 branches = None 315 layerBranch = index.find_collection(collection, version, branches) 329 branches = [branch] 331 branches = None 334 layerBranch = index.find_layerbranch(name, branches) 476 for branchid in lix.branches: 478 '{:26}'.format(lix.branches[branchid].name), 479 '{:34}'.format(lix.branches[branchid].short_description), 480 '{:22}'.format(lix.branches[branchid].bitbake_branch) [all …]
|
| /openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
| H A D | os-release.bbappend | 1 # This recipe append assumes that all YADRO branches follow the 10 # Release branches (release/<machine>/vX) are expected to be forked off 12 # <machine>-vX.Y[-rcZ|-dev*]. All release branches without machine tags, 13 # as well as any non-release branches produce 'Unofficial' builds. 14 # So do the release branches with -rc or -dev suffix in the latest tag. 33 # This is for <type>/<product>/<description> branches 34 # and <type>/<product>/<any>/<level>/<of>/<hierarchy> branches alike 37 # This is for "merge/upstream", "master" and any arbitrary branches 60 # For release branches:
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 87 def _construct_url(baseurls, branches): argument 96 if branches: 97 baseurl += ";branch=%s" % ','.join(branches) 106 branches = [args.branch] 108 … branches = (self.tinfoil.config_data.getVar('LAYERSERIES_CORENAMES') or 'master').split() 109 logger.debug('Trying branches: %s' % branches) 136 for remoteurl in _construct_url(apiurl, branches): 141 logger.error("Remote layer index %s is empty for branches %s" % (apiurl, branches))
|
| /openbmc/openbmc/meta-arm/documentation/ |
| H A D | releases.md | 5 …branches are “stable”, and only take bug fixes or security-critical upgrades. Active development o… 8 …branches (not just bug fixes). This will allow for a more stable software platform for software to… 20 Named branches for meta-arm will be released as close as possible to the release of the YP LTS rele… 22 …branches it is assumed that there will only be two active development branches at any given time: … 24 Named branch release will coincide with Yocto Project releases. These non-LTS branches will be bug … 30 … is created based on the current meta-arm master branch. Previous named branches are now frozen an…
|
| /openbmc/telemetry/ |
| H A D | gcovr.cfg | 5 exclude-unreachable-branches = yes 6 exclude-throw-branches = yes
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | visit.py | 63 branches: Optional[QAPISchemaBranches]) -> str: 131 if branches: 132 tag_member = branches.tag_member 140 for var in branches.variants: 396 branches: Optional[QAPISchemaBranches]) -> None: 403 members, branches))
|
| /openbmc/openbmc/poky/meta/lib/patchtest/ |
| H A D | mbox.py | 78 branch, branches, valid_branches = None, [], [] 82 branches = [ b.strip() for b in prefix.split(',')] 83 valid_branches = [b for b in branches if PatchSeries.valid_branch(b)]
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 25 self.index.branches = {} 34 self.index.branches[branchId] = Branch(self.index) 35 self.index.branches[branchId].define_data(branchId, 37 self.index.branches[branchId].lockData() 91 branch = self.index.branches[1] 131 self.assertEqual(layerBranch.branch, self.index.branches[1]) 143 self.assertEqual(layerBranch.branch, self.index.branches[1])
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | patchtest-get-branch | 28 branches = [b.split('/')[-1] for b in gitbranches] 57 for branch in branches:
|
| /openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/ |
| H A D | default-cpu-governor.cfg | 6 # *all* the kernel branches that we support. So that can be a long time depending 7 # on wheter the above PR gets accepted and/or backported to the stable branches.
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | misc.h | 207 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch() 220 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key() 224 tmp = (struct ubifs_branch *)idx->branches; in ubifs_idx_key()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | union-empty.err | 2 union-empty.json:4: union has no branches
|
| H A D | alternate-conflict-string.json | 1 # alternate branches of 'str' type conflict with all scalar types
|
| H A D | alternate-conflict-bool-string.json | 1 # alternate branches of 'str' type conflict with all scalar types
|
| H A D | alternate-conflict-num-string.json | 1 # alternate branches of 'str' type conflict with all scalar types
|
| H A D | alternate-conflict-enum-int.json | 1 # alternate branches of 'enum' type that conflicts with numbers
|
| H A D | alternate-conflict-dict.json | 1 # alternate branches of object type conflict with each other
|
| H A D | union-array-branch.json | 1 # we require union branches to be a struct
|
| H A D | union-int-branch.json | 1 # we require union branches to be a struct
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/ |
| H A D | nginx_1.27.4.bb | 4 # 1.27.x is the current mainline branches containing all new features
|
| /openbmc/openbmc/poky/documentation/overview-manual/ |
| H A D | development-environment.rst | 171 - Be sure to always work in matching branches for both the selected 226 The Yocto Project files are maintained using Git in "branches" whose Git 227 histories track every change and whose structures provide branches for 248 branches in this repository using the web interface of the 250 area. These branches hold changes (commits) to the project that have 254 branches into the "master" branch of the Git repository. 257 maintain cloned repositories of upstream branches. The cloned 306 local branches in your working Git repository on the development 307 host. You can name these branches anything you like. It is helpful to 321 - *Manage Branches:* Because branches are easy to use, you should use a [all …]
|
| /openbmc/openbmc/poky/documentation/kernel-dev/ |
| H A D | maint-appx.rst | 17 list all necessary patches, configurations, branches, tags, and feature 30 kernel that branches off ``linux.org`` version 4.12 and the 43 on your local machine, you can discover the branches that are available 63 Once you have checked out and switched to appropriate branches, you can 69 As mentioned, branches in the ``yocto-kernel-cache`` repository 131 all the branches, tags, patches and configurations that need to be 140 branches checked out and any required branching, patching and tagging 159 become an integrated part of the branches.
|
| /openbmc/s2600wf-misc/callback-manager/ |
| H A D | meson.build | 24 '-Wduplicated-branches',
|