Home
last modified time | relevance | path

Searched full:inherits (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/
H A DFault.metadata.yaml6 inherits:
14 inherits:
22 inherits:
30 inherits:
38 inherits:
46 inherits:
86 inherits:
94 inherits:
102 inherits:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DHost.metadata.yaml2 inherits:
5 inherits:
8 inherits:
11 inherits:
14 inherits:
17 inherits:
H A DChassis.metadata.yaml2 inherits:
5 inherits:
/openbmc/phosphor-power/org/open_power/Witherspoon/
H A DFault.metadata.yaml6 inherits:
14 inherits:
22 inherits:
30 inherits:
38 inherits:
46 inherits:
197 inherits:
205 inherits:
213 inherits:
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/
H A DDevice.metadata.yaml2 inherits:
6 inherits:
10 inherits:
14 inherits:
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py56 inherits = []
170 … if handler.process_line(srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values):
197 inherits.append('pkgconfig')
208 inherits.append('pkgconfig')
216 … if handler.process_findpackage(srctree, fn, pkg, deps, outlines, inherits, values):
223 inherits.append('gettext')
225 inherits.append('perlnative')
227 inherits.append('pkgconfig')
229 inherits.append('python3native')
231 inherits.append('python3-dir')
[all …]
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py117 inheritlist = args.inherits.split(',') if args.inherits else []
124 …, show_filenames, show_recipes_only, show_multi_provider_only, selected_layer, bare, inherits, mc): argument
125 if inherits:
127 for classname in inherits:
209 if inherits:
211 recipe_inherits = self.tinfoil.cooker_data.inherits.get(preffile, [])
218 elif classname in inherits:
220 if matchcount != len(inherits):
422 if f in self.tinfoil.cooker_data.inherits:
423 inherits = self.tinfoil.cooker_data.inherits[f]
[all …]
/openbmc/ibm-logging/
H A Dcreate_error_reports.py15 "Inherits xyz.openbmc_project.Common.Callout.Error.Device"
92 inherits:
105 # inherits is a list, return it comma separated
106 if "inherits" in m:
107 vals = list(map(add_error, m["inherits"]))
109 data.append("Inherits %s" % i)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py392 inherits = ['autotools', 'pkgconfig']
393 self._test_recipe_contents(recipefile, checkvars, inherits)
414 inherits = ['autotools']
415 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits)
429 inherits = ['cmake']
430 self._test_recipe_contents(recipefile, checkvars, inherits)
457 checkvars['LICENSE:${PN}-inherits'] = 'ISC'
458 inherits = ['npm']
459 self._test_recipe_contents(recipefile, checkvars, inherits)
474 inherits = ['setuptools3']
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DInventory.metadata.yaml2 inherits:
5 inherits:
H A DTime.metadata.yaml2 inherits:
10 inherits:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DDevice.metadata.yaml2 inherits:
6 inherits:
H A DCallout.metadata.yaml13 inherits:
22 inherits:
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/
H A DAccess.metadata.yaml5 inherits:
12 inherits:
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/
H A DHost.metadata.yaml6 inherits:
14 inherits:
/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/
H A DElog.metadata.yaml10 inherits:
35 inherits:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgettext.bbclass8 if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'):
18 if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'):
/openbmc/openbmc/poky/meta/conf/
H A Ddocumentation.conf67 ANY_OF_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item…
68 ANY_OF_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item i…
69 ANY_OF_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, at least one item …
119 CONFLICT_COMBINED_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this…
120 CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this v…
121 CONFLICT_MACHINE_FEATURES[doc] = "When a recipe inherits the features_check class, no item in this …
167 EXTRA_OESCONS[doc] = "When a recipe inherits the scons class, this variable specifies additional co…
170 EXTRA_USERS_PARAMS[doc] = "When a recipe inherits the extrausers class, this variable provides imag…
180 FONT_EXTRA_RDEPENDS[doc] = "When a recipe inherits the fontcache class, this variable specifies run…
181 FONT_PACKAGES[doc] = "When a recipe inherits the fontcache class, this variable identifies packages…
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py20 inherits = " ".join(dataCaches[mc].inherits[fn])
21 …return inherits.find("/module-base.bbclass") != -1 or inherits.find("/linux-kernel-base.bbclass") …
23 inherits = " ".join(dataCaches[mc].inherits[fn])
24 return "/packagegroup.bbclass" in inherits
26 inherits = " ".join(dataCaches[mc].inherits[fn])
27 return "/allarch.bbclass" in inherits
29 return "/image.bbclass" in " ".join(dataCaches[mc].inherits[fn])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D0001-Fix-build-issues-with-latest-Clang.patch26 (JSC::JSCastingHelpers::inherits):
221 bool inherits(From* from)
224 - return Dispatcher::template inherits(from);
225 + return Dispatcher::template inherits<>(from);
233 - if (LIKELY(Dispatcher::template inherits(from)))
234 + if (LIKELY(Dispatcher::template inherits<>(from)))
/openbmc/linux/drivers/ata/
H A Dpata_amd.c396 .inherits = &ata_bmdma32_port_ops,
401 .inherits = &amd_base_port_ops,
408 .inherits = &amd_base_port_ops,
415 .inherits = &amd_base_port_ops,
422 .inherits = &amd_base_port_ops,
429 .inherits = &ata_bmdma_port_ops,
437 .inherits = &nv_base_port_ops,
443 .inherits = &nv_base_port_ops,
H A Dpata_legacy.c256 .inherits = &ata_sff_port_ops,
269 .inherits = &legacy_base_port_ops,
274 .inherits = &legacy_base_port_ops,
373 .inherits = &legacy_base_port_ops,
406 .inherits = &legacy_base_port_ops,
448 .inherits = &legacy_base_port_ops,
547 .inherits = &legacy_base_port_ops,
657 .inherits = &legacy_base_port_ops,
770 .inherits = &legacy_base_port_ops,
777 .inherits = &legacy_base_port_ops,
[all …]
/openbmc/linux/Documentation/networking/
H A Dsmc-sysctl.rst47 The default value inherits from net.ipv4.tcp_wmem[1].
56 The default value inherits from net.ipv4.tcp_rmem[1].
/openbmc/phosphor-logging/tools/
H A Delog-gen.py57 + " inherits "
256 if "inherits" in match:
257 parents[fullname] = match["inherits"][0]
260 # so that child errors could inherits such error without meta
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py325 inherits = data.getVar('__BBDEFINHERITS', False) or []
326 inherits.append(self.inherit)
327 data.setVar('__BBDEFINHERITS', inherits)
483 inherits = d.getVar('__BBDEFINHERITS', False) or []
484 if not inherits:
486 inherit, filename, lineno = inherits.pop(0)
487 d.setVar('__BBDEFINHERITS', inherits)

12345678910>>...13