Searched refs:typed_value (Results 1 – 11 of 11) sorted by relevance
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | copyleft_filter.bbclass | 41 for recipe_type in oe.data.typed_value('COPYLEFT_AVAILABLE_RECIPE_TYPES', d): 55 if recipe_type not in oe.data.typed_value('COPYLEFT_RECIPE_TYPES', d): 60 include = oe.data.typed_value('COPYLEFT_LICENSE_INCLUDE', d) 61 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d) 77 for name in oe.data.typed_value('COPYLEFT_PN_INCLUDE', d)): 80 for name in oe.data.typed_value('COPYLEFT_PN_EXCLUDE', d)):
|
| H A D | typecheck.bbclass | 15 oe.data.typed_value(key, e.data)
|
| H A D | terminal.bbclass | 56 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d): 91 terminal = oe.data.typed_value('OE_TERMINAL', d).lower()
|
| H A D | buildhistory.bbclass | 709 for func in oe.data.typed_value('BUILDCFG_FUNCS', localdata):
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | data.py | 10 def typed_value(key, d): function
|
| H A D | packagedata.py | 169 metadata_fields = [field.strip() for field in oe.data.typed_value(key, d)]
|
| /openbmc/openbmc/poky/meta/recipes-core/volatile-binds/ |
| H A D | volatile-binds.bb | 29 for line in oe.data.typed_value("VOLATILE_BINDS", d):
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image.bbclass | 56 FEATURE_INSTALL = "${@' '.join(oe.packagegroup.required_packages(oe.data.typed_value('IMAGE_FEATURE… 58 FEATURE_INSTALL_OPTIONAL = "${@' '.join(oe.packagegroup.optional_packages(oe.data.typed_value('IMAG… 76 features = set(oe.data.typed_value('IMAGE_FEATURES', d)) 171 features = set(oe.data.typed_value('IMAGE_FEATURES', d))
|
| H A D | license_image.bbclass | 13 if not oe.data.typed_value('LICENSE_CREATE_PACKAGE', d): 14 features = set(oe.data.typed_value('IMAGE_FEATURES', d))
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | base.bbclass | 262 statusvars = oe.data.typed_value('BUILDCFG_VARS', d) 269 needed_vars = oe.data.typed_value("BUILDCFG_NEEDEDVARS", d) 321 for func in oe.data.typed_value('BUILDCFG_FUNCS', localdata):
|
| H A D | license.bbclass | 49 enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d)
|