/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 56 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/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 392 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) 458 inherits = ['npm'] 459 self._test_recipe_contents(recipefile, checkvars, inherits) 474 inherits = ['setuptools3'] 475 self._test_recipe_contents(recipefile, checkvars, inherits) [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 117 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/linux/drivers/ata/ |
H A D | pata_amd.c | 396 .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 D | pata_legacy.c | 256 .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 …]
|
H A D | pata_ali.c | 367 .inherits = &ata_sff_port_ops, 374 .inherits = &ata_bmdma32_port_ops, 384 .inherits = &ali_dma_base_ops, 395 .inherits = &ali_dma_base_ops, 406 .inherits = &ali_dma_base_ops, 416 .inherits = &ali_dma_base_ops,
|
H A D | pata_sis.c | 547 .inherits = &ata_bmdma_port_ops, 554 .inherits = &ata_bmdma_port_ops, 559 .inherits = &sis_base_ops, 567 .inherits = &sis_base_ops, 574 .inherits = &sis_base_ops, 581 .inherits = &sis_base_ops, 588 .inherits = &sis_base_ops,
|
H A D | pata_cmd64x.c | 327 .inherits = &ata_bmdma_port_ops, 333 .inherits = &cmd64x_base_ops, 340 .inherits = &cmd64x_base_ops, 348 .inherits = &cmd64x_base_ops, 355 .inherits = &cmd64x_base_ops,
|
H A D | pata_isapnp.c | 28 .inherits = &ata_sff_port_ops, 33 .inherits = &ata_sff_port_ops,
|
H A D | ahci_seattle.c | 51 .inherits = &ahci_ops, 62 .inherits = &ahci_ops,
|
H A D | pata_hpt37x.c | 538 .inherits = &ata_bmdma_port_ops, 554 .inherits = &hpt370_port_ops, 563 .inherits = &ata_bmdma_port_ops, 579 .inherits = &hpt302_port_ops, 589 .inherits = &hpt372_port_ops,
|
H A D | sata_via.c | 115 .inherits = &ata_bmdma_port_ops, 120 .inherits = &svia_base_ops, 127 .inherits = &svia_base_ops, 134 .inherits = &svia_base_ops, 141 .inherits = &svia_base_ops,
|
H A D | pata_gayle.c | 112 .inherits = &ata_sff_port_ops, 121 .inherits = &ata_sff_port_ops,
|
H A D | pata_buddha.c | 133 .inherits = &ata_sff_port_ops, 141 .inherits = &ata_sff_port_ops,
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 20 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/poky/meta/classes-recipe/ |
H A D | gettext.bbclass | 8 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/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | 0001-Fix-build-issues-with-latest-Clang.patch | 26 (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/openbmc/poky/scripts/contrib/ |
H A D | devtool-stress.py | 43 …inherits = [os.path.splitext(os.path.basename(f))[0] for f in tinfoil.cooker.recipecaches[''].inhe… 45 if cls in inherits:
|
/openbmc/linux/Documentation/networking/ |
H A D | smc-sysctl.rst | 47 The default value inherits from net.ipv4.tcp_wmem[1]. 56 The default value inherits from net.ipv4.tcp_rmem[1].
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 343 inherits = data.getVar('__BBDEFINHERITS', False) or [] 344 inherits.append(self.inherit) 345 data.setVar('__BBDEFINHERITS', inherits) 529 inherits = d.getVar('__BBDEFINHERITS', False) or [] 530 if not inherits: 532 inherit, filename, lineno = inherits.pop(0) 533 d.setVar('__BBDEFINHERITS', inherits)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-strenum_0.4.15.bb | 1 SUMMARY = "An Enum that inherits from str"
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/ |
H A D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 34 - This notifier inherits from asyncore.file_dispatcher in order to be able to 47 + This notifier inherits from asyncore.file_dispatcher in order to be able to
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/ |
H A D | ptest-packagelists-meta-multimedia.inc | 6 …=$(bitbake-layers show-recipes --recipes-only --layer meta-multimedia --inherits ptest --bare | se…
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/ |
H A D | ptest-packagelists-meta-filesystems.inc | 6 …$(bitbake-layers show-recipes --recipes-only --layer meta-filesystems --inherits ptest --bare | se…
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | hisilicon-femac-mdio.txt | 8 - PHY subnode: inherits from phy binding [1]
|