Home
last modified time | relevance | path

Searched full:overrides (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/openbmc/openbmc/poky/meta/classes/
H A Ddistrooverrides.bbclass7 # Turns certain DISTRO_FEATURES into overrides with the same
10 # recipes, so that these overrides can also be used there.
23 # Beware that this part of OVERRIDES changes during parsing, so usage
24 # of these overrides should be limited to .bb and .bbappend files,
29 Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES."
36 # OVERRIDES itself should be fixed. Excluding these two variables
H A Ddevtool-source.bbclass142 default_overrides = d.getVar('OVERRIDES').split(':')
144 # First, we may have some overrides that are referred to in the recipe set in
150 # Some overrides are active in the current configuration, so
151 # we need to create a branch where none of the overrides are active
152 bb.process.run('git checkout %s -b devtool-no-overrides' % initial_rev, cwd=srcsubdir)
155 localdata.setVar('OVERRIDES', ':'.join(no_overrides))
159 # Now we need to reconcile the dev branch with the no-overrides one
162 bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
164 bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
174 localdata.setVar('OVERRIDES', ':'.join(no_overrides + [override]))
[all …]
H A Dmultilib.bbclass36 overrides = e.data.getVar("OVERRIDES", False)
38 overrides = overrides.replace("pn-${PN}", "pn-${PN}:pn-" + pn)
39 d.setVar("OVERRIDES", overrides)
46 d.setVar("OVERRIDES", d.getVar("OVERRIDES", False) + override)
60 d.setVar("OVERRIDES", d.getVar("OVERRIDES", False) + override)
87 d.setVar("OVERRIDES", d.getVar("OVERRIDES", False) + override)
H A Dmultilib_global.bbclass46 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override)
79 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override)
101 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override)
124 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override)
H A Dmcextend.bbclass17 e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + override)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-fix-pythondir-for-multilib-when-cross-compiling.patch16 src/python/gi/overrides/Makefile.am | 2 +-
19 diff --git a/src/python/gi/overrides/Makefile.am b/src/python/gi/overrides/Makefile.am
21 --- a/src/python/gi/overrides/Makefile.am
22 +++ b/src/python/gi/overrides/Makefile.am
27 py3overridesdir = $(py3libdir)/gi/overrides
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgrub-efi-cfg.bbclass90 overrides = localdata.getVar('OVERRIDES')
91 if not overrides:
92 bb.fatal('OVERRIDES not defined')
94 localdata.setVar('OVERRIDES', 'grub_' + label + ':' + overrides)
122 build_efi_cfg[vardepsexclude] += "OVERRIDES"
H A Duboot-extlinux-config.bbclass32 # use overrides to set menu description, console and others variables.
114 # Need to deconflict the labels with existing overrides
116 default_overrides = localdata.getVar('OVERRIDES').split(':')
117 # We're keeping all the existing overrides that aren't used as a label
123 localdata.setVar('OVERRIDES', ':'.join(keep_overrides + [label]))
163 do_create_extlinux_config[vardepsexclude] += "OVERRIDES"
H A Dsyslinux.bbclass156 overrides = localdata.getVar('OVERRIDES')
157 if not overrides:
158 bb.fatal('OVERRIDES not defined')
160 localdata.setVar('OVERRIDES', label + ':' + overrides)
H A Dupdate-rc.d.bbclass75 populate_packages_updatercd[vardepsexclude] += "OVERRIDES"
93 overrides = localdata.getVar("OVERRIDES")
94 localdata.setVar("OVERRIDES", "%s:%s" % (pkg, overrides))
H A Dlinuxloader.bbclass70 overrides = d.getVar("OVERRIDES").split(":")
72 if "libc-baremetal" in overrides:
75 if "libc-musl" in overrides:
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.4.rst53 overrides, some are less obvious, for example the packaging variables such as
55 ``${PN}-ptest``) as overrides. These overrides are not always in
56 :term:`OVERRIDES` but applied conditionally in specific contexts
58 context being specific tasks in that case. Tune overrides are another special
59 case where some code does use them as overrides but some does not. We plan to try
60 and make the tune code use overrides more consistently in the future.
70 Once configured with the overrides used by a layer, this can be run as::
72 <oe-core>/scripts/contrib/convert-overrides.py <layerdir>
77 expected to handle every case. In particular, it needs to be told which overrides
78 the layer uses (usually machine and distro names/overrides) and the result should
[all …]
H A Dmigration-1.6.rst112 .. _migration-1.6-task-taskname-overrides:
114 ``task-``\ taskname Overrides
117 ``task-``\ taskname overrides have been adjusted so that tasks whose
330 .. _migration-1.6-virtclass-overrides:
332 ``virtclass`` Overrides
335 The ``virtclass`` overrides are now deprecated. Use the equivalent class
336 overrides instead (e.g. ``virtclass-native`` becomes ``class-native``.)
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-environment.bb41 # Load overrides from 'd' to avoid having to reset the value...
42 overrides = d.getVar("OVERRIDES", False) + ":virtclass-multilib-" + item
43 localdata.setVar("OVERRIDES", overrides)
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-testsuite-use-www.example.org-for-wget-test-cases.patch13 testsuite/wget/wget--O-overrides--P | 2 +-
19 diff --git a/testsuite/wget/wget--O-overrides--P b/testsuite/wget/wget--O-overrides--P
21 --- a/testsuite/wget/wget--O-overrides--P
22 +++ b/testsuite/wget/wget--O-overrides--P
/openbmc/openpower-proc-control/procedures/common/
H A Dcfam_overrides.cpp40 std::ifstream overrides("/var/lib/obmc/cfam_overrides"); in CFAMOverride() local
42 if (overrides.is_open()) in CFAMOverride()
44 while (std::getline(overrides, line)) in CFAMOverride()
72 overrides.close(); in CFAMOverride()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py441 self.overrides = None
442 self.overridevars = set(["OVERRIDES", "FILE"])
489 if self.overrides is not None:
497 self.overrides = []
499 self.overrides = (self.getVar("OVERRIDES") or "").split(":") or []
500 overrride_stack.append(self.overrides)
501 self.overridesset = set(self.overrides)
504 newoverrides = (self.getVar("OVERRIDES") or "").split(":") or []
505 if newoverrides == self.overrides:
507 self.overrides = newoverrides
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
22 … "PublicDescription": "The number of times the instruction decoder overrides the predicted target."
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py230 localdata.setVar('OVERRIDES', "pn-" + pnstripped[0] + ":" + d.getVar('OVERRIDES'))
235 localdata.setVar('OVERRIDES', "pn-" + pnstripped[1] + ":" + d.getVar('OVERRIDES'))
240 localdata.setVar('OVERRIDES', "pn-" + pnstripped[0] + ":" + d.getVar('OVERRIDES'))
245 localdata.setVar('OVERRIDES', "pn-" + pnstripped[0] + ":" + d.getVar('OVERRIDES'))
H A Dutils.py472 overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + variant
473 localdata.setVar("OVERRIDES", overrides)
479 overrides = localdata.getVar("OVERRIDES", False).split(":")
480 overrides = ":".join([x for x in overrides if not x.startswith("virtclass-multilib-")])
481 localdata.setVar("OVERRIDES", overrides)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst66 overrides an existing configuration.
324 The overrides are applied in this order, ":append", ":prepend", ":remove".
361 The overrides are applied in this order, ":append", ":prepend", ":remove".
419 combine them with other overrides as described in the
420 ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:conditional syntax (overrides)`" section.
551 Conditional Syntax (Overrides)
554 BitBake uses :term:`OVERRIDES` to control what
556 files. This section describes how you can use :term:`OVERRIDES` as
558 :term:`OVERRIDES`, and provides some examples to help with understanding.
563 You can use :term:`OVERRIDES` to conditionally select a specific version of
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c682 const struct dc_link_training_overrides *overrides, in override_training_settings() argument
688 if (!link->dp_ss_off && overrides->downspread != NULL) in override_training_settings()
689 lt_settings->link_settings.link_spread = *overrides->downspread ? in override_training_settings()
694 if (overrides->voltage_swing != NULL) in override_training_settings()
695 lt_settings->voltage_swing = overrides->voltage_swing; in override_training_settings()
696 if (overrides->pre_emphasis != NULL) in override_training_settings()
697 lt_settings->pre_emphasis = overrides->pre_emphasis; in override_training_settings()
698 if (overrides->post_cursor2 != NULL) in override_training_settings()
699 lt_settings->post_cursor2 = overrides->post_cursor2; in override_training_settings()
700 if (overrides->ffe_preset != NULL) in override_training_settings()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dcapability.h111 overrides the restriction of changing file ownership and group
122 /* Overrides all DAC restrictions regarding read and search on files
128 /* Overrides all restrictions about allowed operations on files, where
134 /* Overrides the following restrictions that the effective user ID
143 /* Overrides the restriction that the real or effective user ID of a
301 /* NOTE: ext2 honors fsuid when checking for resource overrides, so
346 to implement capability based overrides of that policy, this is
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-overrides.py11 # To use this script on a new layer you need to list the overrides the
33 …hort-override", action="append", default=[], help="Additional strings to treat as short overrides")
38 # List of strings to treat as overrides
54 # List of strings to treat as overrides but only with whitespace following or another override (mor…
65 # Expressions to skip if encountered, these are not overrides

12345678910>>...28