Home
last modified time | relevance | path

Searched refs:taskcontextonly (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py415 def get_host_compiler_version(d, taskcontextonly=False): argument
418 if taskcontextonly and d.getVar('BB_WORKERCONTEXT') != '1':
443 def host_gcc_version(d, taskcontextonly=False): argument
446 if taskcontextonly and d.getVar('BB_WORKERCONTEXT') != '1':
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass330 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \