| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 432 self.overrides = None 484 self.overrides = None 487 if self.overrides is not None: 494 self.overrides = [] 496 self.overrides = (self.getVar("OVERRIDES") or "").split(":") or [] 497 self.overridesset = set(self.overrides) 501 if newoverrides == self.overrides: 503 self.overrides = newoverrides 504 self.overridesset = set(self.overrides) 799 for o in self.overrides: [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | devtool-source.bbclass | 190 # First, we may have some overrides that are referred to in the recipe set in 196 # Some overrides are active in the current configuration, so 197 # we need to create a branch where none of the overrides are active 198 bb.process.run('git checkout %s -b devtool-no-overrides' % initial_rev, cwd=srcsubdir) 205 # Now we need to reconcile the dev branch with the no-overrides one 208 bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir) 210 bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir) 224 # Now we need to reconcile the new branch with the no-overrides one 226 bb.process.run('git rebase devtool-no-overrides', cwd=srcsubdir)
|
| H A D | distrooverrides.bbclass | 1 # Turns certain DISTRO_FEATURES into overrides with the same 4 # recipes, so that these overrides can also be used there. 18 # of these overrides should be limited to .bb and .bbappend files,
|
| H A D | linuxloader.bbclass | 62 overrides = d.getVar("OVERRIDES").split(":") 64 if "libc-baremetal" in overrides: 67 if "libc-musl" in overrides:
|
| H A D | image-postinst-intercepts.bbclass | 9 overrides = (':' + d.getVar('FILESOVERRIDES')).split(':') + [''] 10 search_paths = [os.path.join(p, op) for p in paths for op in overrides]
|
| H A D | grub-efi-cfg.bbclass | 91 overrides = localdata.getVar('OVERRIDES') 92 if not overrides: 95 localdata.setVar('OVERRIDES', 'grub_' + label + ':' + overrides)
|
| H A D | package_tar.bbclass | 39 overrides = localdata.getVar('OVERRIDES', False) 40 localdata.setVar('OVERRIDES', '%s:%s' % (overrides, pkg))
|
| H A D | uboot-extlinux-config.bbclass | 27 # use overrides to set menu description, console and others variables. 107 # Need to deconflict the labels with existing overrides 110 # We're keeping all the existing overrides that aren't used as a label
|
| H A D | multilib.bbclass | 27 overrides = e.data.getVar("OVERRIDES", False) 29 overrides = overrides.replace("pn-${PN}", "pn-${PN}:pn-" + pn) 30 e.data.setVar("OVERRIDES", overrides)
|
| H A D | syslinux.bbclass | 156 overrides = localdata.getVar('OVERRIDES') 157 if not overrides: 160 localdata.setVar('OVERRIDES', label + ':' + overrides)
|
| H A D | utils.bbclass | 244 overrides = (":" + (d.getVar("FILESOVERRIDES") or "")).split(":") 245 overrides.reverse() 246 for o in overrides: 304 figure out the original tune and remove the multilib overrides.
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.4.rst | 51 overrides, some are less obvious, for example the packaging variables such as 53 ``${PN}-ptest``) as overrides. These overrides are not always in 56 context being specific tasks in that case. Tune overrides are another special 57 case where some code does use them as overrides but some does not. We plan to try 58 and make the tune code use overrides more consistently in the future. 68 Once configured with the overrides used by a layer, this can be run as:: 70 <oe-core>/scripts/contrib/convert-overrides.py <layerdir> 75 expected to handle every case. In particular, it needs to be told which overrides 76 the layer uses (usually machine and distro names/overrides) and the result should 83 variable names without intending to be overrides. This should allow us to proceed [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-environment.bb | 42 # Load overrides from 'd' to avoid having to reset the value... 43 overrides = d.getVar("OVERRIDES", False) + ":virtclass-multilib-" + item 44 localdata.setVar("OVERRIDES", overrides)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | utils.py | 463 overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + variant 464 localdata.setVar("OVERRIDES", overrides) 470 overrides = localdata.getVar("OVERRIDES", False).split(":") 471 overrides = ":".join([x for x in overrides if not x.startswith("virtclass-multilib-")]) 472 localdata.setVar("OVERRIDES", overrides)
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-devfreq | 99 the user does not care. min_freq overrides the 108 the user does not care. max_freq overrides the 110 The max_freq overrides min_freq because max_freq may be
|
| /OK3568_Linux_fs/yocto/meta-qt5/ |
| H A D | .gitattributes | 1 # linguist overrides
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_dp.c | 1196 const struct dc_link_training_overrides *overrides, in initialize_training_settings() argument 1229 else if (overrides->downspread != NULL) in initialize_training_settings() 1231 = *overrides->downspread in initialize_training_settings() 1238 if (overrides->voltage_swing != NULL) in initialize_training_settings() 1239 lt_settings->voltage_swing = overrides->voltage_swing; in initialize_training_settings() 1241 if (overrides->pre_emphasis != NULL) in initialize_training_settings() 1242 lt_settings->pre_emphasis = overrides->pre_emphasis; in initialize_training_settings() 1244 if (overrides->post_cursor2 != NULL) in initialize_training_settings() 1245 lt_settings->post_cursor2 = overrides->post_cursor2; in initialize_training_settings() 1264 if (overrides->cr_pattern_time != NULL) in initialize_training_settings() [all …]
|
| /OK3568_Linux_fs/yocto/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'
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | fpu_emu.h | 129 } overrides; typedef 132 overrides override;
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/ |
| H A D | devtool-patch-overrides.bb | 1 SUMMARY = "devtool test for overrides and patches"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gexiv2/ |
| H A D | gexiv2_0.14.0.bb | 16 -Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru-kevin-r0.dts | 69 /* GPIO overrides for -r0; in same order as parent */ 91 /* Pinctrl overrides for -r0; in same order as parent */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libmodulemd/ |
| H A D | libmodulemd_git.bb | 16 …abled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides"
|