Home
last modified time | relevance | path

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

12

/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.py441 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.py1029 def to_boolean(string, default=None): function
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/
H A Dlibcurses-perl_1.45.bb24 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.50.0.bb13 …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 Dfeatures_check.bbclass19 if bb.utils.to_boolean(d.getVar('PARSE_ALL_RECIPES', False)):
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.bbclass201 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 Dccache.bbclass64 bb.utils.to_boolean(d.getVar('CCACHE_DISABLE')))):
/openbmc/openbmc/poky/meta/recipes-extended/mc/
H A Dmc_4.8.32.bb26 CFLAGS:append:libc-musl = "${@' -DNCURSES_WIDECHAR=1' if bb.utils.to_boolean((d.getVar('ENABLE_WIDE…
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py219 qa_fatal_errors = bb.utils.to_boolean(d.getVar("QA_ERRORS_FOUND"), False)
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass323 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 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.bbclass366 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 Dcreate_npm.py206 dev = bb.utils.to_boolean(str(extravalues.get("NPM_INSTALL_DEV", "0")), False)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py75 ud.dev = bb.utils.to_boolean(ud.parm.get("dev"), False)
H A D__init__.py977 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 Dhg.py88 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
H A Dgit.py372 if bb.utils.to_boolean(d.getVar("BB_FETCH_PREMIRRORONLY")):
/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
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker285 if not bb.utils.to_boolean(the_data.getVarFlag(taskname, 'network')):
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb82 if bb.utils.to_boolean(d.getVar("BB_NO_NETWORK")):

12