Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py117 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 Dbuild.py439 if verboseShellLogging or bb.utils.to_boolean(d.getVar("BB_VERBOSE_LOGS", False)):
H A Dcache.py219 if not bb.utils.to_boolean(self.not_world):
H A Dutils.py1003 def to_boolean(string, default=None): function
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/
H A Dlibcurses-perl_1.41.bb23 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 Dpython3-pygobject_3.48.1.bb13 …if d.getVar('CLASSOVERRIDE') == "class-target" and not bb.utils.to_boolean(d.getVar("GI_DATA_ENABL…
/openbmc/openbmc/poky/meta/classes/
H A Dccache.bbclass64 bb.utils.to_boolean(d.getVar('CCACHE_DISABLE')))):
/openbmc/openbmc/poky/meta/recipes-extended/mc/
H A Dmc_4.8.31.bb26 CFLAGS:append:libc-musl = "${@' -DNCURSES_WIDECHAR=1' if bb.utils.to_boolean((d.getVar('ENABLE_WIDE…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcml1.bbclass40 if not bb.utils.to_boolean(d.getVar("KCONFIG_CONFIG_ENABLE_MENUCONFIG")):
H A Doverlayfs-etc.bbclass35 IMAGE_FEATURES_CONFLICTS_overlayfs-etc = "${@ 'package-management' if bb.utils.to_boolean(d.getVar(…
H A Dnpm.bbclass199 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 Dkernel.bbclass147 if image and bb.utils.to_boolean(d.getVar('INITRAMFS_IMAGE_BUNDLE')):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py209 qa_fatal_errors = bb.utils.to_boolean(d.getVar("QA_ERRORS_FOUND"), False)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_npm.py193 dev = bb.utils.to_boolean(str(extravalues.get("NPM_INSTALL_DEV", "0")), False)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dhg.py88 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
H A Dnpmsw.py87 ud.dev = bb.utils.to_boolean(ud.parm.get("dev"), False)
H A D__init__.py969 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 Dgit.py372 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass194 …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 Dsstate.bbclass349 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 Drelease-notes-4.0.9.rst40 - bitbake: utils: Allow to_boolean to support int values
H A Drelease-notes-4.1.4.rst42 - bitbake: utils: Allow to_boolean to support int values
H A Drelease-notes-4.2.rst253 - Support int values in ``bb.utils.to_boolean()`` in addition to strings
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker275 if not bb.utils.to_boolean(the_data.getVarFlag(taskname, 'network')):