/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/ |
H A D | 0001-fix-pythondir-for-multilib-when-cross-compiling.patch | 16 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 D | cfam_overrides.cpp | 40 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 D | 0001-testsuite-use-www.example.org-for-wget-test-cases.patch | 13 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 D | link_dp_training.c | 682 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 D | data_smart.py | 441 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 D | devtool-source.bbclass | 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) 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 D | distrooverrides.bbclass | 7 # 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 D | migration-3.4.rst | 53 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 D | meta-environment.bb | 41 # 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 D | image-postinst-intercepts.bbclass | 15 overrides = (':' + d.getVar('FILESOVERRIDES')).split(':') + [''] 16 search_paths = [os.path.join(p, op) for p in paths for op in overrides]
|
H A D | linuxloader.bbclass | 70 overrides = d.getVar("OVERRIDES").split(":") 72 if "libc-baremetal" in overrides: 75 if "libc-musl" in overrides:
|
H A D | grub-efi-cfg.bbclass | 91 overrides = localdata.getVar('OVERRIDES') 92 if not overrides: 96 localdata.setVar('OVERRIDES', 'grub_' + label + ':' + overrides)
|
H A D | syslinux.bbclass | 156 overrides = localdata.getVar('OVERRIDES') 157 if not overrides: 160 localdata.setVar('OVERRIDES', label + ':' + overrides)
|
/openbmc/phosphor-misc/http-redirect/ |
H A D | tests | 17 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 D | utils.py | 472 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 D | 0001-taglib-Fix-build-on-x86-32-bit.patch | 9 …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 D | gr-udc.txt | 24 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 D | 0001-remove-dropped-templates.patch | 25 …$(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 D | phosphor-led-manager_%.bbappend | 14 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 | .gitignore | 1 # Ignore generated bindings file overrides.
|
/openbmc/qemu/rust/hw/char/pl011/ |
H A D | .gitignore | 1 # Ignore generated bindings file overrides.
|
/openbmc/webui-vue/ |
H A D | .eslintrc.js | 28 overrides: [
|
/openbmc/openbmc/poky/meta/conf/machine/include/ |
H A D | soc-family.inc | 1 # 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 D | devtool-patch-overrides.bb | 1 SUMMARY = "devtool test for overrides and patches"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-devfreq | 80 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
|