| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| 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. 17 # Beware that this part of OVERRIDES changes during parsing, so usage 18 # of these overrides should be limited to .bb and .bbappend files, 23 Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES." 30 # OVERRIDES itself should be fixed. Excluding these two variables
|
| 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) 37 e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + override) 51 e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + override) 77 e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + override)
|
| H A D | devtool-source.bbclass | 188 default_overrides = d.getVar('OVERRIDES').split(':') 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) 201 localdata.setVar('OVERRIDES', ':'.join(no_overrides)) 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) 220 localdata.setVar('OVERRIDES', ':'.join(no_overrides + [override])) [all …]
|
| H A D | grub-efi-cfg.bbclass | 91 overrides = localdata.getVar('OVERRIDES') 92 if not overrides: 93 bb.fatal('OVERRIDES not defined') 95 localdata.setVar('OVERRIDES', 'grub_' + label + ':' + overrides) 123 build_efi_cfg[vardepsexclude] += "OVERRIDES"
|
| H A D | multilib_global.bbclass | 40 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override) 73 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override) 95 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override) 118 localdata.setVar("OVERRIDES", localdata.getVar("OVERRIDES", False) + override)
|
| 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 109 default_overrides = localdata.getVar('OVERRIDES').split(':') 110 # We're keeping all the existing overrides that aren't used as a label 116 localdata.setVar('OVERRIDES', ':'.join(keep_overrides + [label])) 156 do_create_extlinux_config[vardepsexclude] += "OVERRIDES"
|
| H A D | package_tar.bbclass | 39 overrides = localdata.getVar('OVERRIDES', False) 40 localdata.setVar('OVERRIDES', '%s:%s' % (overrides, pkg))
|
| H A D | syslinux.bbclass | 156 overrides = localdata.getVar('OVERRIDES') 157 if not overrides: 158 bb.fatal('OVERRIDES not defined') 160 localdata.setVar('OVERRIDES', label + ':' + overrides)
|
| H A D | update-rc.d.bbclass | 69 populate_packages_updatercd[vardepsexclude] += "OVERRIDES" 87 overrides = localdata.getVar("OVERRIDES") 88 localdata.setVar("OVERRIDES", "%s:%s" % (pkg, overrides))
|
| H A D | linuxloader.bbclass | 62 overrides = d.getVar("OVERRIDES").split(":") 64 if "libc-baremetal" in overrides: 67 if "libc-musl" in 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 54 :term:`OVERRIDES` but applied conditionally in specific contexts 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 [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 432 self.overrides = None 433 self.overridevars = set(["OVERRIDES", "FILE"]) 483 """Performs final steps upon the datastore, including application of overrides""" 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) 500 newoverrides = (self.getVar("OVERRIDES") or "").split(":") or [] 501 if newoverrides == self.overrides: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/ |
| H A D | type_index_facade.hpp | 76 … /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. 82 /// \b Override: This function \b may be redefined in Derived class. Overrides may throw. 88 … /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. 96 … /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. 104 … /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. 115 … /// \b Override: This function \b must be redefined in Derived class. Overrides \b must not throw. 119 … /// \b Override: This function \b may be redefined in Derived class. Overrides \b must not throw. 126 …/// \b Override: This function \b may be redefined and made public in Derived class. Overrides \b … 127 /// Overrides \b must remove const, volatile && and & modifiers from T. 136 …/// \b Override: This function \b may be redefined and made public in Derived class. Overrides \b … [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/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | MIPS-Option-Stack.html | 28 …uction-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" rel="next" title="MIPS… 66 …on-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" accesskey="n" rel="next">M…
|
| H A D | MIPS-Floating_002dPoint.html | 29 …tion-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" rel="previous" title="MI… 66 …-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" accesskey="p" rel="previous"…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | MIPS-Option-Stack.html | 28 …uction-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" rel="next" title="MIPS… 66 …on-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" accesskey="n" rel="next">M…
|
| H A D | MIPS-Floating_002dPoint.html | 29 …tion-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" rel="previous" title="MI… 66 …-Generation-Overrides.html#MIPS-ASE-Instruction-Generation-Overrides" accesskey="p" rel="previous"…
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 66 overrides an existing configuration. 392 combine them with other overrides as described in the 393 ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:conditional syntax (overrides)`" section. 518 Conditional Syntax (Overrides) 521 BitBake uses :term:`OVERRIDES` to control what 523 files. This section describes how you can use :term:`OVERRIDES` as 525 :term:`OVERRIDES`, and provides some examples to help with understanding. 530 You can use :term:`OVERRIDES` to conditionally select a specific version of 536 Overrides can only use lower-case characters, digits and dashes. 538 separate overrides from each other and from the variable name. [all …]
|
| /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/meta/lib/oe/ |
| H A D | distro_check.py | 228 localdata.setVar('OVERRIDES', "pn-" + pnstripped[0] + ":" + d.getVar('OVERRIDES')) 233 localdata.setVar('OVERRIDES', "pn-" + pnstripped[1] + ":" + d.getVar('OVERRIDES')) 238 localdata.setVar('OVERRIDES', "pn-" + pnstripped[0] + ":" + d.getVar('OVERRIDES')) 243 localdata.setVar('OVERRIDES', "pn-" + pnstripped[0] + ":" + d.getVar('OVERRIDES'))
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen2/ |
| H A D | branch.json | 5 "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)."
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpgw.8 | 93 Overrides the hostname in the RTMP URL. 96 Overrides the port number in the RTMP URL. 99 Overrides the protocol in the RTMP URL. 117 Name of application to connect to on the RTMP server. Overrides 160 Overrides the playpath parsed from the RTMP URL. Sometimes the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | capability.h | 108 overrides the restriction of changing file ownership and group 119 /* Overrides all DAC restrictions regarding read and search on files 125 /* Overrides all restrictions about allowed operations on files, where 131 /* Overrides the following restrictions that the effective user ID 140 /* Overrides the restriction that the real or effective user ID of a 296 /* NOTE: ext2 honors fsuid when checking for resource overrides, so 337 to implement capability based overrides of that policy, this is
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | capability.h | 108 overrides the restriction of changing file ownership and group 119 /* Overrides all DAC restrictions regarding read and search on files 125 /* Overrides all restrictions about allowed operations on files, where 131 /* Overrides the following restrictions that the effective user ID 140 /* Overrides the restriction that the real or effective user ID of a 296 /* NOTE: ext2 honors fsuid when checking for resource overrides, so 337 to implement capability based overrides of that policy, this is
|