Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py116 inheritlist = args.inherits.split(',') if args.inherits else []
123 …, show_filenames, show_recipes_only, show_multi_provider_only, selected_layer, bare, inherits, mc): argument
124 if inherits:
126 for classname in inherits:
203 if inherits:
205 recipe_inherits = self.tinfoil.cooker_data.inherits.get(preffile, [])
212 elif classname in inherits:
214 if matchcount != len(inherits):
411 if f in self.tinfoil.cooker_data.inherits:
412 inherits = self.tinfoil.cooker_data.inherits[f]
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py26 …o(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, inherits, values): argument
36 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument
41 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
65 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
68 if 'cmake_qt5' not in inherits:
69 inherits.append('cmake_qt5')
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py17 inherits = " ".join(dataCaches[mc].inherits[fn])
18 …return inherits.find("/module-base.bbclass") != -1 or inherits.find("/linux-kernel-base.bbclass") …
20 inherits = " ".join(dataCaches[mc].inherits[fn])
21 return "/packagegroup.bbclass" in inherits
23 inherits = " ".join(dataCaches[mc].inherits[fn])
24 return "/allarch.bbclass" in inherits
26 return "/image.bbclass" in " ".join(dataCaches[mc].inherits[fn])
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py372 inherits = ['autotools', 'pkgconfig']
373 self._test_recipe_contents(recipefile, checkvars, inherits)
394 inherits = ['autotools']
395 self._test_recipe_contents(os.path.join(temprecipe, dirlist[0]), checkvars, inherits)
410 inherits = ['cmake']
411 self._test_recipe_contents(recipefile, checkvars, inherits)
438 checkvars['LICENSE:${PN}-inherits'] = 'ISC'
439 inherits = ['npm']
440 self._test_recipe_contents(recipefile, checkvars, inherits)
453 inherits = ['setuptools3']
[all …]
/OK3568_Linux_fs/kernel/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.c221 .inherits = &ata_sff_port_ops,
234 .inherits = &legacy_base_port_ops,
239 .inherits = &legacy_base_port_ops,
338 .inherits = &legacy_base_port_ops,
371 .inherits = &legacy_base_port_ops,
413 .inherits = &legacy_base_port_ops,
512 .inherits = &legacy_base_port_ops,
622 .inherits = &legacy_base_port_ops,
735 .inherits = &legacy_base_port_ops,
742 .inherits = &legacy_base_port_ops,
[all …]
H A Dpata_cmd64x.c327 .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 Dpata_ali.c367 .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 Dpata_isapnp.c28 .inherits = &ata_sff_port_ops,
33 .inherits = &ata_sff_port_ops,
H A Dpata_sis.c547 .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 Dahci_seattle.c52 .inherits = &ahci_ops,
63 .inherits = &ahci_ops,
H A Dsata_via.c115 .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 Dpata_gayle.c113 .inherits = &ata_sff_port_ops,
122 .inherits = &ata_sff_port_ops,
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgettext.bbclass2 if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'):
12 if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'):
H A Dupdate-rc.d.bbclass57 … bb.fatal("%s inherits update-rc.d but doesn't set INITSCRIPT_NAME" % d.getVar('FILE', False))
59 … bb.fatal("%s inherits update-rc.d but doesn't set INITSCRIPT_PARAMS" % d.getVar('FILE', False))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py1281 inherits="", disallowed="", updated=None): argument
1295 self.inherits = inherits
1311 def inherits(self): member in Recipe
1312 if 'inherits' not in self._data:
1316 return self.__getattr__('inherits')
1318 @inherits.setter
1319 def inherits(self, value): member in Recipe
1320 return self._setattr('inherits', value, prop=False)
1322 @inherits.deleter
1323 def inherits(self): member in Recipe
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dtag_cast.hpp26 of the specified basetags if the type inherits from them.
27 \details Tags can inherit each other. A multi_point inherits, for example,
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Ddevtool-stress.py43inherits = [os.path.splitext(os.path.basename(f))[0] for f in tinfoil.cooker.recipecaches[''].inhe…
45 if cls in inherits:
/OK3568_Linux_fs/yocto/meta-clang/classes/
H A Dscan-build.bbclass49 …('SCAN_BUILD') == "1") or not(d.getVar('TOOLCHAIN') == "clang") or oe.utils.inherits(d, 'allarch'):
57 if oe.utils.inherits(d, 'autotools'):
/OK3568_Linux_fs/buildroot/package/xcursor-transparent-theme/
H A Dindex.theme2 Inherits=xcursor-transparent
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Drenesas,rzn1-spi.txt4 inherits all properties defined in snps,dw-apb-ssi.txt except for the
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsacl.h152 #define ACL_CONTROL_PS 0x2000 /* SACL protected from inherits */
153 #define ACL_CONTROL_PD 0x1000 /* DACL protected from inherits */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaptype.cpp47 \inherits QObject
165 \inherits QObject

12345678910>>...17