Home
last modified time | relevance | path

Searched refs:getVarFlags (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Doverlayfs.py29 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT")
35 requiredMountPoints = d.getVarFlags('OVERLAYFS_WRITABLE_PATHS')
H A Ddata.py12 flags = d.getVarFlags(key)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py54 flags = data.getVarFlags("PACKAGECONFIG")
66 pkgconfigflags = data_dict[fn].getVarFlags("PACKAGECONFIG")
123 for flag,flag_val in data_dict[fn].getVarFlags("PACKAGECONFIG").items():
H A Dimage-manifest392 for key in rd.getVarFlags('PACKAGECONFIG').keys():
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dutilcmds.py67 …confdisabled = 'noexec' in rd.getVarFlags('do_configure') or 'do_configure' not in (rd.getVar('__B…
73 packageconfig = rd.getVarFlags('PACKAGECONFIG') or []
H A Dstandard.py508 if 'noexec' in (d.getVarFlags('do_unpack', False) or []):
594 …if 'noexec' in (d.getVarFlags(task, False) or []) or 'task' not in (d.getVarFlags(task, False) or …
598 if 'depends' in d.getVarFlags('do_configure', False):
599 pn = d.getVarFlags('do_configure', False)['depends']
615 …f not is_kernel_yocto and ('noexec' in (d.getVarFlags('do_patch', False) or []) or 'task' not in (…
H A Dupgrade.py383 for varflag in rd.getVarFlags('SRC_URI'):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py190 flags = d.getVarFlags(func)
683 flags = localdata.getVarFlags(task)
939 flags = d.getVarFlags(task)
H A Ddata_smart.py676 srcflags = self.getVarFlags(key, False, True) or {}
941 def getVarFlags(self, var, expand = False, internalflags=False): member in DataSmart
1089 varflags = d.getVarFlags(key, internalflags = True, expand=["vardepvalue"])
H A Dcookerdata.py303 renamedvars = d.getVarFlags('BB_RENAMED_VARIABLES') or {}
H A Ddata.py286 …varflags = d.getVarFlags(key, ["vardeps", "vardepvalue", "vardepsexclude", "exports", "postfuncs",…
H A Dcooker.py1592 flags = self.data.getVarFlags(k)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duboot-config.bbclass90 ubootconfigflags = d.getVarFlags('UBOOT_CONFIG')
H A Dupdate-alternatives.bbclass76 for flag in sorted((d.getVarFlags(v) or {}).keys()):
83 for flag in sorted((d.getVarFlags("%s_%s" % (v,p)) or {}).keys()):
H A Doverlayfs.bbclass96 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT")
H A Dpopulate_sdk_base.bbclass16 all_globs = d.getVarFlags('COMPLEMENTARY_GLOB')
H A Drootfs-postcommands.bbclass385 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT") or {}
H A Dtestimage.bbclass183 boot_patterns_flags = d.getVarFlags('TESTIMAGE_BOOT_PATTERNS') or {}
H A Dsanity.bbclass202 valid_tunes = localdata.getVarFlags('TUNEVALID') or {}
203 conflicts = localdata.getVarFlags('TUNECONFLICTS') or {}
H A Dimage.bbclass64 valid_features += d.getVarFlags('COMPLEMENTARY_GLOB').keys()
H A Dbase.bbclass453 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {}
H A Dinsane.bbclass1075 testmatrix = d.getVarFlags(matrix_name) or {}
1308 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {}
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog102 - Fix getVarFlags bug in data_smart
107 - Convert build.py exec_task to use getVarFlags
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1437 variable = d.getVarFlags("variable")
1904 * - ``d.getVarFlags("X")``