Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 25 of 218) sorted by relevance

123456789

/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/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/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/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/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py441 self.overrides = None
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)
505 if newoverrides == self.overrides:
507 self.overrides = newoverrides
508 self.overridesset = set(self.overrides)
640 self.overrides = None
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass144 # 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)
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)
178 # Now we need to reconcile the new branch with the no-overrides one
180 bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
H A Ddistrooverrides.bbclass7 # Turns certain DISTRO_FEATURES into overrides with the same
10 # recipes, so that these overrides can also be used there.
24 # of these overrides should be limited to .bb and .bbappend files,
/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
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
85 variable names without intending to be overrides. This should allow us to proceed
[all …]
/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/classes-recipe/
H A Dimage-postinst-intercepts.bbclass15 overrides = (':' + d.getVar('FILESOVERRIDES')).split(':') + ['']
16 search_paths = [os.path.join(p, op) for p in paths for op in overrides]
H A Dlinuxloader.bbclass70 overrides = d.getVar("OVERRIDES").split(":")
72 if "libc-baremetal" in overrides:
75 if "libc-musl" in overrides:
H A Dgrub-efi-cfg.bbclass91 overrides = localdata.getVar('OVERRIDES')
92 if not overrides:
96 localdata.setVar('OVERRIDES', 'grub_' + label + ':' + overrides)
H A Dsyslinux.bbclass156 overrides = localdata.getVar('OVERRIDES')
157 if not overrides:
160 localdata.setVar('OVERRIDES', label + ':' + overrides)
/openbmc/phosphor-misc/http-redirect/
H A Dtests17 overrides="-v urlfile=$URLFILE -f add-urls.awk -v tracefile=$TRACEFILE"
18 command="awk -f ./http-redirect.awk $overrides"
/openbmc/openbmc/poky/meta/lib/oe/
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/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0001-taglib-Fix-build-on-x86-32-bit.patch9 …nction 'tell' has a different return type ('long') than the function it overrides (which has retur…
15 …tion 'length' has a different return type ('long') than the function it overrides (which has retur…
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt24 each OUT endpoint of the core. Fewer entries overrides the default sizes
30 each IN endpoint of the core. Fewer entries overrides the default sizes
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch25 …$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: sc…
30 …tamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/
H A Dphosphor-led-manager_%.bbappend14 SRC_URI:append:p10bmc = " file://lamp-test-led-overrides.json"
43 install -m 0644 ${UNPACKDIR}/lamp-test-led-overrides.json ${D}${datadir}/${BPN}/
/openbmc/qemu/rust/qemu-api/
H A D.gitignore1 # Ignore generated bindings file overrides.
/openbmc/qemu/rust/hw/char/pl011/
H A D.gitignore1 # Ignore generated bindings file overrides.
/openbmc/webui-vue/
H A D.eslintrc.js28 overrides: [
/openbmc/openbmc/poky/meta/conf/machine/include/
H A Dsoc-family.inc1 # Add SOC_FAMILY to machine overrides so we get access to e.g. 'omap3' and 'ti335x'
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/
H A Ddevtool-patch-overrides.bb1 SUMMARY = "devtool test for overrides and patches"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-devfreq80 the user does not care. min_freq overrides the
89 the user does not care. max_freq overrides the
91 The max_freq overrides min_freq because max_freq may be

123456789