| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | overlayfs.py | 31 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT") 37 requiredMountPoints = d.getVarFlags('OVERLAYFS_WRITABLE_PATHS')
|
| H A D | data.py | 14 flags = d.getVarFlags(key)
|
| H A D | cve_check.py | 183 for cve_id in d.getVarFlags("CVE_STATUS") or {}:
|
| /openbmc/openbmc/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():
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | utilcmds.py | 67 …confdisabled = 'noexec' in rd.getVarFlags('do_configure') or 'do_configure' not in (bb.build.listt… 73 packageconfig = rd.getVarFlags('PACKAGECONFIG') or []
|
| H A D | standard.py | 498 if 'noexec' in (d.getVarFlags('do_unpack', False) or []): 588 …if 'noexec' in (d.getVarFlags(task, False) or []) or 'task' not in (d.getVarFlags(task, False) or … 592 if 'depends' in d.getVarFlags('do_configure', False): 593 pn = d.getVarFlags('do_configure', False)['depends'] 609 …f not is_kernel_yocto and ('noexec' in (d.getVarFlags('do_patch', False) or []) or 'task' not in (…
|
| H A D | upgrade.py | 410 for varflag in rd.getVarFlags('SRC_URI'):
|
| /openbmc/openbmc/meta-arm/meta-arm/classes/ |
| H A D | fvpboot.bbclass | 61 flags = d.getVarFlags(varname) 62 # For unexplained reasons, getVarFlags() returns None if there are no flags
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | data.py | 463 self.d.getVarFlags("foo"), 472 self.d.getVarFlags("foo", internalflags=True), 490 self.d.getVarFlags("foo"), 497 self.d.getVarFlags("foo", internalflags=True), 510 self.assertEqual(self.d.getVarFlags("foo", internalflags=True), None)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | build.py | 194 flags = d.getVarFlags(func) 705 flags = localdata.getVarFlags(task) 900 flags = d.getVarFlags(task)
|
| H A D | data_smart.py | 679 srcflags = self.getVarFlags(key, False, True) or {} 953 def getVarFlags(self, var, expand = False, internalflags=False): member in DataSmart 1106 varflags = d.getVarFlags(key, internalflags = True, expand=["vardepvalue"])
|
| H A D | data.py | 308 …varflags = d.getVarFlags(key, ["vardeps", "vardepvalue", "vardepsexclude", "exports", "postfuncs",…
|
| H A D | cookerdata.py | 310 renamedvars = d.getVarFlags('BB_RENAMED_VARIABLES') or {}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | signing.bbclass | 68 roles |= (d.getVarFlags("SIGNING_PKCS11_URI") or {}).keys() 69 roles |= (d.getVarFlags("SIGNING_PKCS11_MODULE") or {}).keys()
|
| H A D | fitimage.bbclass | 101 imageflags = d.getVarFlags('FITIMAGE_IMAGE_%s' % image, expand=['type', 'depends']) or {} 390 …imageflags = d.getVarFlags('FITIMAGE_IMAGE_%s' % image, expand=['file', 'fstype', 'type', 'comp'])…
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | uboot-config.bbclass | 98 ubootconfigflags = d.getVarFlags('UBOOT_CONFIG')
|
| H A D | update-alternatives.bbclass | 82 for flag in sorted((d.getVarFlags(v) or {}).keys()): 89 for flag in sorted((d.getVarFlags("%s:%s" % (v,p)) or {}).keys()):
|
| H A D | overlayfs.bbclass | 102 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT")
|
| H A D | populate_sdk_base.bbclass | 29 all_globs = d.getVarFlags('COMPLEMENTARY_GLOB')
|
| H A D | testimage.bbclass | 163 boot_patterns_flags = d.getVarFlags('TESTIMAGE_BOOT_PATTERNS') or {}
|
| H A D | rootfs-postcommands.bbclass | 512 overlayMountPoints = d.getVarFlags("OVERLAYFS_MOUNT_POINT") or {}
|
| H A D | image.bbclass | 70 valid_features += d.getVarFlags('COMPLEMENTARY_GLOB').keys()
|
| /openbmc/openbmc/poky/bitbake/ |
| H A D | ChangeLog | 102 - Fix getVarFlags bug in data_smart 107 - Convert build.py exec_task to use getVarFlags
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | insane.bbclass | 1091 testmatrix = d.getVarFlags(matrix_name) or {} 1207 funcs = d.getVarFlags("QAPATHTEST") 1208 funcs.update(d.getVarFlags("QAPKGTEST")) 1209 funcs.update(d.getVarFlags("QARECIPETEST")) 1478 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {}
|