Searched refs:typed_value (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | copyleft_filter.bbclass | 37 for recipe_type in oe.data.typed_value('COPYLEFT_AVAILABLE_RECIPE_TYPES', d): 51 if recipe_type not in oe.data.typed_value('COPYLEFT_RECIPE_TYPES', d): 56 include = oe.data.typed_value('COPYLEFT_LICENSE_INCLUDE', d) 57 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d) 73 for name in oe.data.typed_value('COPYLEFT_PN_INCLUDE', d)): 76 for name in oe.data.typed_value('COPYLEFT_PN_EXCLUDE', d)):
|
| H A D | typecheck.bbclass | 9 oe.data.typed_value(key, e.data)
|
| H A D | terminal.bbclass | 50 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d): 85 terminal = oe.data.typed_value('OE_TERMINAL', d).lower()
|
| H A D | image.bbclass | 50 FEATURE_INSTALL = "${@' '.join(oe.packagegroup.required_packages(oe.data.typed_value('IMAGE_FEATURE… 52 FEATURE_INSTALL_OPTIONAL = "${@' '.join(oe.packagegroup.optional_packages(oe.data.typed_value('IMAG… 70 features = set(oe.data.typed_value('IMAGE_FEATURES', d)) 160 features = set(oe.data.typed_value('IMAGE_FEATURES', d))
|
| H A D | license_image.bbclass | 7 if not oe.data.typed_value('LICENSE_CREATE_PACKAGE', d): 8 features = set(oe.data.typed_value('IMAGE_FEATURES', d))
|
| H A D | base.bbclass | 27 for toimport in oe.data.typed_value("OE_IMPORTS", d): 246 statusvars = oe.data.typed_value('BUILDCFG_VARS', d) 253 needed_vars = oe.data.typed_value("BUILDCFG_NEEDEDVARS", d) 296 for func in oe.data.typed_value('BUILDCFG_FUNCS', localdata):
|
| H A D | license.bbclass | 38 enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d)
|
| H A D | buildhistory.bbclass | 732 for func in oe.data.typed_value('BUILDCFG_FUNCS', localdata):
|
| H A D | package.bbclass | 695 metadata_fields = [field.strip() for field in oe.data.typed_value(key, d)]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | data.py | 8 def typed_value(key, d): function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/volatile-binds/ |
| H A D | volatile-binds.bb | 29 for line in oe.data.typed_value("VOLATILE_BINDS", d):
|