| /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 89 # Filter the branches on loaded files... 91 for branch in branches: 93 if 'branches' in pindex: 94 for br in pindex['branches']: 98 if 'branches' in pindex: 99 for br in pindex['branches']: [all …]
|
| H A D | cooker.py | 71 def _load_bblayers(self, branches=None): argument 76 if not branches: 77 raise layerindexlib.LayerIndexFetchError("No branches specified for _load_bblayers!") 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'] [all …]
|
| H A D | __init__.py | 191 Note: the 'branch' parameter if set can select multiple branches by using 290 If a branch has not been specified, we will iterate over the branches in 303 If a branch has not been specified, we will iterate over the branches in 309 branches = [branch] 311 branches = None 315 layerBranch = index.find_collection(collection, version, branches) 325 If a branch has not been specified, we will iterate over the branches in 329 branches = [branch] 331 branches = None 334 layerBranch = index.find_layerbranch(name, branches) [all …]
|
| /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/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 | 55 switching branches if necessary and possible. 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/poky/scripts/ |
| H A D | patchtest-get-branch | 24 # get all remotes branches 28 branches = [b.split('/')[-1] for b in gitbranches] 57 for branch in branches: 58 # ignore branches named "core" 63 # if there's no mprefix content or no known branches were found in
|
| /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 60 Branches in the ``yocto-kernel-cache`` repository correspond to Yocto Linux 63 Once you have checked out and switched to appropriate branches, you can 69 As mentioned, branches in the ``yocto-kernel-cache`` repository 71 Branches contain descriptions in the form of ``.scc`` and ``.cfg`` 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.
|
| H A D | concepts-appx.rst | 172 creates kernel branches at points where functionality is no longer 196 cases, the team uses isolated branches to merge features. 200 kernel types. So, for these types, the team creates branches off the end 209 branches, it is important to realize that from the developer's point of 216 any other branches at all. Of course, it can make sense to have these 217 branches in the tree, should a person decide to explore them. For 234 features do not have to be duplicated along individual branches of the 240 three BSP-specific branches and a real-time kernel branch. Each branch 246 branches for individual BSP-specific real-time kernels. The illustration 247 shows three branches as an example. Each branch points the way to [all …]
|
| /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 305 - *Use Branches Liberally:* It is very easy to create, use, and delete 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 [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | CircuitCollection.json | 94 "/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Branches", 96 "/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Branches", 99 "/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Branches", 102 "/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Branches", 106 "/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Branches", 108 "/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Branches"
|
| /openbmc/telemetry/ |
| H A D | gcovr.cfg | 5 exclude-unreachable-branches = yes 6 exclude-throw-branches = yes
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
| H A D | CircuitCollection_v1.xml | 57 <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Branches</String> 59 <String>/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Branches</String> 62 … <String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Branches</String> 65 <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Branches</String> 69 <String>/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Branches</String> 71 … <String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Branches</String>
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | union-branch-if-invalid.json | 2 { 'enum': 'Branches', 'data': ['branch1'] } 5 'base': { 'tag': 'Branches' }, 'discriminator': 'tag',
|
| /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/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/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/toaster/orm/fixtures/ |
| H A D | check_fixtures.py | 23 # grab the recent release branches and add master, so we can ignore old branches
|
| /openbmc/openbmc/poky/bitbake/ |
| H A D | SECURITY.md | 15 Branches maintained with security fixes 19 for detailed info regarding the policies and maintenance of Stable branches.
|
| /openbmc/openbmc/poky/ |
| H A D | SECURITY.md | 13 Branches maintained with security fixes 17 for detailed info regarding the policies and maintenance of Stable branches.
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 88 # update branches; only those that we already have names listed in the 93 raise Exception("Failed to make list of branches to fetch") 116 # Map the layer index branches to toaster releases 121 total = len(index.branches) 122 for i, id in enumerate(index.branches): 124 Release.objects.get(name=index.branches[id].name)
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | schema.py | 218 branches: Optional[QAPISchemaBranches], 229 branches: Optional[QAPISchemaBranches], 527 branches: Optional[QAPISchemaBranches], 529 # struct has local_members, optional base, and no branches 530 # union has base, branches, and no local_members 532 self.meta = 'union' if branches else 'struct' 535 if branches is not None: 536 branches.set_defined_in(name) 540 self.branches = branches 564 or self.base.branches): [all …]
|
| 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/meta-arm/ |
| H A D | SECURITY.md | 27 ## Branches maintained with security fixes 32 branches.
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | base.yml | 3 # On stable branches this is changed by later rules. Should also 5 # for different branches in contributor forks. 19 # For pipelines running for stable "staging-X.Y" branches 60 # Non-publishing jobs should only run on staging branches in upstream
|