Home
last modified time | relevance | path

Searched refs:typed_value (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_filter.bbclass41 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 Dtypecheck.bbclass15 oe.data.typed_value(key, e.data)
H A Dterminal.bbclass56 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d):
91 terminal = oe.data.typed_value('OE_TERMINAL', d).lower()
H A Dbuildhistory.bbclass709 for func in oe.data.typed_value('BUILDCFG_FUNCS', localdata):
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddata.py10 def typed_value(key, d): function
H A Dpackagedata.py169 metadata_fields = [field.strip() for field in oe.data.typed_value(key, d)]
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/
H A Dvolatile-binds.bb29 for line in oe.data.typed_value("VOLATILE_BINDS", d):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage.bbclass56 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 Dlicense_image.bbclass13 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 Dbase.bbclass262 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 Dlicense.bbclass49 enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d)