/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | data.py | 117 export = bb.utils.to_boolean(d.getVarFlag(var, "export")) 118 unexport = bb.utils.to_boolean(d.getVarFlag(var, "unexport")) 191 bb.utils.to_boolean(d.getVarFlag(key, 'export')) and 192 not bb.utils.to_boolean(d.getVarFlag(key, 'unexport'))) 379 ….getVar("__exportlist", False) if bb.utils.to_boolean(d.getVarFlag(key, "export")) and not bb.util…
|
H A D | build.py | 441 if verboseShellLogging or bb.utils.to_boolean(d.getVar("BB_VERBOSE_LOGS", False)):
|
H A D | cache.py | 219 if not bb.utils.to_boolean(self.not_world):
|
H A D | utils.py | 1029 def to_boolean(string, default=None): function
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/ |
H A D | libcurses-perl_1.45.bb | 24 CFLAGS:append:libc-musl = "${@' -DNCURSES_WIDECHAR=1' if bb.utils.to_boolean((d.getVar('ENABLE_WIDE…
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pygobject_3.50.0.bb | 13 …if d.getVar('CLASSOVERRIDE') == "class-target" and not bb.utils.to_boolean(d.getVar("GI_DATA_ENABL…
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | features_check.bbclass | 19 if bb.utils.to_boolean(d.getVar('PARSE_ALL_RECIPES', False)):
|
H A D | cml1.bbclass | 40 if not bb.utils.to_boolean(d.getVar("KCONFIG_CONFIG_ENABLE_MENUCONFIG")):
|
H A D | overlayfs-etc.bbclass | 35 IMAGE_FEATURES_CONFLICTS_overlayfs-etc = "${@ 'package-management' if bb.utils.to_boolean(d.getVar(…
|
H A D | npm.bbclass | 201 dev = bb.utils.to_boolean(d.getVar("NPM_INSTALL_DEV"), False) 271 if bb.utils.to_boolean(d.getVar("NPM_INSTALL_DEV"), False):
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | ccache.bbclass | 64 bb.utils.to_boolean(d.getVar('CCACHE_DISABLE')))):
|
/openbmc/openbmc/poky/meta/recipes-extended/mc/ |
H A D | mc_4.8.32.bb | 26 CFLAGS:append:libc-musl = "${@' -DNCURSES_WIDECHAR=1' if bb.utils.to_boolean((d.getVar('ENABLE_WIDE…
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 219 qa_fatal_errors = bb.utils.to_boolean(d.getVar("QA_ERRORS_FOUND"), False)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 323 source_mirror_fetch = bb.utils.to_boolean(d.getVar('SOURCE_MIRROR_FETCH', False)) 546 if need_machine and not bb.utils.to_boolean(d.getVar('PARSE_ALL_RECIPES', False)): 555 source_mirror_fetch = bb.utils.to_boolean(d.getVar('SOURCE_MIRROR_FETCH', False)) or \ 556 bb.utils.to_boolean(d.getVar('PARSE_ALL_RECIPES', False))
|
H A D | buildstats.bbclass | 194 …if isinstance(e, bb.event.HeartbeatEvent) and bb.utils.to_boolean(d.getVar("BB_LOG_HOST_STAT_ON_IN… 271 if bb.utils.to_boolean(d.getVar("BB_LOG_HOST_STAT_ON_FAILURE")):
|
H A D | sstate.bbclass | 366 verify_sig = bb.utils.to_boolean(d.getVar("SSTATE_VERIFY_SIG"), False) 738 if bb.utils.to_boolean(localdata.getVar('BB_NO_NETWORK')) and \ 739 bb.utils.to_boolean(localdata.getVar('SSTATE_MIRROR_ALLOW_NETWORK')): 746 if bb.utils.to_boolean(d.getVar("SSTATE_VERIFY_SIG"), False): 826 bb.utils.to_boolean(d.getVar("SSTATE_VERIFY_SIG")) and 996 if bb.utils.to_boolean(localdata.getVar('BB_NO_NETWORK')) and \ 997 bb.utils.to_boolean(localdata.getVar('SSTATE_MIRROR_ALLOW_NETWORK')):
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 206 dev = bb.utils.to_boolean(str(extravalues.get("NPM_INSTALL_DEV", "0")), False)
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 75 ud.dev = bb.utils.to_boolean(ud.parm.get("dev"), False)
|
H A D | __init__.py | 977 if bb.utils.to_boolean(d.getVar("BB_NO_NETWORK")): 1182 if bb.utils.to_boolean(d.getVar("BB_NO_NETWORK")): 1518 unpack = bb.utils.to_boolean(urldata.parm.get('unpack'), True) 1562 dos = bb.utils.to_boolean(urldata.parm.get('dos'), False) 1843 premirroronly = bb.utils.to_boolean(self.d.getVar("BB_FETCH_PREMIRRORONLY"))
|
H A D | hg.py | 88 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
|
H A D | git.py | 372 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.9.rst | 40 - bitbake: utils: Allow to_boolean to support int values
|
H A D | release-notes-4.1.4.rst | 42 - bitbake: utils: Allow to_boolean to support int values
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 285 if not bb.utils.to_boolean(the_data.getVarFlag(taskname, 'network')):
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | cve-update-nvd2-native.bb | 82 if bb.utils.to_boolean(d.getVar("BB_NO_NETWORK")):
|