Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcopyleft_filter.bbclass37 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 Dtypecheck.bbclass9 oe.data.typed_value(key, e.data)
H A Dterminal.bbclass50 for export in oe.data.typed_value('OE_TERMINAL_EXPORTS', d):
85 terminal = oe.data.typed_value('OE_TERMINAL', d).lower()
H A Dimage.bbclass50 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 Dlicense_image.bbclass7 if not oe.data.typed_value('LICENSE_CREATE_PACKAGE', d):
8 features = set(oe.data.typed_value('IMAGE_FEATURES', d))
H A Dbase.bbclass27 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 Dlicense.bbclass38 enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d)
H A Dbuildhistory.bbclass732 for func in oe.data.typed_value('BUILDCFG_FUNCS', localdata):
H A Dpackage.bbclass695 metadata_fields = [field.strip() for field in oe.data.typed_value(key, d)]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddata.py8 def typed_value(key, d): function
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/volatile-binds/
H A Dvolatile-binds.bb29 for line in oe.data.typed_value("VOLATILE_BINDS", d):