/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 | 439 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 | 1003 def to_boolean(string, default=None): function
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/ |
H A D | libcurses-perl_1.41.bb | 23 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.48.1.bb | 13 …if d.getVar('CLASSOVERRIDE') == "class-target" and not bb.utils.to_boolean(d.getVar("GI_DATA_ENABL…
|
/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.31.bb | 26 CFLAGS:append:libc-musl = "${@' -DNCURSES_WIDECHAR=1' if bb.utils.to_boolean((d.getVar('ENABLE_WIDE…
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
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 | 199 dev = bb.utils.to_boolean(d.getVar("NPM_INSTALL_DEV"), False) 269 if bb.utils.to_boolean(d.getVar("NPM_INSTALL_DEV"), False):
|
H A D | kernel.bbclass | 147 if image and bb.utils.to_boolean(d.getVar('INITRAMFS_IMAGE_BUNDLE')):
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 209 qa_fatal_errors = bb.utils.to_boolean(d.getVar("QA_ERRORS_FOUND"), False)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 193 dev = bb.utils.to_boolean(str(extravalues.get("NPM_INSTALL_DEV", "0")), False)
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | hg.py | 88 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
|
H A D | npmsw.py | 87 ud.dev = bb.utils.to_boolean(ud.parm.get("dev"), False)
|
H A D | __init__.py | 969 if bb.utils.to_boolean(d.getVar("BB_NO_NETWORK")): 1174 if bb.utils.to_boolean(d.getVar("BB_NO_NETWORK")): 1507 unpack = bb.utils.to_boolean(urldata.parm.get('unpack'), True) 1551 dos = bb.utils.to_boolean(urldata.parm.get('dos'), False) 1832 premirroronly = bb.utils.to_boolean(self.d.getVar("BB_FETCH_PREMIRRORONLY"))
|
H A D | git.py | 372 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
|
/openbmc/openbmc/poky/meta/classes-global/ |
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 | 349 verify_sig = bb.utils.to_boolean(d.getVar("SSTATE_VERIFY_SIG"), False) 754 if bb.utils.to_boolean(localdata.getVar('BB_NO_NETWORK')) and \ 755 bb.utils.to_boolean(localdata.getVar('SSTATE_MIRROR_ALLOW_NETWORK')): 762 if bb.utils.to_boolean(d.getVar("SSTATE_VERIFY_SIG"), False): 845 bb.utils.to_boolean(d.getVar("SSTATE_VERIFY_SIG")) and 1016 if bb.utils.to_boolean(localdata.getVar('BB_NO_NETWORK')) and \ 1017 bb.utils.to_boolean(localdata.getVar('SSTATE_MIRROR_ALLOW_NETWORK')):
|
/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
|
H A D | release-notes-4.2.rst | 253 - Support int values in ``bb.utils.to_boolean()`` in addition to strings
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 275 if not bb.utils.to_boolean(the_data.getVarFlag(taskname, 'network')):
|