Home
last modified time | relevance | path

Searched full:branches (Results 1 – 25 of 196) sorted by relevance

12345678

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py78 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 Dcooker.py71 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__.py191 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 Dreleases.md5branches are “stable”, and only take bug fixes or security-critical upgrades. Active development o…
8branches (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…
22branches 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 Dos-release.bbappend1 # 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 Dlayerindex.py55 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]
108branches = (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 Dpatchtest-get-branch24 # 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 Dmaint-appx.rst17 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 Dconcepts-appx.rst172 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 Ddevelopment-environment.rst171 - 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 DCircuitCollection.json94 "/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 Dgcovr.cfg5 exclude-unreachable-branches = yes
6 exclude-throw-branches = yes
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCircuitCollection_v1.xml57 <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 Dunion-branch-if-invalid.json2 { 'enum': 'Branches', 'data': ['branch1'] }
5 'base': { 'tag': 'Branches' }, 'discriminator': 'tag',
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py25 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 Ddefault-cpu-governor.cfg6 # *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 Dmbox.py78 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 Dcheck_fixtures.py23 # grab the recent release branches and add master, so we can ignore old branches
/openbmc/openbmc/poky/bitbake/
H A DSECURITY.md15 Branches maintained with security fixes
19 for detailed info regarding the policies and maintenance of Stable branches.
/openbmc/openbmc/poky/
H A DSECURITY.md13 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 Dlsupdates.py88 # 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 Dschema.py218 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 Dvisit.py63 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 DSECURITY.md27 ## Branches maintained with security fixes
32 branches.
/openbmc/qemu/.gitlab-ci.d/
H A Dbase.yml3 # 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

12345678