| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | overlayfs.py | 29 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT") 35 requiredMountPoints = d.getVarFlags('OVERLAYFS_WRITABLE_PATHS')
|
| H A D | data.py | 12 flags = d.getVarFlags(key)
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | list-packageconfig-flags.py | 54 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 D | image-manifest | 392 for key in rd.getVarFlags('PACKAGECONFIG').keys():
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | utilcmds.py | 67 …confdisabled = 'noexec' in rd.getVarFlags('do_configure') or 'do_configure' not in (rd.getVar('__B… 73 packageconfig = rd.getVarFlags('PACKAGECONFIG') or []
|
| H A D | standard.py | 508 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 D | upgrade.py | 383 for varflag in rd.getVarFlags('SRC_URI'):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 190 flags = d.getVarFlags(func) 683 flags = localdata.getVarFlags(task) 939 flags = d.getVarFlags(task)
|
| H A D | data_smart.py | 676 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 D | cookerdata.py | 303 renamedvars = d.getVarFlags('BB_RENAMED_VARIABLES') or {}
|
| H A D | data.py | 286 …varflags = d.getVarFlags(key, ["vardeps", "vardepvalue", "vardepsexclude", "exports", "postfuncs",…
|
| H A D | cooker.py | 1592 flags = self.data.getVarFlags(k)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | uboot-config.bbclass | 90 ubootconfigflags = d.getVarFlags('UBOOT_CONFIG')
|
| H A D | update-alternatives.bbclass | 76 for flag in sorted((d.getVarFlags(v) or {}).keys()): 83 for flag in sorted((d.getVarFlags("%s_%s" % (v,p)) or {}).keys()):
|
| H A D | overlayfs.bbclass | 96 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT")
|
| H A D | populate_sdk_base.bbclass | 16 all_globs = d.getVarFlags('COMPLEMENTARY_GLOB')
|
| H A D | rootfs-postcommands.bbclass | 385 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT") or {}
|
| H A D | testimage.bbclass | 183 boot_patterns_flags = d.getVarFlags('TESTIMAGE_BOOT_PATTERNS') or {}
|
| H A D | sanity.bbclass | 202 valid_tunes = localdata.getVarFlags('TUNEVALID') or {} 203 conflicts = localdata.getVarFlags('TUNECONFLICTS') or {}
|
| H A D | image.bbclass | 64 valid_features += d.getVarFlags('COMPLEMENTARY_GLOB').keys()
|
| H A D | base.bbclass | 453 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {}
|
| H A D | insane.bbclass | 1075 testmatrix = d.getVarFlags(matrix_name) or {} 1308 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {}
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | ChangeLog | 102 - 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 D | bitbake-user-manual-metadata.rst | 1437 variable = d.getVarFlags("variable") 1904 * - ``d.getVarFlags("X")``
|